
Cloud Vulnerability DB
A community-led vulnerabilities database
A vulnerability (CVE-2025-39835) has been identified in the Linux kernel's XFS filesystem implementation. The issue was disclosed on September 16, 2025, and involves improper error handling in the XFS extended attribute (xattr) code (NVD).
The vulnerability stems from incorrect propagation of ENODATA disk errors into the xattr code. ENODATA (also known as ENOATTR) has a specific meaning in XFS xattr code, indicating that a requested attribute name could not be found. However, medium errors from disk operations may also return ENODATA. This can lead to a null pointer dereference in xfsattrleafget() when xfstrans_brelse() is called with a null bp value (NVD).
The vulnerability can manifest in two ways: At best, a medium error from disk may incorrectly appear to userspace as an 'attribute not found' error when it's actually an IO (disk) error. At worst, it can cause a system crash through a null pointer dereference in the kernel (NVD).
A patch has been developed to address this specific bug in the xattr code, which is considered safe for backporting to stable kernels. A more comprehensive solution to handle unique errors at lower levels is planned for future implementation. Prior to commit 07120f1abdff, the system did not crash but still returned incorrect error codes to userspace (NVD).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."