CVE-2026-45928
Last modified
CVE-2026-45928 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. 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.. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
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.
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 |
|---|---|---|
| Linux | Linux Kernel | >= 6.8, < 6.12.75 |
| Linux | Linux Kernel | >= 6.13, < 6.18.14 |
| Linux | Linux Kernel | >= 6.19, < 6.19.4 |
References
Timeline
- Published
- Last Modified
- Status
- Undergoing Analysis
Frequently Asked Questions
What is CVE-2026-45928?
How severe is CVE-2026-45928?
How do I fix CVE-2026-45928?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-45922In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45923In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45924In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45925In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45926In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45927In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-45929In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-4593A flaw has been found in erupts erupt bis 1.13.3. Affected b…6.3
- CVE-2026-45930In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-45931In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-45932In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-45933In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-45928?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
