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-46058

7.8 · HIGH
Published May 27, 2026 linux CWE-362 EPSS 0.10% (1th pctl)

Overview

CVE-2026-46058 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 27, 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: amphion: Fix race between m2m job_abort and device_run

Fix kernel panic caused by race condition where v4l2_m2m_ctx_release()

frees m2m_ctx while v4l2_m2m_try_run() is about to call device_run

with the same context.

Race sequence:

v4l2_m2m_try_run(): v4l2_m2m_ctx_release():

lock/unlock v4l2_m2m_cancel_job()

job_abort()

v4l2_m2m_job_finish()

kfree(m2m_ctx) <- frees ctx

device_run() <- use-after-free crash at 0x538

Crash trace:

Unable to handle kernel read from unreadable memory at virtual address

0000000000000538

v4l2_m2m_try_run+0x78/0x138

v4l2_m2m_device_run_work+0x14/0x20

The amphion vpu driver does not rely on the m2m framework's device_run

callback to perform encode/decode operations.

Fix the race by preventing m2m framework job scheduling entirely:

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 >= 5.18, < 6.1.175 Affected

Frequently Asked Questions

What is CVE-2026-46058?

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

How severe is CVE-2026-46058?

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-46058?

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-46058?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-46058 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.