CVE-2025-68249
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2025-68249 is a Linux kernel vulnerability in the MOST USB driver (most/usb/hdm_probe) where put_device() is called on an uninitialized device structure during an early error path. Specifically, the hdm_probe() function can jump to the err_free_mdev label before device_initialize() has been called on &mdev->dev, causing kref_put() to operate on an uninitialized kobject and triggering a kernel WARN. The vulnerability was published on December 16, 2025, and affects the Linux kernel from the introduction of the buggy code (commit 97a6f772f36b) through multiple stable branches. Fixed versions include Linux 5.10.246, 5.15.196, 6.1.158, 6.6.115, 6.12.56, 6.17.6, and 6.18. The CVSS estimate is Medium severity with an EPSS score of 0.024% (Feedly, ENISA EUVD).

Technical details

The root cause is improper resource management (CWE-908: Use of Uninitialized Resource) in the hdm_probe() function of the Linux kernel's MOST USB host driver module. When an early error occurs before device_initialize(&mdev->dev) is called, the error-handling path incorrectly invokes put_device(&mdev->dev), which internally calls kref_put(&kobj->kref, kobject_release) on a kobject that was never initialized — only kmalloc'd. The fix replaces the put_device() call in this pre-initialization path with a direct kfree(mdev), which is the correct release mechanism at that stage (Feedly, ENISA EUVD). Exploitation would require the ability to trigger the early error path in hdm_probe(), typically by attaching a MOST USB device that causes probe failure.

Impact

The primary impact is a kernel warning (WARN) and potential memory corruption or undefined behavior due to operating on an uninitialized kobject, which could lead to system instability or a kernel panic (denial of service). Because the affected code path is in a USB device probe function, the impact is generally limited to local availability — a malicious or malformed USB device could trigger the condition. There is no known direct path to privilege escalation or data exfiltration from this vulnerability alone (Feedly, ENISA EUVD).

Mitigation and workarounds

Update the Linux kernel to a patched stable version: 5.10.246, 5.15.196, 6.1.158, 6.6.115, 6.12.56, 6.17.6, or 6.18 and later. Distribution-specific kernel updates from vendors such as Debian, Ubuntu, Red Hat, and SUSE should be applied as they become available. As a workaround, restricting physical USB access or blacklisting the most_usb kernel module (modprobe -r most_usb) on systems that do not use MOST USB devices can prevent exposure (ENISA EUVD, Feedly).

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