CVE-2024-56595
Vulnerability Summary
Timeline
Description
In the Linux kernel, the following vulnerability has been resolved: jfs: add a check to prevent array-index-out-of-bounds in dbAdjTree When the value of lp is 0 at the beginning of the for loop, it will become negative in the next assignment and we should bail out.
CVSS Metrics
- v3.1•HIGH•Score: 7.8CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Trends
Current EPSS score: 0.01%• Percentile: 1%
Techniques & Countermeasures
- CWE-129•Improper Validation of Array Index
The product uses untrusted input when calculating or using an array index, but the product does not validate or incorrectly validates the index to ensure the index references a valid position within the array.
Affected Systems
- linux•linux
≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < b15000bcbecf27e0f7c0f149a409e5b865e28ca2 | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 368a533152220b0a6f1142327d96c6b6361f3002 | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < a3d408870bc19b794646871bc4c3a5daa66f91c5 | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 491487eeddccc4bb49f2e59d8c8f35bec89c15ca | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 3b5d21b56c3774bc84eab0a93aaac22a4475e2c4 | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 8a4311bbde702362fe7412045d06ab6767235dac | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < a174706ba4dad895c40b1d2277bade16dfacdcd9 | 2.6.12
- linux•linux_kernel
< 5.4.287 | ≥ 5.5, < 5.10.231 | ≥ 5.11, < 5.15.174 | ≥ 5.16, < 6.1.120 | ≥ 6.2, < 6.6.66 | ≥ 6.7, < 6.12.5
References (9)
- https://git.kernel.org/stable/c/b15000bcbecf27e0f7c0f149a409e5b865e28ca2
- https://git.kernel.org/stable/c/368a533152220b0a6f1142327d96c6b6361f3002
- https://git.kernel.org/stable/c/a3d408870bc19b794646871bc4c3a5daa66f91c5
- https://git.kernel.org/stable/c/491487eeddccc4bb49f2e59d8c8f35bec89c15ca
- https://git.kernel.org/stable/c/3b5d21b56c3774bc84eab0a93aaac22a4475e2c4
- https://git.kernel.org/stable/c/8a4311bbde702362fe7412045d06ab6767235dac
- https://git.kernel.org/stable/c/a174706ba4dad895c40b1d2277bade16dfacdcd9
- https://lists.debian.org/debian-lts-announce/2025/03/msg00001.html
- https://lists.debian.org/debian-lts-announce/2025/03/msg00002.html