CVE-2026-45928

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
27/05/2026
Last modified:
25/06/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> media: chips-media: wave5: Fix memory leak on codec_info allocation failure<br /> <br /> In wave5_vpu_open_enc() and wave5_vpu_open_dec(), a vpu instance is<br /> allocated via kzalloc(). If the subsequent allocation for inst-&gt;codec_info<br /> fails, the functions return -ENOMEM without freeing the previously<br /> allocated instance, causing a memory leak.<br /> <br /> Fix this by calling kfree() on the instance in this error path to ensure<br /> it is properly released.

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.8 (including) 6.12.75 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.13 (including) 6.18.14 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.19 (including) 6.19.4 (excluding)