Security Advisory

CVE-2024-35831

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-05-17 13:41:23
Last updated 2026-05-23 15:43:43
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: io_uring: Fix release of pinned pages when __io_uaddr_map fails Looking at the error path of __io_uaddr_map, if we fail after pinning the pages for any reasons, ret will be set to -EINVAL and the error handler wont properly release the pinned pages. I didnt manage to trigger it without forcing a failure, but it can happen in real life when memory is heavily fragmented.