CVE-2026-46210
Last modified
CVE-2026-46210 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: media: iris: fix use-after-free of fmt_src during MBPF check During concurrency testing, multiple instances can run in parallel, and each instance uses its own inst->lock while the core->lock protects the list of active instances. The race happens because these locks cover different scopes, inst->lock protects only the internals of a single instance, while the Macro Blocks Per Frame (MBPF) checker walks the core list under core->lock and reads fields like fmt_src->width and fmt_src->height. 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: iris: fix use-after-free of fmt_src during MBPF check During concurrency testing, multiple instances can run in parallel, and each instance uses its own inst->lock while the core->lock protects the list of active instances. The race happens because these locks cover different scopes, inst->lock protects only the internals of a single instance, while the Macro Blocks Per Frame (MBPF) checker walks the core list under core->lock and reads fields like fmt_src->width and fmt_src->height. At the same time, iris_close() may free fmt_src and fmt_dst under inst->lock while the instance is still present in the core list. This allows a situation where the MBPF checker, still iterating through the core list, reaches an instance whose fmt_src was already freed by another thread and ends up dereferencing a dangling pointer, resulting in a use-after-free. This happens because the MBPF checker assumes that any instance in the core list is fully valid, but the freeing of fmt_src and fmt_dst without removing the instance from the core list is not correct. The correct ordering is to defer freeing fmt_src and fmt_dst until after the instance has been removed from the core list and all teardown under the core lock has completed, ensuring that no dangling pointers are ever exposed during MBPF checks.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.18, < 7.0.9 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-46210?
How severe is CVE-2026-46210?
How do I fix CVE-2026-46210?
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-46205In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46206In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46207In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46208In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46209In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-4621Hidden Functionality vulnerability in NEC Platforms, Ltd. At…5.6
- CVE-2026-46211In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46212In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-46213In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46214In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46215In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46216In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-46210?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
