Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-46210

7.8 · HIGH
Published May 28, 2026 linux CWE-416 EPSS 0.13% (3th pctl)

Overview

CVE-2026-46210 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 28, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical 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 th

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.18, < 7.0.9 Affected

Frequently Asked Questions

What is CVE-2026-46210?

CVE-2026-46210 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 28, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-46210?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-46210?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-46210?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-46210 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.