CVE-2025-21751

HIGH EPSS 11.0%
Published Feb 27, 20251y ago · Modified Jun 17, 20262w ago
7.8 CVSS 3.1
High
Find Similar
Published Feb 27, 2025 1y ago
Last Modified Jun 17, 2026 2w ago

Description

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: HWS, change error flow on matcher disconnect Currently, when firmware failure occurs during matcher disconnect flow, the error flow of the function reconnects the matcher back and returns an error, which continues running the calling function and eventually frees the matcher that is being disconnected. This leads to a case where we have a freed matcher on the matchers list, which in turn leads to use-after-free and eventual crash. This patch fixes that by not trying to reconnect the matcher back when some FW command fails during disconnect. Note that we're dealing here with FW error. We can't overcome this problem. This might lead to bad steering state (e.g. wrong connection between matchers), and will also lead to resource leakage, as it is the case with any other error handling during resource destruction. However, the goal here is to allow the driver to continue and not crash the machine with use-after-free error.

CVSS Details

Base Score
7.8
Exploitability
1.8
Impact
5.9
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector Local
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality High
Integrity High
Availability High

Threat Intelligence

EPSS Exploit Probability
11.0% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 1

CWE-416 Use After Free Memory Safety

Affected Products 1

VendorProductVersionRange
linuxlinux_kernel* <6.13.3

References 3

  • git.kernel.org https://git.kernel.org/stable/c/1ce840c7a659aa53a31ef49f0271b4fd0dc10296
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/23a86c76a1a197e8fbbbd0ce3e826eb58c471624
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/5682aad0276ff9b9b0eff3188eb6a1f504d6b436

Remediation

  • git.kernel.org https://git.kernel.org/stable/c/1ce840c7a659aa53a31ef49f0271b4fd0dc10296
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/23a86c76a1a197e8fbbbd0ce3e826eb58c471624
    Patch