In the Linux kernel, the following vulnerability has been resolved:
jfs: Fix shift-out-of-bounds in dbDiscardAG
When 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 negative
shift is found.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-08-26 12:15
Updated : 2024-09-12 14:05
NVD link : CVE-2024-44938
Mitre link : CVE-2024-44938
CVE.ORG link : CVE-2024-44938
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-787
Out-of-bounds Write