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

8.8 · HIGH
Published Jul 10, 2025 linux EPSS 0.26% (18th pctl)

Overview

CVE-2025-38293 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 10, 2025 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

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

wifi: ath11k: fix node corruption in ar->arvifs list

In current WLAN recovery code flow, ath11k_core_halt() only

reinitializes the "arvifs" list head. This will cause the

list node immediately following the list head to become an

invalid list node. Because the prev of that node still points

to the list head "arvifs", but the next of the list head "arvifs"

no longer points to that list node.

When a WLAN recovery occurs during the execution of a vif

removal, and it happens before the spin_lock_bh(&ar->data_lock)

in ath11k_mac_op_remove_interface(), list_del() will detect the

previously mentioned situation, thereby triggering a kernel panic.

The fix is to remove and reinitialize all vif list nodes from the

list head "arvifs" during WLAN halt. The reinitialization is to make

the list nodes valid, ensuring that the list_del() in

ath11k_mac_op_remove_interface() can execute normally.

Call trace:

__list_del_entry_valid_o

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.6, < 5.10.239 Affected

Frequently Asked Questions

What is CVE-2025-38293?

CVE-2025-38293 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 10, 2025 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2025-38293?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

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

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

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