PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-64159 Linux CVE debrief

The Linux kernel was vulnerable to an issue in the netfs module, which could allow for incorrect updates to the zero point in netfs_release_folio() when there is uncommitted data in the pagecache beyond the folio being released but the on-server EOF is in this folio. This could lead to read-gaps on folio failing with a short read if the FMODE_READ check is commented out in netfs_perform_write(). The fix applied correctly updates the zero point by limiting zero_point to remote_i_size, not i_size.

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-08-17
Advisory published
2026-07-19
Advisory updated
2026-08-17

Who should care

Users of Linux kernel with uncommitted data in the pagecache beyond the folio being released but the on-server EOF is in this folio should be aware of this vulnerability and take necessary actions to protect their systems.

Technical summary

The Linux kernel was vulnerable to an issue in the netfs module. A fix was applied to correctly update the zero point in netfs_release_folio() when there is uncommitted data in the pagecache beyond the folio being released but the on-server EOF is in this folio. The update needs to limit zero_point to remote_i_size, not i_size as i_size is a local phenomenon reflecting updates made locally to the pagecache, not stuff written to the server. remote_i_size tracks the server's i_size. This fix prevents read-gaps on folio failing with a short read.

Defensive priority

Medium

Recommended defensive actions

  • Apply the fix to update the zero point in netfs_release_folio()
  • Limit zero_point to remote_i_size, not i_size
  • Monitor for uncommitted data in the pagecache beyond the folio being released but the on-server EOF is in this folio
  • 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 CVE record was published on 2026-07-19T16:17:57.913Z and has not been modified since then. The NVD entry is currently Received. There is limited information available about the vulnerability, and defenders should verify the affected scope and severity with the official advisory.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-64159 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-64159 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/4543a4d737944134a1394afe797622546fbcc98a

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/5cd5207de519ef0c085f4f559adf5eefcb4c5202

    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.