CVE-2026-23009
Last modified
CVE-2026-23009 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: xhci: sideband: don't dereference freed ring when removing sideband endpoint xhci_sideband_remove_endpoint() incorrecly assumes that the endpoint is running and has a valid transfer ring. Lianqin reported a crash during suspend/wake-up stress testing, and found the cause to be dereferencing a non-existing transfer ring 'ep->ring' during xhci_sideband_remove_endpoint(). The endpoint and its ring may be in unknown state if this function is called after xHCI was reinitialized in resume (lost power), or if device is being re-enumerated, disconnected or endpoint already dropped. Fix this by both removing unnecessary ring access, and by checking ep->ring exists before dereferencing it. Also make sure endpoint is running before attempting to stop it. Remove the xhci_initialize_ring_info() call during sideband endpoint removal as is it only initializes ring structure enqueue, dequeue and cycle state values to their starting values without changing actual hardware enqueue, dequeue and cycle state. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: xhci: sideband: don't dereference freed ring when removing sideband endpoint xhci_sideband_remove_endpoint() incorrecly assumes that the endpoint is running and has a valid transfer ring. Lianqin reported a crash during suspend/wake-up stress testing, and found the cause to be dereferencing a non-existing transfer ring 'ep->ring' during xhci_sideband_remove_endpoint(). The endpoint and its ring may be in unknown state if this function is called after xHCI was reinitialized in resume (lost power), or if device is being re-enumerated, disconnected or endpoint already dropped. Fix this by both removing unnecessary ring access, and by checking ep->ring exists before dereferencing it. Also make sure endpoint is running before attempting to stop it. Remove the xhci_initialize_ring_info() call during sideband endpoint removal as is it only initializes ring structure enqueue, dequeue and cycle state values to their starting values without changing actual hardware enqueue, dequeue and cycle state. Leaving them out of sync is worse than leaving it as it is. The endpoint will get freed in after this in most usecases. If the (audio) class driver want's to reuse the endpoint after offload then it is up to the class driver to ensure endpoint is properly set up.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.16.1, < 6.18.7 | — |
| Linux | Linux Kernel | 6.16 | — |
| Linux | Linux Kernel | 6.19 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-23009?
How severe is CVE-2026-23009?
How do I fix CVE-2026-23009?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-23003In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23004In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-23005In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23006In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23007In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23008In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-2301The Post Duplicator plugin for WordPress is vulnerable to un…4.3
- CVE-2026-23010In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23011In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23012In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23013In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23014In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-23009?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
