← Back to CVE search

CVE-2026-23423

Linux Kernel

Description

In the Linux kernel, the following vulnerability has been resolved: btrfs: free pages on error in btrfs_uring_read_extent() In this function the -pages- object is never freed in the hopes that it is picked up by btrfs_uring_read_finished() whenever that executes in the future. But that-s just the happy path. Along the way previous allocations might have gone wrong, or we might not get -EIOCBQUEUED from btrfs_encoded_read_regular_fill_pages(). In all these cases, we go to a cleanup section that frees all memory allocated by this function without assuming any deferred execution, and this also needs to happen for the -pages- allocation.

CVSS 5.5EPSS 0.12%Risk 0.56
View source
Published
2026-04-03 14:16:28
Affected versions
unknown
Type
Core software
Last modified
2026-07-24 21:10:00
Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Operating systems
Linux