Cyber Resilience

CVE-2024-20699

Microsoft Windows 10 1809 ≤ 10.0.17763.5329

Published
09 January 2024
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 5.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0074 51th percentile
Risk Priority 44 floored blend · peak EPSS

Summary

CVE-2024-20699 is a medium-severity Improper Handling of Exceptional Conditions (CWE-755) vulnerability in Microsoft Windows 10 1809. Its CVSS base score is 5.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Client Execution (T1203); ranked in the top 49% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SC-24 (Fail in Known State) and SI-17 (Fail-safe Procedures) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Windows Hyper-V Denial of Service Vulnerability

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1489 Service Stop Impact
Adversaries may stop or disable services on a system to render those services unavailable to legitimate users.
T1499 Endpoint Denial of Service Impact
Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-26219Same product: Microsoft Windows 10 1809
CVE-2024-30021Same product: Microsoft Windows 10 1809
CVE-2024-30005Same product: Microsoft Windows 10 1809
CVE-2024-29999Same product: Microsoft Windows 10 1809
CVE-2024-20698Same product: Microsoft Windows 10 1809
CVE-2024-30001Same product: Microsoft Windows 10 1809
CVE-2024-29997Same product: Microsoft Windows 10 1809
CVE-2024-30004Same product: Microsoft Windows 10 1809
CVE-2024-30003Same product: Microsoft Windows 10 1809
CVE-2024-30000Same product: Microsoft Windows 10 1809

Affected Assets

microsoft
windows 10 1809
≤ 10.0.17763.5329
microsoft
windows 10 21h2
≤ 10.0.19044.3930
microsoft
windows 10 22h2
≤ 10.0.19045.3930
microsoft
windows 11 21h2
≤ 10.0.22000.2713
microsoft
windows 11 22h2
≤ 10.0.22621.3007
microsoft
windows 11 23h2
≤ 10.0.22631.3007
microsoft
windows server 2019
all versions
microsoft
windows server 2022
all versions
microsoft
windows server 2022 23h2
all versions

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 1 hardening rule · 1 OS baseline
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

Requires the system to fail to a known safe state on specified failures, limiting the impact of unhandled exceptional conditions.

Mandates explicit fail-safe procedures triggered by indicated failures, structurally preventing unhandled or mishandled exceptional conditions.

Requires generation of appropriate error messages on exceptional conditions, directly enforcing correct handling rather than silent or incorrect behavior.

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 explicitly require proper exception and error handling during design and coding.

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.

finds

Security testing in development and acceptance verifies correct handling of exceptional conditions.

degrades

Documented operating procedures may specify exception handling but do not guarantee implementation.

A.8.15 Logging partial match
finds

Logging captures unhandled exceptions, aiding detection but not preventing the weakness.

finds

Monitoring can surface unhandled exceptions but does not enforce proper handling.

prevents

Secure SDLC mandates exception-handling requirements and testing that directly prevent improper handling of exceptional conditions.

prevents

Application security requirements explicitly include handling of error and exceptional conditions.

References