CVE-2025-68265
BaseFortify
Publication date: 2025-12-16
Last updated on: 2026-04-11
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.13.2 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a use-after-free bug in the Linux kernel's NVMe driver. Specifically, the namespaces can access the controller's admin request_queue, but stale references to this queue may remain after the controller is torn down. This can lead to accessing freed memory, causing a kernel crash or other unpredictable behavior. The fix ensures the admin request_queue remains active until all controller references are released, preventing access to freed memory.
How can this vulnerability impact me? :
This vulnerability can cause system instability or crashes due to use-after-free errors in the kernel. It may allow attackers or malicious processes to trigger kernel faults, potentially leading to denial of service or other unintended behavior on affected systems.