In the Linux kernel, the following vulnerability has been resolved:
jfs: fix array-index-out-of-bounds read in add_missing_indices
stbl is s8 but it must contain offsets into slot which can go from 0 to
127.
Added a bound check for that error and return -EIO if the check fails.
Also make jfs_readdir return with error if add_missing_indices returns
with an error.
References
Configurations
History
No history.
Information
Published : 2025-07-04 14:15
Updated : 2025-12-18 21:19
NVD link : CVE-2025-38204
Mitre link : CVE-2025-38204
CVE.ORG link : CVE-2025-38204
JSON object : View
Products Affected
debian
- debian_linux
linux
- linux_kernel
CWE
CWE-125
Out-of-bounds Read
