PT-2026-43795 · Linux · Linux

Published

2026-05-27

·

Updated

2026-05-27

·

CVE-2026-45928

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:
media: chips-media: wave5: Fix memory leak on codec info allocation failure
In wave5 vpu open enc() and wave5 vpu open dec(), a vpu instance is allocated via kzalloc(). If the subsequent allocation for inst->codec info fails, the functions return -ENOMEM without freeing the previously allocated instance, causing a memory leak.
Fix this by calling kfree() on the instance in this error path to ensure it is properly released.

Related Identifiers

CVE-2026-45928

Affected Products

Linux