mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
1010 B
1010 B
CVE-2024-44938
Description
In the Linux kernel, the following vulnerability has been resolved:jfs: Fix shift-out-of-bounds in dbDiscardAGWhen searching for the next smaller log2 block, BLKSTOL2() returned 0,causing shift exponent -1 to be negative.This patch fixes the issue by exiting the loop directly when negativeshift is found.
POC
Reference
No PoCs from references.