CVE-2025-38462
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 | 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 a race condition in the vsock subsystem, specifically in the functions vsock_find_cid() and vsock_dev_do_ioctl(). These functions may race with module unload, causing transport pointers (transport_g2h and transport_h2g) to become NULL after a NULL check, leading to a potential null pointer dereference. The issue was fixed by introducing vsock_transport_local_cid() to protect against this null pointer dereference.
How can this vulnerability impact me? :
The vulnerability can cause a null pointer dereference in the Linux kernel's vsock subsystem, which may lead to kernel crashes or denial of service. This can impact system stability and availability if exploited.