In the Linux kernel, the following vulnerability has been resolved:
jfs: fix array-index-out-of-bounds in dbAdjTree
Currently there is a bound check missing in the dbAdjTree while
accessing the dmt_stree. To add the required check added the bool is_ctl
which is required to determine the size as suggest in the following
commit.
https://lore.kernel.org/linux-kernel-mentees/f9475918-2186-49b8-b801-6f0f9e75f4fa@oracle.com/
References
Configurations
No configuration.
History
12 Nov 2024, 19:35
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
CWE | CWE-129 |
04 Nov 2024, 13:16
Type | Values Removed | Values Added |
---|---|---|
References |
|
27 Jun 2024, 12:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
25 Jun 2024, 22:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
06 Mar 2024, 15:18
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
06 Mar 2024, 07:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-03-06 07:15
Updated : 2024-11-12 19:35
NVD link : CVE-2023-52601
Mitre link : CVE-2023-52601
CVE.ORG link : CVE-2023-52601
JSON object : View
Products Affected
No product.
CWE
CWE-129
Improper Validation of Array Index