Out-of-bounds write in Linux kernel - CVE-2026-89834
Published: September 17, 2026
Vulnerability details
The vulnerability allows a local user to perform out-of-bounds I/O.
The vulnerability exists due to incomplete iteration over active curseg types in free_segment_range() when shrinking an F2FS filesystem. A local user can initiate a filesystem shrink operation while active in-memory curseg types reside in the target range to perform out-of-bounds I/O.
Non-persistent in-memory curseg types, including CURSEG_COLD_DATA_PINNED and CURSEG_ALL_DATA_ATGC, can remain in the truncated range.