CVE-2026-23423
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
03/04/2026
Última modificación:
03/04/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
btrfs: free pages on error in btrfs_uring_read_extent()<br />
<br />
In this function the &#39;pages&#39; object is never freed in the hopes that it is<br />
picked up by btrfs_uring_read_finished() whenever that executes in the<br />
future. But that&#39;s just the happy path. Along the way previous<br />
allocations might have gone wrong, or we might not get -EIOCBQUEUED from<br />
btrfs_encoded_read_regular_fill_pages(). In all these cases, we go to a<br />
cleanup section that frees all memory allocated by this function without<br />
assuming any deferred execution, and this also needs to happen for the<br />
&#39;pages&#39; allocation.



