
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68316 is a Linux kernel vulnerability in the UFS (Universal Flash Storage) core SCSI driver (scsi: ufs: core) related to incorrect error return value handling during device probe. After a DME Link Startup failure, the MIPI UniPro GenericErrorCode value of 1 (FAILURE) is propagated back to the driver probe function, which expects a negative value to indicate failure; since 1 is non-negative, the probe is incorrectly treated as successful. Subsequently, removing the driver results in a kernel oops due to invalid driver state. The vulnerability was published on December 16, 2025, and affects Linux kernel versions from commit 69f5eb78d4b0 up to the patched commits in the 6.17.x and 6.18 series. It carries an estimated CVSS severity of Medium and an EPSS score of 0.018% (Red Hat CVE, Feedly).
The root cause is improper error handling (CWE-703: Improper Check or Handling of Exceptional Conditions) in the ufshcd_init() function within the Linux kernel's UFS core driver. During the DME Link Startup phase, the MIPI UniPro GenericErrorCode is used directly as the return value; this code can be 0 (SUCCESS) or 1 (FAILURE), but Linux driver probe functions must return a negative errno value to signal failure. Because 1 is positive, the kernel's driver framework interprets the probe as successful despite the underlying hardware initialization failure. When the driver is subsequently unloaded, it operates on an invalid internal state, triggering a kernel oops. The fix corrects the return value to a proper negative error code and updates documentation to match actual usage (Red Hat CVE, Kernel Patch).
Exploitation of this vulnerability can lead to system instability, kernel oops (crash), and incorrect driver state management on systems using UFS storage. The primary impact is on availability — a kernel crash can cause denial of service on affected devices, particularly embedded systems, mobile devices, or servers using UFS storage controllers. There is no evidence of confidentiality or integrity impact beyond the crash scenario, and lateral movement is not a realistic consequence of this local kernel bug (Red Hat CVE, Feedly).
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation for CVE-2025-68316. The EPSS score is approximately 0.018%, reflecting a very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. No threat actor attribution has been reported (Feedly).
The Linux kernel maintainers have released patches addressing this issue in kernel versions 6.17.8 and 6.18. The relevant upstream commits are df96dbe1af7f6591c09f862f1226d3619b07e1b6 and a2b32bc1d9e359a9f90d0de6af16699facb10935. Users should update to the latest stable kernel version or apply vendor-specific patches (e.g., from Red Hat). As a monitoring measure, administrators should review system logs for unusual UFS driver probe or initialization messages, particularly on systems with UFS storage (Red Hat CVE, Kernel Patch).
Coverage of CVE-2025-68316 has been limited to automated vulnerability tracking platforms and scanner integrations (Nessus, Qualys), with no notable researcher commentary or significant media coverage. A brief mention appeared on Bluesky via an automated CVE feed shortly after disclosure (Feedly).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."