CVE-2026-89838
7.1
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | f356fe0cba0e3523e538987916bd2acedd4e6f41 < 317d32e1a8deaf1c01c388badc667334c39e62ca | affected |
| Linux | Linux | f356fe0cba0e3523e538987916bd2acedd4e6f41 < 01027b2fcb74dade59fb833b51023f6593b6a9a2 | affected |
| Linux | Linux | 3.11 | affected |
| Linux | Linux | 0 < 3.11 | unaffected |
| Linux | Linux | 7.2.5 <= 7.2.* | unaffected |
| Linux | Linux | 7.3-rc1 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/317d32e1a8deaf1c01c388badc667334c39e62ca
- https://git.kernel.org/stable/c/01027b2fcb74dade59fb833b51023f6593b6a9a2
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.