2 matches found
CVE-2026-80923
CVE-2026-80923 is a use-after-free in the Linux kernel's xhci dbgtty driver. When tty_register_driver() fails during module initialization, the driver reference is dropped but the global dbc_tty_driver pointer is left dangling (not set to NULL). Upon module unload, dbc_tty_exit() sees the non-NUL...
SaveExploits0References8
EUVD-2026-75100
In the Linux kernel, the following vulnerability has been resolved: xhci: dbgtty: Fix unregister on ttyregisterdriver failure If ttyregisterdriver fails, it drops the reference, but fails to set the global dbcttydriver to NULL, causing the unregister to be called again when module exits. On modul...
SaveExploits0References8
20