CVE EVIDENCE REVIEW
ReviewHighEvidence review

CVE-2026-80537 evidence review

Linux

In the Linux kernel, the following vulnerability has been resolved: xfs: fix off-by-one in rtrefcount btree root level validation xfs_rtrefcountbt_compute_maxlevels() sets mp->m_rtrefc_maxlevels = min(d_maxlevels, r_maxlevels) + 1; where the trailing "+ 1" already accounts for the inode-root level, so the deepest valid on-disk root level is m_rtrefc_maxlevels - 1 and a cursor must satisfy bc_nlevels <= bc_maxlevels (= m_rtrefc_maxlevels). The two on-disk validation paths, xfs_rtrefcountbt_verify() and xfs_iformat_rtrefcount(), check the root level with ">" instead of ">=", so a crafted rtre...

Open CVE record
Evidence review

This record remains available for product and version identification, but it is not presented as a complete remediation procedure. Confirm the affected range and the supported fix in a direct vendor advisory before changing production systems.

ProductLinux
Affected versions>= 9abe03a0e4f978615a2b1b484b8d09ca84c16ea0 < 8a0ecae2ecda9f9a83a496ed05c42c4b1f5c3f2d, >= 9abe03a0e4f978615a2b1b484b8d09ca84c16ea0 < ccebfc309441e0b37b2e6ece90f18810a489d326, >= 9abe03a0e4f978615a2b1b484b8d09ca84c16ea0 < cc3144da377de5fb422d44a2311f978623f7c900, >= 6.14
Fixed versionsNo verified fixed-version field is available yet
Priority basisReview · CVSS 7.8 · EPSS -
01

Identify the product and installed version

Record whether Linux is present, where it is installed, and which interfaces are exposed.

  • Record the product name, package or appliance identifier, and installed version.
  • Identify internet-facing, administrative, API, and internal access paths.
  • Preserve the pre-change configuration and relevant service logs.
02

Compare the affected range

Use the current record as an identification aid: >= 9abe03a0e4f978615a2b1b484b8d09ca84c16ea0 < 8a0ecae2ecda9f9a83a496ed05c42c4b1f5c3f2d, >= 9abe03a0e4f978615a2b1b484b8d09ca84c16ea0 < ccebfc309441e0b37b2e6ece90f18810a489d326, >= 9abe03a0e4f978615a2b1b484b8d09ca84c16ea0 < cc3144da377de5fb422d44a2311f978623f7c900, >= 6.14. Resolve incomplete inventory results before deciding that an asset is unaffected.

03

Verify the authoritative remediation source

Open the linked source material and locate a direct vendor advisory for this CVE. Confirm the supported fixed release and product-specific update path before making a production change.

Operational boundary

This page does not replace the vendor advisory, support contract, change-management process, or recovery plan. Do not infer that an asset is unaffected from an incomplete inventory query or a missing fixed-version field.