Cyber Resilience

CVE-2025-20039

Race Condition in Intel Proset\/Wireless Wifi ≤ 23.100.0

Published
13 May 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v4 6.9
Click a component to see what it means
Raw vectorCVSS:4.0/AV:A/AC:L/AT:P/PR:N/UI:P/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.0014 4th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-20039 is a medium-severity Race Condition (CWE-362) vulnerability in Intel Proset\/Wireless Wifi. Its CVSS base score is 6.9 (Medium).

Operationally, ranked at the 4th 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 SC-40 (Wireless Link Protection) and SC-5 (Denial-of-service Protection) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Race condition 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-2025-20006Same product: Intel Proset\/Wireless Wifi
CVE-2025-20026Same product: Intel Proset\/Wireless Wifi
CVE-2025-20032Same product: Intel Proset\/Wireless Wifi
CVE-2025-20062Same product: Intel Proset\/Wireless Wifi
CVE-2025-20618Same product: Intel Proset\/Wireless Wifi
CVE-2025-20046Same product: Intel Proset\/Wireless Wifi
CVE-2023-41090Same vendor: Intel
CVE-2023-34349Same vendor: Intel
CVE-2023-22276Same vendor: Intel
CVE-2024-25563Same product: Intel Proset\/Wireless Wifi

Affected Assets

intel
proset\/wireless wifi
≤ 23.100.0

Mitigating Controls

Control response

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

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V10.4.2
  • V10.4.5
  • V15.1.3
  • V15.4.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires mechanisms to protect against denial-of-service conditions, which is the explicit outcome enabled by this race condition.

prevent

Requires protection mechanisms for wireless links, directly addressing the vulnerable Intel PROSet/WiFi driver exposed via adjacent wireless access.

prevent

Mandates authorization and configuration controls for wireless access, limiting the unauthenticated adjacent-network vector that triggers the race condition.

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 SDLC practices directly require proper synchronization primitives and concurrency testing that prevent race conditions.

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 can detect race conditions, but does not prevent them at design or coding time.

prevents

Secure SDLC mandates concurrency controls and synchronization primitives that directly prevent race conditions.

prevents

Application security requirements can specify thread-safety and locking rules, but do not prescribe implementation details.

prevents

Secure architecture principles require proper synchronization and resource isolation, addressing the root cause of CWE-362.

prevents

Secure coding standards explicitly forbid unsafe concurrent access patterns and mandate atomic operations or locks.

none

Change management reduces introduction of concurrency bugs during updates, yet does not address the weakness itself.

References