CVE-2026-72364
Received Received - Intake

Writeback Error Handling Fix in Linux Kernel

Vulnerability report for CVE-2026-72364, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-15

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix writeback error handling Fix the error handling in writeback_iter() loop. If an error occurs, writeback_iter() needs to be called again with *error set to the error so that it can clean up iteration state. Further, the current folio needs unlocking and redirtying.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-15
Generated
2026-08-15
AI Q&A
2026-08-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
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 in the Linux kernel involves incorrect error handling in the writeback_iter() function during file writeback operations. When an error occurs, the function must be called again with the error flag set to properly clean up iteration state. Additionally, the current folio (file page) needs to be unlocked and marked as dirty for reattempting the write operation.

Detection Guidance

This vulnerability is specific to the Linux kernel's netfs subsystem and involves error handling in writeback operations. Detection requires checking kernel logs for writeback-related errors or kernel panics. Commands like dmesg | grep -i writeback or journalctl -k | grep -i writeback may help identify issues.

Impact Analysis

This vulnerability could lead to data corruption or loss if writeback operations fail and are not properly handled. It may cause system instability, application crashes, or unexpected behavior during file operations, particularly when dealing with large or critical files.

Mitigation Strategies

Apply the latest Linux kernel patches or updates that address this issue. If immediate patching is not possible, monitor systems for writeback errors and avoid heavy write operations until patched. Rebooting may be necessary after applying fixes.

Chat Assistant

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

EPSS Chart