CVE-2026-31759
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-31759 is a double-free vulnerability in the Linux kernel's USB ULPI (UTMI+ Low Pin Interface) subsystem, specifically in the ulpi_register_interface() error handling path. When device_register() fails, ulpi_register() calls put_device() on ulpi->dev, which triggers the ulpi_dev_release() callback that drops the OF node reference and frees the ulpi structure; the error path then calls kfree(ulpi) a second time, causing a double-free condition. The vulnerability affects Linux kernel versions from 4.2 up through multiple stable branches, with fixed versions including 5.10.253, 5.15.203, 6.1.168, 6.6.134, 6.12.81, 6.18.22, 6.19.12, and 7.0. It carries a CVSS v3.1 base score of 7.8 (High) (GitHub Advisory, Red Hat Bugzilla).

Technical details

The root cause is classified as CWE-415 (Double Free) and CWE-1341 (Multiple Releases of Same Resource or Handle). In ulpi_register_interface(), when device_register() fails, the code calls put_device(&ulpi->dev), which invokes the registered release callback ulpi_dev_release() — this callback frees the ulpi structure and drops the OF node reference. However, the error path in ulpi_register_interface() subsequently calls kfree(ulpi) again on the already-freed memory, resulting in a double-free kernel memory corruption condition. The fix removes the redundant kfree(ulpi) call from the error path, allowing put_device() to handle all cleanup exclusively through ulpi_dev_release() (GitHub Advisory, Red Hat Bugzilla).

Impact

Successful exploitation of this double-free vulnerability can result in kernel memory corruption, potentially leading to denial-of-service (system crash/kernel panic) or privilege escalation from a local low-privileged user to root. The vulnerability affects confidentiality, integrity, and availability at a high level, as kernel memory corruption can be leveraged to overwrite security-sensitive kernel structures. The attack is limited to local access and requires low privileges, but the scope of impact is confined to the affected system (GitHub Advisory, Red Hat Bugzilla).

Exploitability

There is no known public proof-of-concept exploit for CVE-2026-31759, and no evidence of in-the-wild exploitation has been observed as of the time of this report. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The EPSS score is approximately 0.024% (0.000240), indicating a very low probability of exploitation in the near term. Exploitation requires local access with low privileges and the ability to trigger a USB ULPI device registration failure, which limits the practical attack surface (GitHub Advisory, Feedly).

Mitigation and workarounds

Apply the upstream Linux kernel patches that resolve this vulnerability. Fixed versions are available across multiple stable branches: 5.10.253, 5.15.203, 6.1.168, 6.6.134, 6.12.81, 6.18.22, 6.19.12, and 7.0. Distribution-specific updates have been published by Amazon Linux (AL2 ALAS2KERNEL-5.10-2026-118, AL2023 ALAS2023-2026-1746) and Debian. Systems utilizing USB ULPI interface functionality should be prioritized for patching. No configuration-based workaround is known; upgrading to a patched kernel version is the recommended remediation (GitHub Advisory, Amazon Linux AL2, Amazon Linux AL2023).

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