CVE-2025-40046
BaseFortify
Publication date: 2025-10-28
Last updated on: 2025-10-30
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 io_uring subsystem involves the zcrx request sometimes receiving more data than requested. It occurs because the function io_zcrx_recv_skb() incorrectly adjusts the descriptor's count for all received buffers, including fragment lists, and then recursively processes these fragment lists. This leads to double counting and an underflow in the descriptor's count, causing the system to overshoot the receive limit.
How can this vulnerability impact me? :
The vulnerability can cause the system to receive more data than expected, which may lead to buffer management issues such as data corruption, unexpected behavior, or potential security risks related to handling more data than intended.