CVE-2026-89831: f2fs: protect critical_task_priority updates with s_umount

Published Sep 16, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

f2fs: protect criticaltaskpriority updates with sumount

The sysfs store path already takes sumount for GC thread control entries, and ckptthreadioprio is covered as well.

criticaltaskpriority 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 criticaltaskpriority sysfs writes with sumount too.

Event History

Sep 16, 2026
CVE Published
via MITRE·10:31 AM
Data Sourced
via MITRE·10:31 AM
Description

Frequently Asked Questions

1

What access does an attacker need to trigger this issue?

The race is triggered through writes to the F2FS critical_task_priority sysfs attribute. A local actor would need permission to modify that sysfs setting while a remount or filesystem teardown is occurring.

2

When is a system exposed to the race?

Exposure requires an F2FS filesystem and concurrent activity: a critical_task_priority sysfs update must overlap with a remount or teardown path that stops checkpoint or garbage-collection kernel threads.

3

What can be done if the fix cannot be deployed immediately?

Restrict write access to the critical_task_priority sysfs attribute and avoid changing it during F2FS remount or unmount operations. Coordinating those operations prevents the described concurrent update and thread-stop race.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203