boxscore/security
CVE · referencelatest edition

Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.

CVE-2026-64600HIGH
Linux Linux — xfs: resample the data fork mapping after cycling ILOCK
  AV  AC  PR  UI  S  C  I  A   CVSS    EPSS   %ile   KEV
   L   L   L   N  U  H  H  H    7.8   .0047   39.1     —
AFFECTED
  Product  Versions                                    Fixed
  Linux    3c68d44a2b49a0ac9165faa9c191e1e618c8a8d5 –  —
  Linux    4.11 –                                      5.15.212
TIMELINE
  Jul 19  Reserved by Linux
  Jul 23  EXPLOIT PUBLISHED — CVE-2026-64600 (Linux). Public exploit reference added.
  Jul 23  Published (CNA: Linux)
  Aug 18  EXPLOIT PUBLISHED — CVE-2026-64600 (Linux). Public exploit reference added.
CWE-362 · CNA: Linux · CVSS v3.1 · 14 references · NVD status: Analyzed

Description

In the Linux kernel, the following vulnerability has been resolved: xfs: resample the data fork mapping after cycling ILOCK xfs_reflink_fill_{cow_hole,delalloc} are both presented with an inode, a data fork mapping, and a cow fork mapping. Unfortunately, these two helpers cycle the ILOCK to grab a transaction, which means that the mappings are stale as soon as we reacquire the ILOCK. Currently we refresh the cow fork mapping by re-calling xfs_find_trim_cow_extent, but we don't refresh the data fork mapping beforehand, which means that the xfs_bmap_trim_cow in that function queries the refcount btree about the wrong physical blocks and returns an inaccurate value in *shared. If *shared is now false, the directio write proceeds with a stale data fork mapping. Fix this by querying the data fork mapping if the sequence counter changes across the ILOCK cycle.

Lifecycle

Complete event history — 4 events, chronological
DateEventDetail
July 19, 2026ReservedReserved by Linux
July 23, 2026EXPLOIT PUBLISHEDEXPLOIT PUBLISHED — CVE-2026-64600 (Linux). Public exploit reference added.
July 23, 2026PublishedPublished (CNA: Linux)
August 18, 2026EXPLOIT PUBLISHEDEXPLOIT PUBLISHED — CVE-2026-64600 (Linux). Public exploit reference added.

Affected

Affected products and packages — 2 rows
VendorProduct / PackageEcosystemVersion introducedFixed
LinuxLinux3c68d44a2b49a0ac9165faa9c191e1e618c8a8d5
LinuxLinux4.115.15.212

Weaknesses

CWE-362

References (14)

Related

Authoritative record: CVE-2026-64600 at cve.org

Vendors: linux

Weaknesses: CWE-362

About this page

This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2026-64600 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.