Cyber Resilience

CVE-2025-20026

Memory Safety in Intel Proset\/Wireless Wifi ≤ 23.100.0

Published
13 May 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v4 7.0
Click a component to see what it means
Raw vectorCVSS:4.0/AV:A/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0018 8th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2025-20026 is a high-severity Out-of-bounds Read (CWE-125) vulnerability in Intel Proset\/Wireless Wifi. Its CVSS base score is 7.0 (High).

Operationally, ranked at the 8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-18 (Wireless Access) and SC-5 (Denial-of-service Protection) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Out-of-bounds read for some Intel(R) PROSet/Wireless WiFi Software for Windows before version 23.100 may allow an unauthenticated user to potentially enable denial of service via adjacent access.

CWE(s)

Related Threats

CVEs Like This One

CVE-2023-30760Same vendor: Intel
CVE-2025-32003Same vendor: Intel
CVE-2023-25756Same vendor: Intel
CVE-2023-41252Same vendor: Intel
CVE-2023-24475Same vendor: Intel
CVE-2023-28376Same vendor: Intel
CVE-2024-33607Same vendor: Intel
CVE-2023-23909Same vendor: Intel
CVE-2024-25563Same product: Intel Proset\/Wireless Wifi
CVE-2024-28049Same product: Intel Proset\/Wireless Wifi

Affected Assets

intel
proset\/wireless wifi
≤ 23.100.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-18 Wireless Access
  • SC-5 Denial-of-service Protection
  • SC-40 Wireless Link Protection
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly restricts and authorizes wireless network access, limiting adjacent unauthenticated attackers from reaching the vulnerable WiFi driver.

prevent

Requires mechanisms to protect against or limit denial-of-service effects from the out-of-bounds read triggered via the wireless interface.

prevent

Provides wireless link protection controls that can reduce exposure of the PROSet/WiFi software to malicious adjacent frames.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure-development practices such as bounds checking and memory-safe languages directly prevent out-of-bounds reads.

ID.RA-01 partial match
prevents

Vulnerability scanning and recording can discover instances of out-of-bounds reads after code is deployed.

PR.PS-02 partial match
prevents

Routine patching replaces vulnerable code containing out-of-bounds read flaws.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing in development and acceptance includes fuzzing and static analysis that detect out-of-bounds read defects before release.

A.8.15 Logging partial match
detects

Logging can record evidence of an out-of-bounds read but does not prevent the weakness itself.

prevents

Secure development life cycle mandates input validation and bounds checking that directly prevent out-of-bounds reads.

prevents

Application security requirements include explicit bounds and memory-safety specifications that mitigate buffer over-reads.

prevents

Secure system architecture and engineering principles require memory-safe design patterns and runtime protections against out-of-bounds access.

prevents

Secure coding standards explicitly forbid unsafe pointer arithmetic and mandate bounds-checked reads, eliminating CWE-125.

References