CVE-2025-68374 Details
Description
In the Linux kernel, the following vulnerability has been resolved: md: fix rcu protection in md_wakeup_thread We attempted to use RCU to protect the pointer 'thread', but directly passed the value when calling md_wakeup_thread(). This means that the RCU pointer has been acquired before rcu_read_lock(), which renders rcu_read_lock() ineffective and could lead to a use-after-free.
A vulnerability in the Linux kernel's MD (multiple device) management can lead to a use-after-free condition. This issue arises because the RCU (Read-Copy-Update) mechanism was improperly applied to the 'thread' pointer in the MD thread management functions. The pointer was passed directly to the 'md_wakeup_thread()' function without the necessary RCU protection, rendering the RCU read lock ineffective. As a result, this flaw could be exploited to access freed memory, potentially leading to arbitrary code execution or other unintended behaviors.
The vulnerability has been addressed in the Linux kernel by correcting the RCU protection in the MD thread management. Users should upgrade to the latest stable version of the Linux kernel where this fix has been applied.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Dec 24, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/0dc76205549b4c25705e54345f211b9f66e018a0 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/21989cb5034c835b212385a2afadf279d8069da0 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/a4bd1caf591faeae44cb10b6517e7dacb5139bda | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/f98b191f78124405294481dea85f8a22a3eb0a59 | kernel.org | Source CodeVendor |
Weakness Enumeration
No weakness enumeration is available for this CVE.
Affected Products
| Product | Versions |
|---|---|
| Linux kernel | All versions |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Dec 24, 2025 | New CVE Received | kernel.org |
Volerion