CVE-2022-50582
In the Linux kernel, the following vulnerability has been resolved: regulator: core: Prevent integer underflow By using a ratio of delay to poll_enabled_time that is not integer time_remaining underflows and does not exit the loop as expected.
Does this matter?
Not yet scored. NVD analysis is pending; check back once CVSS and EPSS values are published.
Description
In the Linux kernel, the following vulnerability has been resolved: regulator: core: Prevent integer underflow By using a ratio of delay to poll_enabled_time that is not integer time_remaining underflows and does not exit the loop as expected. As delay could be derived from DT and poll_enabled_time is defined in the driver this can easily happen. Use a signed iterator to make sure that the loop exits once the remaining time is negative.
- CVSS
- Not yet scored
- EPSS
- 0.20% probability · 10th percentile
- CISA KEV
- Not listed
- Source
- 416baaa9-dc9f-4396-8d5f-8c081fb06d67
References
- https://git.kernel.org/stable/c/8d8e16592022c9650df8aedfe6552ed478d7135b
- https://git.kernel.org/stable/c/9f2395316e4845466cb9b5b9b15a171a2c91913c
- https://git.kernel.org/stable/c/b051d9bf98bd9cea312b228e264eb6542a9beb67
- https://git.kernel.org/stable/c/bfe602d9a349360e60e9051c9cafb9fef204524d
- https://git.kernel.org/stable/c/e33da263e9658bfe870ea7836fbbd72f246d7dbd
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.