PT-2024-31379 · Linux+3 · Linux Kernel+3
Marc Zyngier
·
Published
2024-08-09
·
Updated
2025-09-29
·
CVE-2024-45027
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
The issue arises when
xhci mem init() fails and calls xhci mem cleanup() to handle the damage. If the failure occurs before xhci->interrupters is allocated but after xhci->max interrupters has been set, xhci mem cleanup() unconditionally dereferences xhci->interrupters, leading to problems. The fix involves gating the interrupt freeing loop with a check on xhci->interrupters being non-NULL. This issue was found while debugging a DMA allocation issue that led the XHCI driver to this exact path.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
NULL Pointer Dereference
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Alt Linux
Linuxmint
Linux Kernel
Ubuntu