CVE-2026-46294
Last modified
CVE-2026-46294 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
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 device mapper (libdevmapper and devicemapper-rs) use buffer size that is aligned to 8 bytes - thus, "outptr = align_ptr(outptr)" can't overshoot the input buffer and the bug can't happen accidentally
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 |
|---|---|---|
| Linux | Linux Kernel | >= 2.6.12.1, < 5.10.258 |
| Linux | Linux Kernel | >= 5.11, < 5.15.209 |
| Linux | Linux Kernel | >= 5.16, < 6.1.175 |
| Linux | Linux Kernel | >= 6.2, < 6.6.140 |
| Linux | Linux Kernel | >= 6.7, < 6.12.88 |
| Linux | Linux Kernel | >= 6.13, < 6.18.30 |
| Linux | Linux Kernel | >= 6.19, < 7.0.7 |
| Linux | Linux Kernel | 2.6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-46294?
How severe is CVE-2026-46294?
How do I fix CVE-2026-46294?
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-46289In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-4629A flaw was found in Keycloak. A highly privileged user with …6.5
- CVE-2026-46290In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46291In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46292In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46293In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-46295In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46296In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46297In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46298In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-46299In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-4630A flaw was found in Keycloak. An authenticated client could …6.8
Are you affected by CVE-2026-46294?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
