PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-64064 Linux CVE debrief

A vulnerability was found in the Linux kernel, specifically in the netfs subsystem. The issue arises when a streaming write is made to a file, leaving the relevant modified folio in a not-uptodate but dirty state. If the file is then truncated, removing the dirty data in the folio but not the folio itself, the dirty flag remains set. This can cause issues when the folio is read via mmap(), as netfs_read_folio() expects a netfs_folio struct to be present, which has been removed by truncate. To address this, Linux kernel users should apply the patch to fix the issue, verify and update the Linux kernel to the latest version, and monitor file system operations for unexpected behavior.

Vendor
Linux
Product
Unknown
CVSS
MEDIUM 5.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-19
Original CVE updated
2026-09-03
Advisory published
2026-07-19
Advisory updated
2026-09-03

Who should care

Linux kernel users and administrators should be aware of this vulnerability, as it can cause issues with file system operations. They should take necessary precautions to protect their systems, including applying patches and monitoring system behavior.

Technical summary

The vulnerability is caused by the netfs_invalidate_folio() function not properly clearing the dirty bit when all changes are gone. This can lead to unexpected behavior when reading from a file via mmap(). The issue can be reproduced using a specific sequence of commands involving dd, umount, mount, and xfs_io. To address this, Linux kernel users should apply the patch to fix the issue, verify and update the Linux kernel to the latest version, and monitor file system operations for unexpected behavior.

Defensive priority

Medium

Recommended defensive actions

  • Apply the patch to fix the issue
  • Verify and update Linux kernel to the latest version
  • Monitor file system operations for unexpected behavior
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The vulnerability was initially reproduced with the generic/522 xfstest on some patches that remove the FMODE_READ restriction. The issue can be fixed by calling folio_cancel_dirty() in netfs_invalidate_folio() when all dirty data in the folio is erased. Linux kernel users should review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-64064 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-64064

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-64064 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-64064

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/156ac2ec2ee77c44c4eb7439d6d165247ba12247

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/31ba145faceb378fa01afcb8349e15ea7d95e542

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/65ae8717abf36202fef02260b64b781d2d44a9bf

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/fb6ec883b48b8789e5e690dcd440d2db941e840c

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.