CVE-2025-38443
BaseFortify
Publication date: 2025-07-25
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| 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 is a use-after-free issue in the Linux kernel's Network Block Device (nbd) driver, specifically in the nbd_genl_connect() function. When an error occurs after starting the device, the function does not properly stop the device, causing the configuration object (nbd->config) to be freed while another part of the code (recv_work) continues to use it. This leads to a use-after-free condition, which can cause system instability or crashes.
How can this vulnerability impact me? :
The use-after-free vulnerability can lead to system crashes or instability in systems running the affected Linux kernel version. It may allow attackers or processes to cause denial of service by triggering the bug, potentially disrupting services relying on the nbd driver.