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

5.5 · MEDIUM
Published Jul 25, 2025 linux CWE-476 EPSS 0.15% (4th pctl)

Overview

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

wifi: mt76: mt7925: prevent NULL pointer dereference in mt7925_sta_set_decap_offload()

Add a NULL check for msta->vif before accessing its members to prevent

a kernel panic in AP mode deployment. This also fix the issue reported

in [1].

The crash occurs when this function is triggered before the station is

fully initialized. The call trace shows a page fault at

mt7925_sta_set_decap_offload() due to accessing resources when msta->vif

is NULL.

Fix this by adding an early return if msta->vif is NULL and also check

wcid.sta is ready. This ensures we only proceed with decap offload

configuration when the station's state is properly initialized.

[14739.655703] Unable to handle kernel paging request at virtual address ffffffffffffffa0

[14739.811820] CPU: 0 UID: 0 PID: 895854 Comm: hostapd Tainted: G

[14739.821394] Tainted: [C]=CRAP, [O]=OOT_MODULE

[14739.825746] Hardware name: Raspberry Pi 4 Model B Rev 1.1 (DT)

[14739.8

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.11, < 6.12.39 Affected

Frequently Asked Questions

What is CVE-2025-38450?

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

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

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

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