CVE-2026-80923
Last modified
CVE-2026-80923 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: xhci: dbgtty: Fix unregister on tty_register_driver() failure If tty_register_driver() fails, it drops the reference, but fails to set the global dbc_tty_driver to NULL, causing the unregister to be called again when module exits. On module unload dbc_tty_exit() only gates its cleanup on the driver pointer being non-NULL, so it operates on the already-freed driver: module_init(xhci_hcd_init) xhci_hcd_init() xhci_dbc_init() [return value ignored] dbc_tty_init() tty_register_driver() fails tty_driver_kref_put() -> driver freed (dbc_tty_driver left dangling) ... module_exit(xhci_hcd_fini) xhci_hcd_fini() xhci_dbc_exit() dbc_tty_exit() if (dbc_tty_driver) -> true (dangling) tty_unregister_driver() -> use-after-free.
Description
In the Linux kernel, the following vulnerability has been resolved: xhci: dbgtty: Fix unregister on tty_register_driver() failure If tty_register_driver() fails, it drops the reference, but fails to set the global dbc_tty_driver to NULL, causing the unregister to be called again when module exits. On module unload dbc_tty_exit() only gates its cleanup on the driver pointer being non-NULL, so it operates on the already-freed driver: module_init(xhci_hcd_init) xhci_hcd_init() xhci_dbc_init() [return value ignored] dbc_tty_init() tty_register_driver() fails tty_driver_kref_put() -> driver freed (dbc_tty_driver left dangling) ... module_exit(xhci_hcd_fini) xhci_hcd_fini() xhci_dbc_exit() dbc_tty_exit() if (dbc_tty_driver) -> true (dangling) tty_unregister_driver() -> use-after-free
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 4521f16139409cdf9462c7325d43454462cff6c3, < 01b7bc0938061f2fd46e0094f6483d8c6c02f7d3; >= 4521f16139409cdf9462c7325d43454462cff6c3, < 43635ff6401ca0e0ed21875379eeded921321525; >= 4521f16139409cdf9462c7325d43454462cff6c3, < eaca2814f32b9872a332326324b9e83e01f156d2; >= 4521f16139409cdf9462c7325d43454462cff6c3, < 943f976c93e70563b132f5585ff68b08c89641a2; >= 4521f16139409cdf9462c7325d43454462cff6c3, < 0d0faf3cc44c4d86fc6faf5cea972c0fbe00b922; >= 4521f16139409cdf9462c7325d43454462cff6c3, < 33ed35ca629477f57e0dd1d77d6df96cf5a9eb55; >= 4521f16139409cdf9462c7325d43454462cff6c3, < 0e469b94fbba8eb03666da41dd1082b793c50c1a; >= 4521f16139409cdf9462c7325d43454462cff6c3, < a916fa66a43e10f63198b6ce978badffc678821a |
| Linux | Linux | 5.9 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80923?
How severe is CVE-2026-80923?
How do I fix CVE-2026-80923?
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-80918In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80919In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8092Memory safety bugs present in Firefox ESR 115.35.1, Firefox …8.1
- CVE-2026-80920In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80921In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-80922In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80924In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-80925In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80926In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-80927In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80928In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80929In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-80923?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
