CVE-2022-50580
Not scored
blk-throttle: prevent overflow while calculating wait time
In the Linux kernel, the following vulnerability has been resolved: blk-throttle: prevent overflow while calculating wait time There is a problem found by code review in tg_with_in_bps_limit() that 'bps_limit * jiffy_elapsed_rnd' might overflow. Fix the problem by calling mul_u64_u64_div_u64() instead.
Exploit probability
0.2%
Published
October 22, 2025
Required by
Not available
Last source change
August 12, 2026
02 / AFFECTED SOFTWARE
Affected packages
03 / CONNECTIONS
Connected vulnerabilities
04 / EVIDENCE
Source records
Open Source Vulnerabilities
CVE-2022-50580
View original source
In the Linux kernel, the following vulnerability has been resolved: blk-throttle: prevent overflow while calculating wait time There is a problem found by code review in tg_with_in_bps_limit() that 'bps_limit * jiffy_elapsed_rnd' might overflow. Fix the problem by calling mul_u64_u64_div_u64() instead.
05 / REFERENCES
Further evidence
- https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
- https://git.kernel.org/stable/c/19c010ae44f0ce52b5436080492a61a092ee0cf4
- https://git.kernel.org/stable/c/70b2adb1d698fbc63d3b3848c452524dc15872c5
- https://git.kernel.org/stable/c/8d6bbaada2e0a65f9012ac4c2506460160e7237a
- https://git.kernel.org/stable/c/ca67b0563b39e79290c23e509319c178b9ca9104
- https://git.kernel.org/stable/c/cc6f0855bf8d9b729df28ff443ced7350c380dbd
- https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/50xxx/CVE-2022-50580.json
- https://nvd.nist.gov/vuln/detail/CVE-2022-50580