Security Advisory

CVE-2025-21836

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-03-07 09:09:56
Last updated 2026-05-11 21:07:27
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: io_uring/kbuf: reallocate buf lists on upgrade IORING_REGISTER_PBUF_RING can reuse an old struct io_buffer_list if it was created for legacy selected buffer and has been emptied. It violates the requirement that most of the field should stay stable after publish. Always reallocate it instead.