CVE-2025-40267
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-12-06

Last updated on: 2025-12-08

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: io_uring/rw: ensure allocated iovec gets cleared for early failure A previous commit reused the recyling infrastructure for early cleanup, but this is not enough for the case where our internal caches have overflowed. If this happens, then the allocated iovec can get leaked if the request is also aborted early. Reinstate the previous forced free of the iovec for that situation.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-06
Last Modified
2025-12-08
Generated
2026-06-16
AI Q&A
2025-12-07
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-40267. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart