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

7.8 · HIGH
Published Jun 8, 2026 linux CWE-787 EPSS 0.14% (4th pctl)

Overview

CVE-2026-46294 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 8, 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:

dm: fix a buffer overflow in ioctl processing

Tony Asleson (using Claude) found a buffer overflow in dm-ioctl in the

function retrieve_status:

1. The code in retrieve_status checks that the output string fits into

the output buffer and writes the output string there

2. Then, the code aligns the "outptr" variable to the next 8-byte

boundary:

outptr = align_ptr(outptr);

3. The alignment doesn't check overflow, so outptr could point past the

buffer end

4. The "for" loop is iterated again, it executes:

remaining = len - (outptr - outbuf);

5. If "outptr" points past "outbuf + len", the arithmetics wraps around

and the variable "remaining" contains unusually high number

6. With "remaining" being high, the code writes more data past the end of

the buffer

Luckily, this bug has no security implications because:

1. Only root can issue device mapper ioctls

2. The commonly used libraries that communicate with

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 >= 2.6.12.1, < 5.10.258 Affected

Frequently Asked Questions

What is CVE-2026-46294?

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

How severe is CVE-2026-46294?

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

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

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