CVE-2026-80533: xfs: don't walk off the end of a null sc->sa.agi_bp in AGI repair

Published Aug 26, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

xfs: don't walk off the end of a null sc->sa.agibp 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->agibp (which skips verifier checks) instead.

Affected Software

1 affected component
Linux Linux kernel

Event History

Aug 26, 2026
CVE Published
via MITRE·02:37 PM
Data Sourced
via MITRE·02:37 PM
Description
Data Sourced
via NVD·03:17 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems running the Linux kernel with XFS and entering AGI repair are affected when the AGI buffer verifier fails. The vulnerable path is used while rebuilding unlinked inode lists.

2

What condition causes the invalid access?

The repair code can find sc->sa.agi_bp set to null after a buffer verifier failure, then attempt to walk it. The fix uses ragi->agi_bp instead, which bypasses verifier checks for this repair operation.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203