CVE-2025-68237
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2025-68237 is an integer overflow vulnerability in the Linux kernel's mtdchar driver affecting the read/write ioctl handlers. The flaw arises because the req.start variable (a u64 value supplied by the user) can reach U64_MAX, and while req.len is capped at U32_MAX, their addition can still overflow. It was published on December 16, 2025, and affects Linux kernel versions prior to the patched stable releases (6.1.159, 6.6.118, 6.12.60, 6.17.10, and 6.18). Microsoft's Azure Linux 3 kernel package azl3_kernel_6.6.117.1-1 is also listed as an affected product. The vulnerability carries a CVSS v3.1 base score of 7.8 (High) (Feedly, Microsoft MSRC).

Technical details

The root cause is an integer overflow (CWE-190) in the mtdchar driver's ioctl handling code. When processing read/write ioctl requests, the kernel accepts req.start and req.len as u64 values from userspace. Although req.len is masked to cap it at U32_MAX, req.start is unconstrained and can be set to values approaching U64_MAX. Adding these two values together can wrap around, producing an incorrect result that bypasses bounds checks and leads to out-of-bounds memory access. The fix replaces the plain addition with check_add_overflow() to detect and reject overflowing inputs. The attack vector is local, requires low privileges, and no user interaction (Feedly, Microsoft MSRC).

Impact

Successful exploitation allows a local, low-privileged attacker to cause memory corruption by reading from or writing to unauthorized kernel memory locations. This can result in unauthorized disclosure of sensitive data (confidentiality breach), modification of kernel memory (integrity breach), and system crashes or denial of service (availability breach). The CVSS score reflects high impact across all three pillars, and exploitation could potentially be leveraged for local privilege escalation (Feedly).

Mitigation and workarounds

The Linux kernel project has released patches across multiple stable branches: versions 6.1.159, 6.6.118, 6.12.60, 6.17.10, and 6.18 all contain the fix. Microsoft has also issued guidance for its Azure Linux 3 kernel package (azl3_kernel_6.6.117.1-1). Ubuntu has released security notices USN-8094-1 through USN-8094-5 and USN-8152-1 addressing this issue, and Debian has issued a LTS advisory. Administrators should update to the appropriate patched kernel version for their distribution as soon as possible. As an interim measure, restricting local user access to MTD character devices (e.g., via file permissions or access control policies) can reduce the attack surface (Microsoft MSRC, Ubuntu USN-8094-1, Debian LTS).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management