Bug 2401561 (CVE-2023-53546) - CVE-2023-53546 kernel: net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_reformat_ctx
Summary: CVE-2023-53546 kernel: net/mlx5: DR, fix memory leak in mlx5dr_cmd_create_ref...
Keywords:
Status: NEW
Alias: CVE-2023-53546
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-10-04 16:07 UTC by OSIDB Bzimport
Modified: 2025-10-10 09:49 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-04 16:07:33 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.