Lucene search

K
osvGoogleOSV:CVE-2024-35925
HistoryMay 19, 2024 - 11:15 a.m.

CVE-2024-35925

2024-05-1911:15:00
Google
osv.dev
1
linux kernel
vulnerability
division by zero.

AI Score

6.6

Confidence

Low

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.

References