🛡️ AZL-74736 — kernel

⚪ Unknown ✅ No Known Exploit OSV
N/A
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

CVE-2025-39835 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved:

xfs: do not propagate ENODATA disk errors into xattr code

ENODATA (aka ENOATTR) has a very specific meaning in the xfs xattr code;

namely, that the requested attribute name could not be found.

However, a medium error from disk may also return ENODATA. At best,

this medium error may escape to userspace as "attribute not found"

when in fact it's an IO (disk) error.

At worst, we may oops in xfs_attr_leaf_get() when we do:

error = xfs_attr_leaf_hasname(args, &bp);

if (error == -ENOATTR) {

xfs_trans_brelse(args->trans, bp);

return error;

}

because an ENODATA/ENOATTR error from disk leaves us with a null bp,

and the xfs_trans_brelse will then null-deref it.

As discussed on the list, we really need to modify the lower level

IO functions to trap all disk errors and ensure that we don't let

unique errors like this leak up into higher xfs functions - many

like this should be remapped to EIO.

However, this patch directly addresses a reported bug in the xattr

code, and should be safe to backport to stable kernels. A larger-scope

patch to handle more unique errors at lower levels can follow later.

(Note, prior to 07120f1abdff we did not oops, but we did return the

wrong error code to userspace.)

Affected software

AZL-74736 is recorded against 1 package.

  • kernel (fixed in 5.15.200.1-1)

Timeline and source

Published on 16 September 2025 and last revised on 21 April 2026. No public exploit is currently recorded for this entry. Record sourced from OSV.

References

nvd.nist.gov (Web)

Details

Severity Unknown
CVSS Score N/A
CVSS Vector N/A
CWE N/A
Public Exploit ✅ No
Source OSV
Published 2025-09-16
Updated 2026-08-12
Modified 2026-04-21
Fix URL N/A

Affected Packages

Software From version Fixed in
kernel 5.15.200.1-1

Similar Threats

Free Vulnerability Check

Is your site affected by AZL-74736?

BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against AZL-74736 and other known CVE records.

Scan My Site Free →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.