In the Linux kernel, the following vulnerability has been...
Unreviewed
Published
Feb 24, 2025
to the GitHub Advisory Database
•
Updated Feb 24, 2025
Description
Published by the National Vulnerability Database
Feb 24, 2025
Published to the GitHub Advisory Database
Feb 24, 2025
Last updated
Feb 24, 2025
In the Linux kernel, the following vulnerability has been resolved:
IORING_OP_READ did not correctly consume the provided buffer list when
read i/o returned < 0 (except for -EAGAIN and -EIOCBQUEUED return).
This can lead to a potential use-after-free when the completion via
io_rw_done runs at separate context.
References