Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-38373

5.5 · MEDIUM
Published Jul 25, 2025 linux CWE-667 EPSS 0.11% (2th pctl)

Overview

CVE-2025-38373 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 25, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

IB/mlx5: Fix potential deadlock in MR deregistration

The issue arises when kzalloc() is invoked while holding umem_mutex or

any other lock acquired under umem_mutex. This is problematic because

kzalloc() can trigger fs_reclaim_aqcuire(), which may, in turn, invoke

mmu_notifier_invalidate_range_start(). This function can lead to

mlx5_ib_invalidate_range(), which attempts to acquire umem_mutex again,

resulting in a deadlock.

The problematic flow:

CPU0 | CPU1

---------------------------------------|------------------------------------------------

mlx5_ib_dereg_mr() |

→ revoke_mr() |

→ mutex_lock(&umem_odp->umem_mutex) |

| mlx5_mkey_cache_init()

| → mutex_lock(&dev->cache.rb_lock)

| → mlx5r_cache_create_ent_lo

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.12.14, < 6.12.37 Affected

Frequently Asked Questions

What is CVE-2025-38373?

CVE-2025-38373 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 25, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2025-38373?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2025-38373?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-38373?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-38373 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.