SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-80898

UNKNOWN · CVSS N/A EPSS 0.15%

Source: NVD + CISA KEV + EPSS · Published 2026-09-04 · Last synced 2026-09-19

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel affects the netfs component, specifically during the copy-to-cache operation where the PG_private_2 state may not be cleared if the append fails. This can lead to potential memory leaks or improper resource management, impacting system stability and performance. Organizations using affected Linux distributions should prioritize this issue to ensure system integrity and prevent potential exploitation.

CVE
CVE-2026-80898
Severity
UNKNOWN
CVSS
N/A
EPSS
0.15%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: netfs: clear PG_private_2 on copy-to-cache append failure netfs_pgpriv2_copy_to_cache() marks the folio with PG_private_2 before netfs_pgpriv2_copy_folio() appends it to the copy-to-cache rolling buffer. If the append fails, the folio is not queued for cache writeback, so the PG_private_2 state and its reference must be released immediately.