NONE · 0

CVE-2022-50580

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 ...

Vulnerability 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.

References

FAQ

What is CVE-2022-50580?

CVE-2022-50580 is a documented vulnerability. 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 ...

How severe is CVE-2022-50580?

CVSS scoring is not yet available for CVE-2022-50580. Check NVD for updates.

Is there a patch for CVE-2022-50580?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.