CVE-2026-89896
Last modified
CVE-2026-89896 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: media: cedrus: fix memory leak in cedrus_init_ctrls() In cedrus_init_ctrls(), the V4L2 control handler is initialized before allocating memory for ctx->ctrls. If this allocation fails, the function returns -ENOMEM without freeing the previously allocated handler resources, leading to a memory leak. Fix this by calling v4l2_ctrl_handler_free() on the ctx->ctrls allocation failure path. The bug was first flagged by an experimental analysis tool we are developing for kernel memory-management bugs while analyzing v6.13-rc1.
Description
In the Linux kernel, the following vulnerability has been resolved: media: cedrus: fix memory leak in cedrus_init_ctrls() In cedrus_init_ctrls(), the V4L2 control handler is initialized before allocating memory for ctx->ctrls. If this allocation fails, the function returns -ENOMEM without freeing the previously allocated handler resources, leading to a memory leak. Fix this by calling v4l2_ctrl_handler_free() on the ctx->ctrls allocation failure path. The bug was first flagged by an experimental analysis tool we are developing for kernel memory-management bugs while analyzing v6.13-rc1. The tool is still under development and is not yet publicly available. Manual inspection confirms that the bug is still present in v7.1.1. An x86_64 allyesconfig build showed no new warnings. As we do not have an Allwinner SoC or board with a Cedrus VPU available to test with, no runtime testing was able to be performed.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 50e761516f2b8c0cdeb31a8c6ca1b4ef98cd13f1, < 6fabacc3b79a528450aef4c32464da2ec681049e; >= 50e761516f2b8c0cdeb31a8c6ca1b4ef98cd13f1, < 729a1ffab968b3c493f61d1cd683f5bafec500ea; >= 50e761516f2b8c0cdeb31a8c6ca1b4ef98cd13f1, < ce5693b6e3a693fcdc3800af309363f6250104c8; >= 50e761516f2b8c0cdeb31a8c6ca1b4ef98cd13f1, < 22441be29ec27c693f40c1ef499093275ef529d1; >= 50e761516f2b8c0cdeb31a8c6ca1b4ef98cd13f1, < 79fd0b0161506fc9507bf7a6fe4c975a857a5be8; >= 50e761516f2b8c0cdeb31a8c6ca1b4ef98cd13f1, < f78cf36cabf911da348ea80e4e9f430d74f6905c; >= 50e761516f2b8c0cdeb31a8c6ca1b4ef98cd13f1, < 81aa608ac3a56cdd4aab0bd12442ed529a24ba31; >= 50e761516f2b8c0cdeb31a8c6ca1b4ef98cd13f1, < 9df2fbe563194da1967a5db083442186c1323efe |
| Linux | Linux | 4.20 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89896?
How severe is CVE-2026-89896?
How do I fix CVE-2026-89896?
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-89890In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89891In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89892In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89893In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89894In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89895In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89897In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89898In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89899In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8990A user with physical access to a smartphone can bypass authe…5.3
- CVE-2026-89900In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89901In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89896?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
