PT-2026-26119 · Linux · Linux Kernel
Published
2026-01-01
·
Updated
2026-05-29
·
CVE-2026-23259
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A flaw exists in the Linux kernel’s io uring/rw functionality where an allocated iovec may be freed incorrectly during a read/write request cleanup process. Specifically, if a read/write request proceeds through the
io req rw cleanup() function with an allocated iovec and fails to be added to the rw cache, the iovec pointer may remain unaccounted for. The issue is addressed by modifying the io rw recycle() function to indicate whether the request was recycled, allowing for proper determination of whether to free the iovec. The vulnerable functions involved are io req rw cleanup() and io rw recycle().Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Memory Leak
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel