Bug 2376408 (CVE-2025-38204) - CVE-2025-38204 kernel: jfs: fix array-index-out-of-bounds read in add_missing_indices
Summary: CVE-2025-38204 kernel: jfs: fix array-index-out-of-bounds read in add_missing...
Keywords:
Status: NEW
Alias: CVE-2025-38204
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-07-04 14:04 UTC by OSIDB Bzimport
Modified: 2025-07-04 18:52 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-07-04 14:04:29 UTC
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.

Comment 1 Mauro Matteo Cascella 2025-07-04 18:44:01 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025070419-CVE-2025-38204-c216@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.