CVE-2026-46109
Last modified
CVE-2026-46109 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: usb: ulpi: fix memory leak on ulpi_register() error paths Commit 01af542392b5 ("usb: ulpi: fix double free in ulpi_register_interface() error path") removed kfree(ulpi) from ulpi_register_interface() to fix a double-free when device_register() fails. But when ulpi_of_register() or ulpi_read_id() fail before device_register() is called, the ulpi allocation is leaked. Add kfree(ulpi) on both error paths to properly clean up the allocation.. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: usb: ulpi: fix memory leak on ulpi_register() error paths Commit 01af542392b5 ("usb: ulpi: fix double free in ulpi_register_interface() error path") removed kfree(ulpi) from ulpi_register_interface() to fix a double-free when device_register() fails. But when ulpi_of_register() or ulpi_read_id() fail before device_register() is called, the ulpi allocation is leaked. Add kfree(ulpi) on both error paths to properly clean up the allocation.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.10.253, < 5.10.258 | — |
| Linux | Linux Kernel | >= 5.15.203, < 5.15.209 | — |
| Linux | Linux Kernel | >= 6.1.168, < 6.1.175 | — |
| Linux | Linux Kernel | >= 6.6.134, < 6.6.140 | — |
| Linux | Linux Kernel | >= 6.12.81, < 6.12.88 | — |
| Linux | Linux Kernel | >= 6.18.22, < 6.18.30 | — |
| Linux | Linux Kernel | >= 6.19.12, < 7.0 | — |
| Linux | Linux Kernel | >= 7.0.1, < 7.0.7 | — |
| Linux | Linux Kernel | 7.0 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Undergoing Analysis
Frequently Asked Questions
What is CVE-2026-46109?
How severe is CVE-2026-46109?
How do I fix CVE-2026-46109?
Are you affected by CVE-2026-46109?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
