CVE-2026-43063
Awaiting Analysis Awaiting Analysis - Queue
XFS Filesystem Use-After-Free in Linux Kernel

Publication date: 2026-05-05

Last updated on: 2026-05-05

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: xfs: don't irele after failing to iget in xfs_attri_recover_work xlog_recovery_iget* never set @ip to a valid pointer if they return an error, so this irele will walk off a dangling pointer. Fix that.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-05
Last Modified
2026-05-05
Generated
2026-05-07
AI Q&A
2026-05-05
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability exists in the Linux kernel's XFS filesystem code. Specifically, it involves the function xfs_attri_recover_work where a call to irele is made after a failed iget operation. The xlog_recovery_iget functions do not set the pointer @ip to a valid value if they return an error, which means that the irele function ends up dereferencing a dangling pointer. This can lead to undefined behavior or system instability.


How can this vulnerability impact me? :

The impact of this vulnerability could include system crashes or instability due to the dereferencing of invalid pointers in the kernel. This may lead to denial of service or potential corruption of filesystem data, affecting system reliability and availability.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart