In the Linux kernel, the following vulnerability has been resolved:
usb: core: Add lock to usb_wakeup_notification()
Add a spin lock to usb_wakeup notification to prevent a race condition
with dereferencing freed memory. This could be hit by the xHCI driver as
it calls this function from an IRQ and could race with the
hub_disconnect() function, which properly grabs this lock to protect the
state of the device.
CVSS
No CVSS.
References
Configurations
No configuration.
History
No history.
Information
Published : 2026-09-04 16:18
Updated : 2026-09-07 15:17
NVD link : CVE-2026-80830
Mitre link : CVE-2026-80830
CVE.ORG link : CVE-2026-80830
JSON object : View
Products Affected
No product.
CWE
No CWE.
