CVE-2026-80529

In the Linux kernel, the following vulnerability has been resolved: xfs: don't swallow dquot recovery verification errors xlog_recover_dquot_commit_pass2() validates the recovered dquot with xfs_dqblk_verify() and, on failure, sets error = -EFSCORRUPTED and jumps to out_release. But out_release unconditionally returns 0, so the corruption error is discarded: the caller xlog_recover_items_pass2() sees success, log recovery proceeds as if the dquot were valid, and the corrupt quota buffer can be written back to disk.

Package Linux Kernel
Published 2026-08-26
Last modified 2026-08-26
Patch available
Yes

Affected versions

Linux kernel versions 6.1.128, 6.6.17, 6.7 and later are affected. Fixed in 6.1.184, 6.6.153, 6.12.105, 6.18.46, 7.1.10, 7.2 and their respective stable series.

Affected from
≥ 6.1.128 ≥ 6.6.17 ≥ 6.7
Fixed in
✓ 6.1.184 6.1.x ✓ 6.6.153 6.6.x ✓ 6.12.105 6.12.x ✓ 6.18.46 6.18.x ✓ 7.1.10 7.1.x ✓ 7.2

Frequently asked questions

  • What is CVE-2026-80529?

    CVE-2026-80529 is a unscored severity Linux kernel vulnerability . It affects Linux kernel versions from 6.1.128 onward and has been patched in 6.1.184, 6.6.153, 6.12.105 and others. CVE-2026-80529 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.

  • Is there a patch available for CVE-2026-80529?

    Yes. CVE-2026-80529 has been patched. Fixed versions include 6.1.184, 6.6.153, 6.12.105 and others. If you are running Linux kernel 6.1.128 or later up to the fix versions, apply the relevant patch for your kernel branch.

  • Is CVE-2026-80529 actively exploited?

    No. CVE-2026-80529 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.