CVE Catalog

CVE-2026-89831

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, f2fs the sysfs store path for critical_task_priority updates checkpoint or GC kthread scheduling state but is not protected by s_umount, unlike other control entries. This can race with remount or teardown paths that are stopping those threads.

Risk Assessment

The race condition may lead to system instability or crashes during remount/teardown operations. Requires local access to write to sysfs.

Recommendation

Update the Linux kernel to a version containing the fix that protects critical_task_priority sysfs writes with s_umount.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS