THREATOPS
THREAT OPSThreat News › [NVD] CVE-2026-64357 (MEDIUM 5.5) — In the Linux kernel, the following vulnerability has been resolved: xfs: fix exchmaps reservation limit check xfs_exchmaps_estimate_overhead() adds the bmbt and rmapbt overhead to a local resblks variable, but the final UINT_MAX check still tests req->resblks. That is the rese

[NVD] CVE-2026-64357 (MEDIUM 5.5) — In the Linux kernel, the following vulnerability has been resolved: xfs: fix exchmaps reservation limit check xfs_exchmaps_estimate_overhead() adds the bmbt and rmapbt overhead to a local resblks variable, but the final UINT_MAX check still tests req->resblks. That is the rese

lownvdPublished 2026-07-25

CVE-2026-64357 CVSS: 5.5 MEDIUM Published: 2026-07-25T10:17:18.150

In the Linux kernel, the following vulnerability has been resolved:

xfs: fix exchmaps reservation limit check

xfs_exchmaps_estimate_overhead() adds the bmbt and rmapbt overhead to a local resblks variable, but the final UINT_MAX check still tests req->resblks. That is the reservation value from before the overhead was added.

T

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2026-64357