← Back to CVE List

CVE-2025-21975

Published: 2025-04-01T16:15Z
Last Modified: 2025-04-10T13:15Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: handle errors in mlx5_chains_create_table() In mlx5_chains_create_table(), the return value of mlx5_get_fdb_sub_ns() and mlx5_get_flow_namespace() must be checked to prevent NULL pointer dereferences. If either function fails, the function should log error message with mlx5_core_warn() and return error pointer. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt