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

8.8 · HIGH
Published Feb 18, 2026 linux CWE-787 EPSS 0.17% (6th pctl)

Overview

CVE-2025-71234 is a high-severity vulnerability affecting linux linux_kernel. It was published on February 18, 2026 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: rtl8xxxu: fix slab-out-of-bounds in rtl8xxxu_sta_add

The driver does not set hw->sta_data_size, which causes mac80211 to

allocate insufficient space for driver private station data in

__sta_info_alloc(). When rtl8xxxu_sta_add() accesses members of

struct rtl8xxxu_sta_info through sta->drv_priv, this results in a

slab-out-of-bounds write.

KASAN report on RISC-V (VisionFive 2) with RTL8192EU adapter:

BUG: KASAN: slab-out-of-bounds in rtl8xxxu_sta_add+0x31c/0x346

Write of size 8 at addr ffffffd6d3e9ae88 by task kworker/u16:0/12

Set hw->sta_data_size to sizeof(struct rtl8xxxu_sta_info) during

probe, similar to how hw->vif_data_size is configured. This ensures

mac80211 allocates sufficient space for the driver's per-station

private data.

Tested on StarFive VisionFive 2 v1.2A board.

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.9, < 6.12.72 Affected

Frequently Asked Questions

What is CVE-2025-71234?

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

How severe is CVE-2025-71234?

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

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

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