๐Ÿ” CVE Alert

CVE-2024-45027

UNKNOWN 0.0

usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup()

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup() If xhci_mem_init() fails, it calls into xhci_mem_cleanup() to mop up the damage. If it fails early enough, before xhci->interrupters is allocated but after xhci->max_interrupters has been set, which happens in most (all?) cases, things get uglier, as xhci_mem_cleanup() unconditionally derefences xhci->interrupters. With prejudice. Gate the interrupt freeing loop with a check on xhci->interrupters being non-NULL. Found while debugging a DMA allocation issue that led the XHCI driver on this exact path.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 11, 2024
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
bcd191d7bab25513daf7db78ab32eda60d9484c3 < 3efb29f6a78d4746f958c1ab6cd7981c5762f03b c99b38c412343053e9af187e595793c8805bb9b8 < 770cacc75b0091ece17349195d72133912c1ca7c c99b38c412343053e9af187e595793c8805bb9b8 < dcdb52d948f3a17ccd3fce757d9bd981d7c32039
Linux / Linux
6.8

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/3efb29f6a78d4746f958c1ab6cd7981c5762f03b git.kernel.org: https://git.kernel.org/stable/c/770cacc75b0091ece17349195d72133912c1ca7c git.kernel.org: https://git.kernel.org/stable/c/dcdb52d948f3a17ccd3fce757d9bd981d7c32039