Answer in brief
CVE-2026-89831 records a Unknown severity vulnerability in f2fs: protect critical_task_priority updates with s_umount. 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 | >=52190933c37a96164b271f3f30c16099d9eb8c09 <bee6dfcc111b1dffdb3e13d73b7028b699fa0165 || >=52190933c37a96164b271f3f30c16099d9eb8c09 <8e4692c6c165e81b2cbb847d8da4b45a53483b33 | bee6dfcc111b1dffdb3e13d73b7028b699fa0165, 8e4692c6c165e81b2cbb847d8da4b45a53483b33 |
| Linux/Linuxgeneric | 7.0 | 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: protect critical_task_priority updates with s_umount The sysfs store path already takes s_umount for GC thread control entries, and ckpt_thread_ioprio is covered as well. critical_task_priority also updates checkpoint or GC kthread scheduling state, but it is not covered by that serialization. It can race with remount or teardown paths that are stopping those threads. Protect critical_task_priority sysfs writes with s_umount too.
Quoted source text, attributed separately from HOL analysis.