PatchSiren

PatchSiren cyber security CVE debrief

CVE-2025-71234 Linux CVE debrief

The Linux kernel vulnerability CVE-2025-71234 is caused by the driver not setting hw->sta_data_size, leading to insufficient space allocation for driver private station data in __sta_info_alloc(). This results in a slab-out-of-bounds write when rtl8xxxu_sta_add() accesses members of struct rtl8xxxu_sta_info through sta->drv_priv. The fix involves setting hw->sta_data_size to sizeof(struct rtl8xxxu_sta_info) during probe, similar to how hw->vif_data_size is configured. The vulnerability has a high CVSS score of 8.8 and is classified as HIGH severity. Linux kernel users should prioritize assessment and patching. The CVE record was published on 2026-02-18T16:22:30.190Z and has not been modified since then. Testing was done on StarFive VisionFive 2 v1.2A board. Further verification is recommended to confirm affected product deployments and assess potential exposure. The NVD entry is currently Modified. AI-assisted PatchSiren debrief based on the supplied source corpus.

Vendor
Linux
Product
Unknown
CVSS
HIGH 8.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-02-18
Original CVE updated
2026-07-30
Advisory published
2026-02-18
Advisory updated
2026-07-30

Who should care

Linux kernel users, Linux distribution maintainers, and organizations using Linux-based systems should be aware of this vulnerability and take necessary actions to patch their systems. Affected operators, platforms, and security teams should prioritize assessment and remediation efforts.

Technical summary

The Linux kernel vulnerability CVE-2025-71234 is caused by the driver not setting hw->sta_data_size, leading to insufficient space allocation for driver private station data in __sta_info_alloc(). This results in a slab-out-of-bounds write when rtl8xxxu_sta_add() accesses members of struct rtl8xxxu_sta_info through sta->drv_priv. The fix involves setting hw->sta_data_size to sizeof(struct rtl8xxxu_sta_info) during probe, similar to how hw->vif_data_size is configured.

Defensive priority

This vulnerability has a high CVSS score of 8.8 and is classified as HIGH severity. Linux kernel users should prioritize assessment and patching.

Recommended defensive actions

  • Inventory Linux kernel installations to identify potential exposure
  • Assess Linux kernel versions for CVE-2025-71234 vulnerability
  • Apply patches from Linux kernel stable branches
  • Monitor Linux kernel systems for unusual activity
  • Verify Linux kernel configurations and updates
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

The Linux kernel vulnerability CVE-2025-71234 was resolved by setting hw->sta_data_size to sizeof(struct rtl8xxxu_sta_info) during probe. Insufficient space allocation for driver private station data in __sta_info_alloc() caused a slab-out-of-bounds write. Testing was done on StarFive VisionFive 2 v1.2A board. Further verification is recommended to confirm affected product deployments and assess potential exposure.

Sources and references

Verified primary and authoritative sources

  • CVE-2025-71234 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2025-71234

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2025-71234 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2025-71234

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/116f7bd8160c6b37d1c6939385abf90f6f6ed2f5

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/5d810ba377eddee95d30766d360a14efbb3d1872

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/86c946bcc00f6390ef65e9614ae60a9377e454f8

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/9a0f3fa6ecd0c9c32dbc367a57482bbf7c7d25bf

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.