In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Oct 4, 2025
to the GitHub Advisory Database
•
Updated Feb 6, 2026
Description
Published by the National Vulnerability Database
Oct 4, 2025
Published to the GitHub Advisory Database
Oct 4, 2025
Last updated
Feb 6, 2026
In the Linux kernel, the following vulnerability has been resolved:
net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctx
when mlx5_cmd_exec failed in mlx5dr_cmd_create_reformat_ctx, the memory
pointed by 'in' is not released, which will cause memory leak. Move memory
release after mlx5_cmd_exec.
References