CVE-2026-23291
Received Received - Intake
Use-After-Free in Linux Kernel NFC pn533 USB Interface on Disconnect

Publication date: 2026-03-25

Last updated on: 2026-04-18

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: properly drop the usb interface reference on disconnect When the device is disconnected from the driver, there is a "dangling" reference count on the usb interface that was grabbed in the probe callback. Fix this up by properly dropping the reference after we are done with it.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-25
Last Modified
2026-04-18
Generated
2026-05-07
AI Q&A
2026-03-25
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability exists in the Linux kernel's NFC driver for the pn533 device. When the device is disconnected from the driver, the USB interface reference that was acquired during the probe callback is not properly released. This results in a "dangling" reference count on the USB interface.

The issue is fixed by ensuring that the USB interface reference is properly dropped after it is no longer needed, preventing the dangling reference.


How can this vulnerability impact me? :

A dangling reference count on a USB interface can lead to resource leaks or instability in the kernel's handling of USB devices. This may cause unexpected behavior or crashes when the NFC device is disconnected.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart