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

7.8 · HIGH
Published May 20, 2025 linux CWE-362 EPSS 0.15% (4th pctl)

Overview

CVE-2025-37920 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 20, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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:

xsk: Fix race condition in AF_XDP generic RX path

Move rx_lock from xsk_socket to xsk_buff_pool.

Fix synchronization for shared umem mode in

generic RX path where multiple sockets share

single xsk_buff_pool.

RX queue is exclusive to xsk_socket, while FILL

queue can be shared between multiple sockets.

This could result in race condition where two

CPU cores access RX path of two different sockets

sharing the same umem.

Protect both queues by acquiring spinlock in shared

xsk_buff_pool.

Lock contention may be minimized in the future by some

per-thread FQ buffering.

It's safe and necessary to move spin_lock_bh(rx_lock)

after xsk_rcv_check():

* xs->pool and spinlock_init is synchronized by

xsk_bind() -> xsk_is_bound() memory barriers.

* xsk_rcv_check() may return true at the moment

of xsk_release() or xsk_unbind_dev(),

however this will not cause any data races or

race conditions. xsk_unbind_dev() removes xdp

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 >= 5.1.20, < 5.2 Affected

Frequently Asked Questions

What is CVE-2025-37920?

CVE-2025-37920 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 20, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2025-37920?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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-37920?

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

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