NONE · 0

CVE-2026-80533

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

Vulnerability Description

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 xrep_iunlink_walk_ondisk_bucket tries to walk ragi->sc->sa.agi_bp to rebuild the unlinked inode lists. Unfortunately, it's possible for agi_bp to be null if the buffer verifier fails, so we have to use ragi->agi_bp (which skips verifier checks) instead.

References

FAQ

What is CVE-2026-80533?

CVE-2026-80533 is a documented vulnerability. 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 xrep_iunlink_walk_ondisk_...

How severe is CVE-2026-80533?

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

Is there a patch for CVE-2026-80533?

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