Cyber Resilience

CVE-2024-29995

Microsoft Windows Server 2008 r2

Published
13 August 2024
Modified
16 August 2024
Patch / advisory
CVSS Score v3.1 8.1
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.015 71th percentile
Risk Priority 67 floored blend · peak EPSS

Summary

CVE-2024-29995 is a high-severity Observable Timing Discrepancy (CWE-208) vulnerability in Microsoft Windows Server 2008. Its CVSS base score is 8.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Password Guessing (T1110.001); ranked in the top 29% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-8 (Security and Privacy Engineering Principles) — 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-29995 is an elevation of privilege vulnerability in the Kerberos implementation on Windows. It received a CVSS 3.1 score of 8.1 with a vector of AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H and is also associated with CWE-208.

An unauthenticated attacker can exploit the flaw remotely over a network connection, albeit with high attack complexity, to obtain privileges sufficient to compromise confidentiality, integrity, and availability on the target system.

The sole reference points to the Microsoft Security Response Center advisory page for this CVE, which is the authoritative source for any official patches or mitigation guidance. The associated EPSS score remains low, with a current value of 0.0614 and a peak of 0.0636.

EU & UK References

Vulnerability Data

Windows Kerberos Elevation of Privilege Vulnerability

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1110.001 Password Guessing Credential Access
Adversaries with no prior knowledge of legitimate credentials within the system or environment may guess passwords to attempt access to accounts.
T1087 Account Discovery Discovery
Adversaries may attempt to get a listing of valid accounts, usernames, or email addresses on a system or within a compromised environment.
T1087.001 Local Account Discovery
Adversaries may attempt to get a listing of local system accounts.
T1087.002 Domain Account Discovery
Adversaries may attempt to get a listing of domain accounts.
T1087.003 Email Account Discovery
Adversaries may attempt to get a listing of email addresses and accounts.
T1087.004 Cloud Account Discovery
Adversaries may attempt to get a listing of cloud accounts.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-36434Same product: Microsoft Windows 10 1507
CVE-2023-35332Same product: Microsoft Windows 10 1507
CVE-2023-33174Same product: Microsoft Windows 10 1507
CVE-2023-36804Same product: Microsoft Windows 10 1507
CVE-2023-33173Same product: Microsoft Windows 10 1507
CVE-2023-35296Same product: Microsoft Windows 10 1507
CVE-2023-35314Same product: Microsoft Windows 10 1507
CVE-2023-32053Same product: Microsoft Windows 10 1507
CVE-2023-36726Same product: Microsoft Windows 10 1507
CVE-2023-21526Same product: Microsoft Windows 10 1507

Affected Assets

microsoft
windows 10 1507
≤ 10.0.10240.20751
microsoft
windows 10 1607
≤ 10.0.14393.7259
microsoft
windows 10 1809
≤ 10.0.17763.6189
microsoft
windows 10 21h2
≤ 10.0.19044.4780
microsoft
windows 10 22h2
≤ 10.0.19045.4780
microsoft
windows 11 21h2
≤ 10.0.22000.3147
microsoft
windows 11 22h2
≤ 10.0.22621.4037
microsoft
windows server 2008
all versions, r2
microsoft
windows server 2012
r2 · ≤ 6.2.9200.25031
microsoft
windows server 2016
≤ 10.0.14393.7259
+2 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)

Validate
Prove the fix (OWASP ASVS)
  • V11.2.4

Mitigating Controls (NIST 800-53 r5) AI

Developer testing can include timing analysis or side-channel test cases that reveal observable timing discrepancies.

Engineering principles can mandate constant-time algorithms and side-channel resistance so timing discrepancies are never introduced.

Requiring approved cryptographic modules and algorithms implicitly demands implementations free of observable timing leaks.

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 constant-time implementations that eliminate observable timing discrepancies.

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.

none

Consistent reference clocks limit the attacker's ability to measure or manipulate timing differences that could reveal internal state or processing paths.

References