CVE-2026-80538
7.1
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | ae897e0bed0f5461a6b1c3259c7d899759ba2a62 < ec19cea4ef1ce9d6e2e3f7e9e7bf88ede31176e7 | affected |
| Linux | Linux | ae897e0bed0f5461a6b1c3259c7d899759ba2a62 < 61c5165f02deb2eed9b6b539bb279e6629fee652 | affected |
| Linux | Linux | ae897e0bed0f5461a6b1c3259c7d899759ba2a62 < b7e53968cb8882c2d276429ea8550848a4940874 | affected |
| Linux | Linux | 6.13 | affected |
| Linux | Linux | 0 < 6.13 | unaffected |
| Linux | Linux | 6.18.46 <= 6.18.* | unaffected |
| Linux | Linux | 7.1.10 <= 7.1.* | unaffected |
| Linux | Linux | 7.2 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/ec19cea4ef1ce9d6e2e3f7e9e7bf88ede31176e7
- https://git.kernel.org/stable/c/61c5165f02deb2eed9b6b539bb279e6629fee652
- https://git.kernel.org/stable/c/b7e53968cb8882c2d276429ea8550848a4940874
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.