
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-40001 was published on October 18, 2025 and affects the Linux kernel's SCSI subsystem, specifically the Marvell SAS/SATA controller driver. The vulnerability was discovered through static analysis and reported through the kernel.org security team (NVD Database).
The vulnerability is a use-after-free bug in the mvs_work_queue function of the Marvell SAS/SATA controller driver. During device detachment, the code calls cancel_delayed_work() in mvs_free() to cancel a delayed work item, but this may fail if the work item is already running. This creates a race condition where mvs_free() deallocates the mvs_info structure while mvs_work_queue() is still executing and attempting to access the freed memory (NVD Database).
This use-after-free vulnerability could potentially lead to system crashes or memory corruption in systems using the affected Marvell SAS/SATA controller driver. The bug occurs in a kernel driver, meaning it could potentially be exploited to elevate privileges or cause system instability (NVD Database).
The fix involves replacing cancel_delayed_work() with cancel_delayed_work_sync() to ensure that any executing delayed work item completes before the mvs_info structure is deallocated. This change has been implemented in the Linux kernel, though the specific version containing the fix is not mentioned in the available sources (NVD Database).
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."