In the Linux kernel, the following vulnerability has been resolved:
net/mlx5: Collect command failures data only for known commands
DEVX can issue a general command, which is not used by mlx5 driver.
In case such command is failed, mlx5 is trying to collect the failure
data, However, mlx5 doesn't create a storage for this command, since
mlx5 doesn't use it. This lead to array-index-out-of-bounds error.
Fix it by checking whether the command is known before collecting the
failure data.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-09-17 15:15
Updated : 2026-01-14 19:16
NVD link : CVE-2023-53340
Mitre link : CVE-2023-53340
CVE.ORG link : CVE-2023-53340
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-129
Improper Validation of Array Index
