CVE-2025-38101
BaseFortify
Publication date: 2025-07-03
Last updated on: 2025-11-20
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-787 | The product writes data past the end, or before the beginning, of the intended buffer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a concurrency issue in the Linux kernel's ring buffer implementation. Specifically, the function ring_buffer_subbuf_order_set() did not properly lock the buffer during error handling, which could lead to list corruption and other concurrency-related problems. The fix involves enlarging the critical section to hold a per-buffer mutex during error handling to prevent these issues.
How can this vulnerability impact me? :
The vulnerability can cause corruption of internal kernel data structures related to the ring buffer, potentially leading to system instability, crashes, or unpredictable behavior due to concurrency issues.