cve/2024/CVE-2024-56595.md
2025-09-29 16:08:36 +00:00

806 B

CVE-2024-56595

Description

In the Linux kernel, the following vulnerability has been resolved:jfs: add a check to prevent array-index-out-of-bounds in dbAdjTreeWhen the value of lp is 0 at the beginning of the for loop, it willbecome negative in the next assignment and we should bail out.

POC

Reference

No PoCs from references.

Github