← Back to CVE List

CVE-2024-56595

Published: 2024-12-27T15:15Z
Last Modified: 2025-01-16T16:47Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt