CVE-2026-80830: usb: core: Add lock to usb_wakeup_notification()

Published Sep 4, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

usb: core: Add lock to usbwakeupnotification()

Add a spin lock to usbwakeup 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 hubdisconnect() function, which properly grabs this lock to protect the state of the device.

Affected Software

1 affected component
Linux Kernel

Event History

Sep 4, 2026
CVE Published
via MITRE·03:54 PM
Data Sourced
via MITRE·03:54 PM
Description

Frequently Asked Questions

1

What conditions are needed to trigger this issue?

The race involves usb_wakeup_notification() being called from an xHCI driver interrupt while hub_disconnect() is running. The unsafe condition is a wakeup notification dereferencing device state after that memory has been freed during disconnect.

2

Which systems are most directly exposed?

Linux Kernel systems using the USB core with xHCI activity are the systems explicitly identified in the available information. The issue is associated with concurrent USB wakeup handling and device disconnection.

3

What is the remediation?

Apply a Linux kernel update that includes the referenced stable fixes. The fix adds a spin lock around usb_wakeup_notification() to synchronize it with hub_disconnect() and protect device state.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203