NONE · 0

CVE-2026-64357

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 va...

Vulnerability Description

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. The computed value is stored back in req->resblks and later passed to xfs_trans_alloc(), whose block reservation argument is unsigned int. Check the computed reservation so the existing limit applies to the value that will be used.

References

FAQ

What is CVE-2026-64357?

CVE-2026-64357 is a documented vulnerability. 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 va...

How severe is CVE-2026-64357?

CVSS scoring is not yet available for CVE-2026-64357. Check NVD for updates.

Is there a patch for CVE-2026-64357?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.