You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cve-2026-31509
About this tag
CVE-2026-31509 is a Linux kernel vulnerability in the NFC NCI subsystem, published on April 22, 2026. The bug is a locking-order failure in the close path of nci_close_device, where a workqueue flush is performed while holding req_lock, creating a deadlock risk with nci_rx_work. The upstream fix moves the flush outside the lock to resolve the circular dependency. This is not a memory corruption issue but a stability flaw that could cause system hangs. The tag covers discussions about the vulnerability details, the fix, and implications for Linux systems using NFC.
Overview
CVE-2026-31509 is a Linux kernel vulnerability in the NFC NCI path that was published on April 22, 2026, and quickly drew attention because the bug is not a flashy memory corruption issue but a locking-order failure with real stability implications. The upstream fix is narrowly scoped...