Lucene search

K
cvelistLinuxCVELIST:CVE-2024-35925
HistoryMay 19, 2024 - 10:10 a.m.

CVE-2024-35925 block: prevent division by zero in blk_rq_stat_sum()

2024-05-1910:10:35
Linux
raw.githubusercontent.com
8
linux kernel
vulnerability
division by zero
blk_rq_stat_sum
overflow
check
linux verification center
svace

6.7 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

12.7%

In the Linux kernel, the following vulnerability has been resolved:

block: prevent division by zero in blk_rq_stat_sum()

The expression dst->nr_samples + src->nr_samples may
have zero value on overflow. It is necessary to add
a check to avoid division by zero.

Found by Linux Verification Center (linuxtesting.org) with Svace.

6.7 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

12.7%

Related for CVELIST:CVE-2024-35925