CVE-2025-68374
Use-After-Free in Linux Kernel md Component Due to RCU Misuse
Publication date: 2025-12-24
Last updated on: 2025-12-24
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves improper use of Read-Copy-Update (RCU) protection for a pointer named 'thread' in the md_wakeup_thread function. The pointer was passed directly without proper RCU locking, causing rcu_read_lock() to be ineffective. This flaw could lead to a use-after-free condition, where memory is accessed after it has been freed.
How can this vulnerability impact me? :
The vulnerability could lead to a use-after-free scenario, which may cause system instability, crashes, or potentially allow an attacker to execute arbitrary code or escalate privileges by exploiting the freed memory.