Answer in brief
CVE-2026-89838 records a Unknown severity vulnerability in f2fs: limit recovery filename logging to stored length. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=f356fe0cba0e3523e538987916bd2acedd4e6f41 <317d32e1a8deaf1c01c388badc667334c39e62ca || >=f356fe0cba0e3523e538987916bd2acedd4e6f41 <01027b2fcb74dade59fb833b51023f6593b6a9a2 | 317d32e1a8deaf1c01c388badc667334c39e62ca, 01027b2fcb74dade59fb833b51023f6593b6a9a2 |
| Linux/Linuxgeneric | 3.11 | Not reported |
Published upstream
Sep 16, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 16, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 16, 2026
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.
Quoted source text, attributed separately from HOL analysis.