CVE-2025-38514
BaseFortify
Publication date: 2025-08-16
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 | 6.1.153 |
| linux | kernel | 5.10.244 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's rxrpc component. When an AF_RXRPC service socket is opened and bound but calls are preallocated, the function rxrpc_alloc_incoming_call() can cause a kernel oops (crash) because the rxrpc_backlog structure is not allocated until the first preallocation is made. The fix involves returning NULL from rxrpc_alloc_incoming_call() if the backlog struct does not exist, which aborts the incoming call and prevents the crash.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash (kernel oops) when handling certain AF_RXRPC service socket calls under specific conditions. This could lead to system instability or denial of service if exploited or triggered unintentionally.