NONE · 0

CVE-2026-80830

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 deref...

Vulnerability Description

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.

References

FAQ

What is CVE-2026-80830?

CVE-2026-80830 is a documented vulnerability. 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 deref...

How severe is CVE-2026-80830?

CVSS scoring is not yet available for CVE-2026-80830. Check NVD for updates.

Is there a patch for CVE-2026-80830?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.