CVE-2026-89838

In the Linux kernel, the following vulnerability has been resolved: f2fs: limit recovery filename logging to stored length F2FS stores recovery filenames as a length plus a fixed-size i_name buffer. The buffer is not NUL-terminated, but recover_inode() and recover_dentry() print it with %s. For a 255-byte filename, recovery logging can read past i_name into the following raw inode fields. Print the name with a precision bounded by i_namelen and F2FS_NAME_LEN.
Configurations

No configuration.

History

16 Sep 2026, 15:18

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.1

Information

Published : 2026-09-16 11:16

Updated : 2026-09-16 15:18


NVD link : CVE-2026-89838

Mitre link : CVE-2026-89838

CVE.ORG link : CVE-2026-89838


JSON object : View

Products Affected

No product.

CWE

No CWE.