Cyber Resilience

CVE-2024-20674

Auth Bypass in Microsoft Windows 10 1809 ≤ 10.0.17763.5329

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

Summary

CVE-2024-20674 is a high-severity Authentication Bypass by Primary Weakness (CWE-305) vulnerability in Microsoft Windows 10 1809. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to IA-2 (Identification and Authentication (Organizational Users)) and IA-3 (Device Identification and Authentication) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2024-20674 is a security feature bypass vulnerability in the Windows Kerberos implementation. It carries a CVSS 3.1 base score of 8.8 with network attack vector, low complexity, no required privileges, and required user interaction, resulting in high impact to confidentiality, integrity, and availability. The weakness is tracked under CWE-305 and CWE-290.

An unauthenticated attacker can exploit the flaw remotely by inducing a user to interact with a malicious resource, thereby bypassing Kerberos security protections and potentially obtaining unauthorized access or elevated capabilities on the target system.

Microsoft’s Security Response Center advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-20674 addresses mitigation through available updates.

The associated EPSS score has remained flat at 0.1605 since disclosure, indicating no material post-publication increase in observed exploitation interest.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Windows Kerberos Security Feature Bypass Vulnerability

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1557 Adversary-in-the-Middle Credential Access
Adversaries may attempt to position themselves between two or more networked devices using an adversary-in-the-middle (AiTM) technique to support follow-on behaviors such as [Network Sniffing](https://attack.
T1557.001 Name Resolution Poisoning and SMB Relay Credential Access
By responding to LLMNR/NBT-NS/mDNS network traffic, adversaries may spoof an authoritative source for name resolution to force communication with an adversary controlled system.
T1036 Masquerading Stealth
Adversaries may attempt to manipulate features of their artifacts to make them appear legitimate or benign to users and/or security tools.
T1036.001 Invalid Code Signature Stealth
Adversaries may attempt to mimic features of valid code signatures to increase the chance of deceiving a user, analyst, or tool.
T1134 Access Token Manipulation Stealth
Adversaries may modify access tokens to operate under a different user or system security context to perform actions and bypass access controls.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-30020Same product: Microsoft Windows 10 1507
CVE-2023-36004Same product: Microsoft Windows 10 1507
CVE-2023-35622Same product: Microsoft Windows Server 2008
CVE-2024-20652Same product: Microsoft Windows 10 1507
CVE-2023-36401Same product: Microsoft Windows 10 1507
CVE-2024-20654Same product: Microsoft Windows 10 1507
CVE-2024-20664Same product: Microsoft Windows 10 1507
CVE-2023-35639Same product: Microsoft Windows 10 1507
CVE-2023-36006Same product: Microsoft Windows 10 1507
CVE-2024-20680Same product: Microsoft Windows 10 1507

Affected Assets

microsoft
windows 10 1507
≤ 10.0.10240.20402 · ≤ 10.0.10240.20402
microsoft
windows 10 1607
≤ 10.0.14393.6614 · ≤ 10.0.14393.6614
microsoft
windows 10 1809
≤ 10.0.17763.5329 · ≤ 10.0.17763.5329 · ≤ 10.0.17763.5329
microsoft
windows 10 21h2
≤ 10.0.19044.3930 · ≤ 10.0.19044.3930 · ≤ 10.0.19044.3930
microsoft
windows 10 22h2
≤ 10.0.19045.3930 · ≤ 10.0.19045.3930 · ≤ 10.0.19045.3930
microsoft
windows 11 21h2
≤ 10.0.22000.2713 · ≤ 10.0.22000.2713
microsoft
windows 11 22h2
≤ 10.0.22621.3007 · ≤ 10.0.22621.3007
microsoft
windows 11 23h2
≤ 10.0.22631.3007 · ≤ 10.0.22631.3007
microsoft
windows server 2008
all versions
microsoft
windows server 2012
all versions, r2
+3 more product configuration(s) — see NVD for full list

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 8 hardening rules · 6 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V6.4.3
  • V10.4.16
  • V10.5.1
  • V11.4.3

Mitigating Controls (NIST 800-53 r5) AI

Proper unique identification and authentication of users directly stops spoofing-based bypass of authentication.

Device identification and authentication before connection prevents spoofing of devices to bypass auth.

Authentication of non-organizational users blocks external spoofing attempts against the scheme.

Authenticator management ensures credentials cannot be easily spoofed or reused to bypass authentication.

Enforces approved authorizations so a bypass weakness cannot be exploited to reach resources.

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.AA-04 full match
prevents

Protecting, conveying, and verifying identity assertions specifically prevents the spoofing that enables authentication bypass.

PR.PS-06 full match
prevents

Secure development practices throughout the SDLC prevent the primary weaknesses that enable authentication bypass.

PR.AA-03 mostly match
prevents

Strong authentication mechanisms and policy enforcement directly reduce bypass opportunities arising from implementation flaws.

ID.RA-01 partial match
prevents

Identifying and recording vulnerabilities catches the primary weaknesses that allow authentication bypass.

PR.AA-02 partial match
prevents

Proofing and binding identities reduces spoofing opportunities during enrollment but does not address runtime authentication implementation 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.

degrades

Secure authentication control directly mitigates authentication bypass by spoofing.

degrades

Authentication information management directly addresses credential handling that prevents spoofing.

finds

Security testing can detect authentication bypass conditions before deployment.

prevents

Access control policy reduces spoofing opportunities but does not prescribe authentication mechanisms.

prevents

Identity management supports unique identities but does not guarantee resistance to spoofing.

prevents

Access rights assignment limits exposure but does not enforce authentication strength.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

Oracle Linux 8 (1 rule)
  • V-248827 OL 8 must not have the rsh-server package installed. prevents CWE-290
RHEL 7 (1 rule)
  • V-204442 The Red Hat Enterprise Linux operating system must not have the rsh-server package installed. prevents CWE-290
RHEL 8 (1 rule)
  • V-230492 RHEL 8 must not have the rsh-server package installed. prevents CWE-290
Ubuntu 22.04 (1 rule)
  • V-260470 Ubuntu 22.04 LTS, when booted, must require authentication upon booting into single-user and maintenance modes. prevents CWE-305
Ubuntu 24.04 (1 rule)
  • V-270675 Ubuntu 24.04 LTS when booted must require authentication upon booting into single-user and maintenance modes. prevents CWE-305

References