CVE-2022-49199
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
26/02/2025
Last modified:
26/02/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit()<br />
<br />
This code checks "index" for an upper bound but it does not check for<br />
negatives. Change the type to unsigned to prevent underflows.