In the Linux kernel, the following vulnerability has been resolved:
xfs: don't walk off the end of a null sc->sa.agi_bp in AGI repair
LOLLM noticed a longstanding bug where xrepiunlinkwalkondiskbucket tries to walk ragi->sc->sa.agibp to rebuild the unlinked inode lists. Unfortunately, it's possible for agibp to be null if the buffer verifier fails, so we have to use ragi->agi_bp (which skips verifier checks) instead.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80533.json",
"cna_assigner": "Linux"
}