CVE Catalog

CVE-2026-93285

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel's f2fs filesystem, the f2fs_gc_kthread structure is dynamically allocated, leading to a race during teardown: the GC thread may access freed memory. The fix embeds f2fs_gc_kthread in f2fs_sb_info, simplifying lifetime management and preparing for race condition fixes.

Risk Assessment

A race during remount or shutdown could lead to use-after-free, potentially causing system crash or data corruption.

Recommendation

Apply the Linux kernel patch that embeds f2fs_gc_kthread in f2fs_sb_info to eliminate the teardown race.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: f2fs: embed f2fs_gc_kthread in f2fs_sb_info Instead of allocating f2fs_gc_kthread dynamically, embed it in f2fs_sb_info. This simplifies lifetime management and prepares for fixing race conditions during teardown. - __sbi_store - remount|shutdown - f2fs_stop_gc_thread - access sbi->gc_thread - sbi->gc_thread = NULL - access sbi->gc_thread->f2fs_gc_task

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