AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2022-50580

UNKNOWN · CVSS N/A EPSS 0.20%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-10-22 · Last synced 2026-08-04

CyberRota Analysis

This vulnerability has an unknown severity rating. It affects Linux.

CVE
CVE-2022-50580
Severity
UNKNOWN
CVSS
N/A
EPSS
0.20%
Linux

Original NVD Description

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.