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-37772

5.5 · MEDIUM
Published May 1, 2025 linux CWE-476 EPSS 0.19% (9th pctl)

Overview

CVE-2025-37772 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 1, 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:

RDMA/cma: Fix workqueue crash in cma_netevent_work_handler

struct rdma_cm_id has member "struct work_struct net_work"

that is reused for enqueuing cma_netevent_work_handler()s

onto cma_wq.

Below crash[1] can occur if more than one call to

cma_netevent_callback() occurs in quick succession,

which further enqueues cma_netevent_work_handler()s for the

same rdma_cm_id, overwriting any previously queued work-item(s)

that was just scheduled to run i.e. there is no guarantee

the queued work item may run between two successive calls

to cma_netevent_callback() and the 2nd INIT_WORK would overwrite

the 1st work item (for the same rdma_cm_id), despite grabbing

id_table_lock during enqueue.

Also drgn analysis [2] indicates the work item was likely overwritten.

Fix this by moving the INIT_WORK() to __rdma_create_id(),

so that it doesn't race with any existing queue_work() or

its worker thread.

[1] Trimmed crash stack:

=======

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.0, < 6.1.135 Affected

Frequently Asked Questions

What is CVE-2025-37772?

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

How severe is CVE-2025-37772?

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-37772?

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-37772?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-37772 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.