Bug 2524453 (CVE-2026-80538) - CVE-2026-80538 kernel: xfs: propagate errors from xfs_rtginode_load
Summary: CVE-2026-80538 kernel: xfs: propagate errors from xfs_rtginode_load
Keywords:
Status: NEW
Alias: CVE-2026-80538
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-26 14:56 UTC by OSIDB Bzimport
Modified: 2026-08-26 16:43 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-26 14:56:27 UTC
In the Linux kernel, the following vulnerability has been resolved:

xfs: propagate errors from xfs_rtginode_load

xfs_rtginode_ensure() treats every xfs_rtginode_load() error other than
-ENOENT as success.  This can leave the realtime group inode unset after an
I/O, allocation, or corruption error.  Growfs then continues as though the
inode had been loaded.

Only -ENOENT means that the inode needs to be created.  Return all other
errors to the growfs caller.

Comment 1 Mauro Matteo Cascella 2026-08-26 16:37:40 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2026082605-CVE-2026-80538-30fb@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.