In the Linux kernel, the following vulnerability has been resolved:
xfs: don't swallow dquot recovery verification errors
xlogrecoverdquotcommitpass2() validates the recovered dquot with xfsdqblkverify() and, on failure, sets error = -EFSCORRUPTED and jumps to outrelease. But outrelease unconditionally returns 0, so the corruption error is discarded: the caller xlogrecoveritems_pass2() sees success, log recovery proceeds as if the dquot were valid, and the corrupt quota buffer can be written back to disk.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80529.json",
"cna_assigner": "Linux"
}