PatchSiren cyber security CVE debrief
CVE-2026-43063 Linux CVE debrief
A use-after-free vulnerability in the Linux kernel's XFS filesystem recovery code could allow local attackers to cause memory corruption. The flaw exists in xfs_attri_recover_work where an inode reference (irele) is attempted after a failed iget operation, despite xlog_recovery_iget* functions never setting the inode pointer to a valid value on error paths. This results in dereferencing a dangling pointer during XFS log recovery.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-05
- Original CVE updated
- 2026-05-29
- Advisory published
- 2026-05-05
- Advisory updated
- 2026-05-29
Who should care
Linux system administrators, kernel maintainers, and organizations running XFS filesystems on affected kernel versions, particularly those exposing local filesystem operations to untrusted users or handling XFS image recovery.
Technical summary
The xfs_attri_recover_work function in the Linux kernel's XFS log recovery path incorrectly calls irele on an inode pointer after xlog_recovery_iget* fails. These helper functions do not initialize the inode pointer to a valid value when returning an error, causing irele to operate on a dangling pointer. This use-after-free condition during XFS attribute recovery can lead to memory corruption with local attack vectors.
Defensive priority
HIGH
Recommended defensive actions
- Apply the appropriate stable kernel patch for your affected version branch as referenced in the official kernel Git repositories.
- Prioritize patching systems that process untrusted XFS filesystem images or participate in log recovery scenarios.
- Monitor for kernel updates from your Linux distribution vendor that incorporate the fixed XFS recovery code.
- Restrict local access to systems where untrusted users may introduce crafted XFS filesystem images for recovery.
Evidence notes
The vulnerability description confirms xlog_recovery_iget* never sets @ip to a valid pointer on error return, making subsequent irele a use-after-free. NVD CPE data indicates affected Linux kernel versions from 6.10 through 6.12.80, 6.13 through 6.18.21, 6.19 through 6.19.11, and 7.0-rc1 through 7.0-rc5. CVSS 3.1 vector AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H yields score 7.8 (HIGH). Four stable kernel patches are available.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-43063 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-43063
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-43063 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-43063
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/40082d08b638485cbaa543dc8087a3d1844d6f08
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/70685c291ef82269180758130394ecdc4496b52c
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/a1a5df1038f0b3c560d204270373621a4e622808
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/b5c5a50c2f513d4a13a6763564a07b470e69cc5a
416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.