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

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

Overview

CVE-2025-37794 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:

wifi: mac80211: Purge vif txq in ieee80211_do_stop()

After ieee80211_do_stop() SKB from vif's txq could still be processed.

Indeed another concurrent vif schedule_and_wake_txq call could cause

those packets to be dequeued (see ieee80211_handle_wake_tx_queue())

without checking the sdata current state.

Because vif.drv_priv is now cleared in this function, this could lead to

driver crash.

For example in ath12k, ahvif is store in vif.drv_priv. Thus if

ath12k_mac_op_tx() is called after ieee80211_do_stop(), ahvif->ah can be

NULL, leading the ath12k_warn(ahvif->ah,...) call in this function to

trigger the NULL deref below.

Unable to handle kernel paging request at virtual address dfffffc000000001

KASAN: null-ptr-deref in range [0x0000000000000008-0x000000000000000f]

batman_adv: bat0: Interface deactivated: brbh1337

Mem abort info:

ESR = 0x0000000096000004

EC = 0x25: DABT (current EL), IL = 32 bits

S

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 >= 4.1, < 5.4.293 Affected

Frequently Asked Questions

What is CVE-2025-37794?

CVE-2025-37794 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-37794?

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

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

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