Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-44938
HistoryAug 26, 2024 - 11:20 a.m.

CVE-2024-44938 jfs: Fix shift-out-of-bounds in dbDiscardAG

2024-08-2611:20:43
Linux
github.com
1
linux kernel
jfs
shift-out-of-bounds

AI Score

7.1

Confidence

Low

EPSS

0

Percentile

5.1%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

AI Score

7.1

Confidence

Low

EPSS

0

Percentile

5.1%

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

Related for VULNRICHMENT:CVE-2024-44938