DEBIAN-CVE-2026-80923

    Dashboard / Vulnerabilities / DEBIAN-CVE-2026-80923

    DEBIAN-CVE-2026-80923

    Published: 9 Sept 2026Last Modified: 11 Sept 2026
    Upstream:

    Summary:

    Details: 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 packages

    Package

    Name: linux

    Purl: pkg:deb/debian/linux?arch=source&distro=bookworm

    Affected ranges

    Type: ECOSYSTEM

    Events:

    Introduced- 0
    Fixed -6.1.187-1

    Affected versions

    6.1.106-1
    6.1.106-2
    6.1.106-3
    6.1.112-1
    6.1.115-1
    6.1.119-1
    6.1.123-1
    6.1.124-1
    6.1.128-1
    6.1.129-1
    6.1.133-1
    6.1.135-1
    6.1.137-1
    6.1.139-1
    6.1.140-1
    6.1.147-1
    6.1.148-1
    6.1.153-1
    6.1.158-1
    6.1.159-1
    6.1.162-1
    6.1.164-1
    6.1.170-1
    6.1.170-2
    6.1.170-3
    6.1.172-1
    6.1.174-1
    6.1.176-1
    6.1.177-1
    6.1.180-1
    6.1.27-1
    6.1.37-1
    6.1.38-1
    6.1.38-2
    6.1.38-2~bpo11+1
    6.1.38-3
    6.1.38-4
    6.1.38-4~bpo11+1
    6.1.52-1
    6.1.55-1
    6.1.55-1~bpo11+1
    6.1.64-1
    6.1.66-1
    6.1.67-1
    6.1.69-1
    6.1.69-1~bpo11+1
    6.1.76-1
    6.1.76-1~bpo11+1
    6.1.82-1
    6.1.85-1
    6.1.90-1
    6.1.90-1~bpo11+1
    6.1.94-1
    6.1.94-1~bpo11+1
    6.1.98-1
    6.1.99-1

    Common Vulnerability Scoring System

    Attack Vector
    Network
    Adjacent
    Local
    Physical
    Privileges Required
    None
    Low
    High
    User Interaction
    None
    Required
    Scope
    Unchanged
    Changed
    Confidentiality
    None
    Low
    High
    Integrity
    None
    Low
    High
    Availability
    None
    Low
    High
    DEBIAN-CVE-2026-80923 | CVE-DB