PT-2026-44232 · Linux · Linux

Published

2026-05-28

·

Updated

2026-05-28

·

CVE-2026-46109

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
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.

Related Identifiers

CVE-2026-46109

Affected Products

Linux