Linux Kernel F2FS Compression Writeback Concurrency Issue Vulnerability

Vulnerability

A vulnerability in the Linux kernel's F2FS (Flash-Friendly File System) component has been addressed. The issue arose from improper handling of page writeback states during concurrent file writes, leading to a kernel BUG being triggered. This problem was introduced by a previous commit that aimed to fix a potential deadlock in compressed files. The vulnerability could cause the same page to be written back multiple times, disrupting the writing process and potentially causing data inconsistencies.

Impact

Exploitation of this vulnerability could lead to a kernel panic, as indicated by the triggered BUG_ON() statement, which is a safeguard against unexpected conditions that could cause system instability.

Reproduction

The vulnerability can be reproduced by writing files concurrently in a way that causes the same page to be processed multiple times before the writeback is complete. This can be achieved by overlapping write operations from different processes, which can be managed through a custom script or program that simulates this behavior.

Remediation

Users can update to the latest version of the Linux kernel where this vulnerability has been fixed. Instructions for downloading the patched version can be found in the Linux kernel documentation.

Added: Dec 24, 2025, 4:05 PM
Updated: Dec 24, 2025, 4:05 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
2.5
exploitability
3.9
remediation
7.7
relevance
1.5
threat
4.8
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.