CVE-2026-31627
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-31627 is a buffer overflow/out-of-bounds memory access vulnerability in the Linux kernel's i2c s3c24xx driver, caused by missing validation of the SMBUS message size field. The first byte of an i2c SMBUS message represents the payload size and was not being checked to ensure it falls within the valid range of 0 to I2C_SMBUS_BLOCK_MAX before processing. The vulnerability was published on April 24, 2026, and affects Linux kernel versions from 3.10 through 7.0.0 across multiple stable branches. It carries a CVSS v3.1 base score of 7.8 (High) (GitHub Advisory, Feedly).

Technical details

The root cause is insufficient input validation (analogous to CWE-1284: Improper Validation of Specified Quantity in Input) in the i2c-s3c24xx driver. When processing an SMBUS block read, the driver uses the first byte of the message as a length value without verifying it is within the acceptable range of 0 to I2C_SMBUS_BLOCK_MAX (32 bytes). A locally authenticated attacker with low privileges can craft a malicious SMBUS message with an oversized length field, causing the driver to read or write beyond the intended buffer boundaries in kernel memory. The fix mirrors the approach taken in commit a6e04f05ce0b for the i2c tegra driver, adding an explicit bounds check before the size value is used (GitHub Advisory, Feedly).

Impact

Successful exploitation by a local low-privileged attacker can result in high impact to confidentiality, integrity, and availability of the affected system. Specifically, an attacker may read sensitive kernel memory (information disclosure), corrupt kernel data structures (integrity compromise), or trigger kernel crashes leading to denial of service. The vulnerability is scoped to the local system and does not directly enable remote code execution, but kernel memory access could facilitate privilege escalation or lateral movement on multi-tenant systems (Feedly, GitHub Advisory).

Exploitability

There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation at this time. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The EPSS score is approximately 0.015–0.018%, placing it in a low percentile for near-term exploitation likelihood. Exploitation requires local access with at least low-level privileges and access to the i2c/SMBUS device interface (GitHub Advisory, Feedly).

Mitigation and workarounds

Patches are available across multiple Linux kernel stable branches. Administrators should upgrade to the following fixed versions: 6.6.136 (for 6.6.x branch), 6.12.83 (for 6.12.x branch), 6.18.24 (for 6.18.x branch), 6.19.14 (for 6.19.x branch), or 7.0.1 (for 7.0.x branch). As an interim workaround on systems that cannot be immediately patched, restrict unprivileged user access to i2c device interfaces (e.g., via udev rules or file permissions) and disable the i2c-s3c24xx kernel module if it is not required for system functionality (modprobe -r i2c-s3c24xx). Monitor systems for unexpected kernel crashes or i2c-related errors in kernel logs (Feedly, GitHub Advisory).

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-68454HIGH8.8
  • Linux Kernel logoLinux Kernel
  • kernel-debug-devel-matched
NoYesAug 13, 2026
CVE-2026-68452HIGH7.8
  • Linux Kernel logoLinux Kernel
  • kernel-headers
NoYesAug 13, 2026
CVE-2026-68451HIGH7.8
  • Linux Kernel logoLinux Kernel
  • linux-oracle-5.15
NoYesAug 13, 2026
CVE-2026-68453HIGH7.1
  • Linux Kernel logoLinux Kernel
  • kernel-uki-virt-addons
NoYesAug 13, 2026
CVE-2026-68450NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fips
NoYesAug 12, 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