PT-2026-36394 · Linux · Linux Kernel
Published
2026-05-01
·
Updated
2026-05-08
·
CVE-2026-31759
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A double free issue exists in the USB ULPI (Ultra Low Power Interface) component. When the
device register() function fails, ulpi register() invokes put device() on ulpi->dev. The device release callback ulpi dev release() then drops the Open Firmware (OF) node reference and frees the ulpi structure. However, the error path in the ulpi register interface() function calls kfree(ulpi) again, leading to a double free. A double free occurs when the system attempts to free the same memory location twice, which can lead to system instability or crashes.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Double Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel