AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72363

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel affects the handling of folio states during writeback iterations when an ENOMEM error occurs. This flaw can lead to improper state management, potentially impacting system stability and data integrity. Linux system administrators and developers should prioritize this fix to ensure the reliability of their systems during writeback operations.

CVE
CVE-2026-72363
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix folio state after ENOMEM whilst under writeback iteration Fix the state of the current folio when ENOMEM occurs during writeback iteration. The folio needs to be redirtied and unlocked before the terminal writeback_iter() is invoked.