PT-2026-22921 · F2Fs+1 · F2Fs+1

Published

2026-03-04

·

Updated

2026-04-20

·

CVE-2026-23235

CVSS v3.1

7.1

High

VectorAV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Name of the Vulnerable Software and Affected Versions Linux kernel (affected versions not specified)
Description The f2fs file system in the Linux kernel contains a flaw related to out-of-bounds memory access and incorrect handling of integer values when reading and writing sysfs attributes. Specifically, certain f2fs sysfs attributes, such as carve out and atgc age threshold, are susceptible to this issue. The carve out attribute, mapped to struct f2fs sb info->carve out, is an 8-bit integer but can be set to values exceeding 255 through the sysfs interface. The atgc age threshold attribute, mapped to struct atgc management->age threshold, is a 64-bit integer, but the sysfs interface cannot correctly handle values larger than UINT MAX. The root causes are related to the sbi store() and f2fs sbi show() functions, which incorrectly treat all default values as unsigned integers, leading to out-of-bounds writes and reads.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Exploit

Out of bounds Read

Weakness Enumeration

Related Identifiers

CVE-2026-23235
ECHO-301D-890F-D77C
OPENSUSE-SU-2026:10387-1

Affected Products

Linux Kernel
F2Fs