CVE-2024-45027
MEDIUM EPSS 10.7%
Published Sep 11, 20241y ago · Modified Jun 17, 20261w ago
5.5 CVSS 3.1
Published Sep 11, 2024 1y ago
Last Modified Jun 17, 2026 1w ago
Description
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.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H Attack Vector Local
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality None
Integrity None
Availability High
Threat Intelligence
EPSS Exploit Probability
10.7% percentile
Exploit & Patch Status
No Known Exploit
Patch Available
Weaknesses 1
CWE-459
Affected Products 4
References 3
- 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
Remediation
- git.kernel.org https://git.kernel.org/stable/c/770cacc75b0091ece17349195d72133912c1ca7c
- git.kernel.org https://git.kernel.org/stable/c/dcdb52d948f3a17ccd3fce757d9bd981d7c32039