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.
Published: 2026-09-04
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: Potential memory/resource leak from unreleased private page references
Action: Patch Immediately
AI Analysis

Impact

During netfs copy-to-cache operations the Linux kernel marks a folio with PG_private_2 before attempting to append it to the copy-to-cache rolling buffer. If that append fails, the folio ceases to be queued for cache writeback and its reference never released. This oversight can leave a private page reference lingering in kernel memory, which may lead to resource exhaustion or unintended kernel state if not cleaned up promptly. This is an instance of a missing reference cleanup weakness, classified as CWE-404.

Affected Systems

The flaw affected all Linux kernel releases before the applied patch. It was discovered by users reporting that netfs could leave dangling private page references when a copy‑to‑cache append fails. The fix has been incorporated by the core Linux maintainers and is present in current stable kernels distributed by all major Linux vendors.

Risk and Exploitability

The vulnerability is not listed in CISA KEV and no EPSS score is available, suggesting limited public exploitation data. Based on the description, it is inferred that an attacker with local execution or elevated privileges could exploit it to cause memory corruption or resource exhaustion, potentially leading to denial-of-service. The risk is therefore considered moderate to high until the kernel is updated to the patched version.

Generated by OpenCVE AI on September 4, 2026 at 21:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest kernel update that includes the netfs_pgpriv2_copy_to_cache fix
  • Reboot the system after the patch to ensure the kernel loads the updated code
  • Enable audit logging to monitor for any abnormal kernel messages related to netfs operations

Generated by OpenCVE AI on September 4, 2026 at 21:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 21:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-404

Fri, 04 Sep 2026 17:30:00 +0000

Type Values Removed Values Added
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.
Title netfs: clear PG_private_2 on copy-to-cache append failure
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-04T17:11:13.337Z

Reserved: 2026-08-26T14:34:25.800Z

Link: CVE-2026-80898

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-04T18:17:58.067

Modified: 2026-09-04T18:17:58.067

Link: CVE-2026-80898

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T22:15:06Z

Weaknesses
  • CWE-404

    Improper Resource Shutdown or Release