CVE-2025-40267
BaseFortify
Publication date: 2025-12-06
Last updated on: 2025-12-08
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 improper handling of allocated iovec structures during early failure scenarios. Specifically, when internal caches overflow and a request is aborted early, the allocated iovec may not be properly cleared or freed, leading to a potential memory leak. The fix reinstates forced freeing of the iovec in such cases to prevent this leak.
How can this vulnerability impact me? :
The vulnerability can lead to memory leaks in the Linux kernel when certain io_uring requests fail early and internal caches overflow. This could potentially degrade system performance or stability over time due to resource exhaustion.