CVE-2026-43063: xfs: don't irele after failing to iget in xfs_attri_recover_work
In the Linux kernel, the following vulnerability has been resolved:
xfs: don't irele after failing to iget in xfsattrirecoverwork
xlogrecoveryiget never set @ip to a valid pointer if they return an error, so this irele will walk off a dangling pointer. Fix that.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-43063?
CVE-2026-43063 has a moderate severity rating due to potential data loss during XFS file system operations.
How do I fix CVE-2026-43063?
To fix CVE-2026-43063, update your Linux kernel to the latest stable version that addresses this vulnerability.
What systems are affected by CVE-2026-43063?
CVE-2026-43063 affects the XFS file system in Linux kernel implementations.
Was CVE-2026-43063 actively exploited in the wild?
As of the latest information, there are no reports indicating that CVE-2026-43063 was actively exploited.
What are the implications of CVE-2026-43063 for data integrity?
CVE-2026-43063 can lead to potential data inconsistencies and loss during file system recovery processes.