๐Ÿ” CVE Alert

CVE-2025-68316

UNKNOWN 0.0

scsi: ufs: core: Fix invalid probe error return value

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Dec 16, 2025
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
69f5eb78d4b0cc978fe83dd2bfea1b67547290bf < df96dbe1af7f6591c09f862f1226d3619b07e1b6 69f5eb78d4b0cc978fe83dd2bfea1b67547290bf < a2b32bc1d9e359a9f90d0de6af16699facb10935
Linux / Linux
6.13

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/df96dbe1af7f6591c09f862f1226d3619b07e1b6 git.kernel.org: https://git.kernel.org/stable/c/a2b32bc1d9e359a9f90d0de6af16699facb10935