CVE-2025-68316
Last modified
CVE-2025-68316 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix invalid probe error return value After DME Link Startup, the error return value is set to the MIPI UniPro GenericErrorCode which can be 0 (SUCCESS) or 1 (FAILURE). Upon failure during driver probe, the error code 1 is propagated back to the driver probe function which must return a negative value to indicate an error, but 1 is not negative, so the probe is considered to be successful even though it failed. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix invalid probe error return value After DME Link Startup, the error return value is set to the MIPI UniPro GenericErrorCode which can be 0 (SUCCESS) or 1 (FAILURE). Upon failure during driver probe, the error code 1 is propagated back to the driver probe function which must return a negative value to indicate an error, but 1 is not negative, so the probe is considered to be successful even though it failed. Subsequently, removing the driver results in an oops because it is not in a valid state. This happens because none of the callers of ufshcd_init() expect a non-negative error code. Fix the return value and documentation to match actual usage.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 69f5eb78d4b0cc978fe83dd2bfea1b67547290bf, < df96dbe1af7f6591c09f862f1226d3619b07e1b6; >= 69f5eb78d4b0cc978fe83dd2bfea1b67547290bf, < a2b32bc1d9e359a9f90d0de6af16699facb10935 |
| Linux | Linux | 6.13 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-68316?
How severe is CVE-2025-68316?
How do I fix CVE-2025-68316?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-68310In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68311In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68312In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68313In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2025-68314In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2025-68315In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2025-68317In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68318In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68319In the Linux kernel, the following vulnerability has been re…
- CVE-2025-6832The All in One Time Clock Lite – Tracking Employee Time Has …6.1
- CVE-2025-68320In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2025-68321In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2025-68316?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
