Lucene search

K
debiancveDebian Security Bug TrackerDEBIANCVE:CVE-2024-35925
HistoryMay 19, 2024 - 11:15 a.m.

CVE-2024-35925

2024-05-1911:15:48
Debian Security Bug Tracker
security-tracker.debian.org
10
linux kernel
cve-2024-35925
vulnerability

AI Score

7

Confidence

Low

EPSS

0

Percentile

13.0%

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.