CVE-2023-53546
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2023-53546, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-10-04

Last updated on: 2026-03-21

Assigner: kernel.org

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-10-04
Last Modified
2026-03-21
Generated
2026-07-06
AI Q&A
2025-10-04
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
linux linux_kernel 6.5
linux linux_kernel From 5.15.160 (inc) to 5.16 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-401 The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a memory leak in the Linux kernel's mlx5 driver. Specifically, when the function mlx5dr_cmd_create_reformat_ctx calls mlx5_cmd_exec and that call fails, the memory pointed to by 'in' is not released properly, causing a memory leak. The fix involves moving the memory release to occur after the mlx5_cmd_exec call to ensure the memory is freed even if the command execution fails.

Impact Analysis

The memory leak caused by this vulnerability can lead to increased memory usage over time, potentially degrading system performance or causing resource exhaustion. This could result in system instability or crashes if the leak is significant and persistent.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-53546. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart