CVE-2026-53303
Received Received - Intake
Race Condition in F2FS Filesystem Extension List Handling

Publication date: 2026-06-26

Last updated on: 2026-06-26

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: f2fs: protect extension_list reading with sb_lock in f2fs_sbi_show() In f2fs_sbi_show(), the extension_list, extension_count and hot_ext_count are read without holding sbi->sb_lock. If a concurrent sysfs store modifies the extension list via f2fs_update_extension_list(), the show path may read inconsistent count and array contents, potentially leading to out-of-bounds access or displaying stale data. Fix this by holding sb_lock around the entire extension list read and format operation.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-26
Last Modified
2026-06-26
Generated
2026-06-27
AI Q&A
2026-06-26
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
linux kernel *
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in the Linux kernel's f2fs file system code, specifically in the function f2fs_sbi_show(). The issue is that the extension_list, extension_count, and hot_ext_count are read without holding the sb_lock. If another process concurrently modifies the extension list via f2fs_update_extension_list(), the reading process may access inconsistent or stale data. This can lead to out-of-bounds memory access or incorrect information being displayed.

The fix involves holding the sb_lock during the entire read and format operation of the extension list to ensure data consistency and prevent race conditions.

Impact Analysis

This vulnerability can cause the Linux kernel to read inconsistent or stale data from the f2fs extension list, potentially leading to out-of-bounds memory access. Such behavior may result in system instability, crashes, or unexpected behavior when interacting with the file system.

Mitigation Strategies

To mitigate this vulnerability, update the Linux kernel to a version where the fix has been applied. The fix involves holding the sb_lock around the entire extension list read and format operation in f2fs_sbi_show(), preventing out-of-bounds access or stale data display.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-53303. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart