CVE-2025-38461
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's vsock component involves a race condition (TOCTOU - Time Of Check to Time Of Use) during transport assignment that may occur concurrently with module unload. This can cause the new_transport pointer to become stale, leading to potential kernel faults such as page faults. The fix involves protecting the transport assignment and adding a lockdep assertion to prevent insecure calls.
How can this vulnerability impact me? :
The vulnerability can cause kernel crashes or faults (such as page faults) due to stale pointers in the vsock transport assignment. This can lead to system instability or denial of service on affected Linux systems.