Security Advisory

CVE-2022-49199

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-02-26 01:55:42
Last updated 2026-05-11 18:55:03
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit() This code checks "index" for an upper bound but it does not check for negatives. Change the type to unsigned to prevent underflows.