Cyber Resilience

CVE-2024-28868

Umbraco Cms 10.0.0 – 10.8.5

Published
20 March 2024
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 3.7
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.0045 37th percentile
Risk Priority 33 floored blend · peak EPSS

Summary

CVE-2024-28868 is a low-severity Observable Response Discrepancy (CWE-204) vulnerability in Umbraco Umbraco Cms. Its CVSS base score is 3.7 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Account Discovery (T1087); ranked at the 37th 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 IA-6 (Authentication Feedback) and SI-11 (Error Handling) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Umbraco is an ASP.NET content management system. Umbraco 10 prior to 10.8.4 with access to the native login screen is vulnerable to a possible user enumeration attack. This issue was fixed in version 10.8.5. As a workaround, one may disable…

more

the native login screen by exclusively using external logins.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

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.
T1110 Brute Force Credential Access
Adversaries may use brute force techniques to gain access to accounts when passwords are unknown or when password hashes are obtained.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-46736Same product: Umbraco Umbraco Cms
CVE-2025-24011Same product: Umbraco Umbraco Cms
CVE-2024-43376Same product: Umbraco Umbraco Cms
CVE-2023-49278Same product: Umbraco Umbraco Cms
CVE-2025-54425Same product: Umbraco Umbraco Cms
CVE-2023-49274Same product: Umbraco Umbraco Cms
CVE-2025-66625Same product: Umbraco Umbraco Cms
CVE-2023-48313Same product: Umbraco Umbraco Cms
CVE-2023-38694Same product: Umbraco Umbraco Cms
CVE-2024-48926Same product: Umbraco Umbraco Cms

Affected Assets

umbraco
umbraco cms
10.0.0 — 10.8.5

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)
  • V13.4.5

Mitigating Controls (NIST 800-53 r5) AI

Obscuring authentication feedback directly stops one common source of observable response discrepancies.

Error handling explicitly requires messages that avoid revealing exploitable internal information.

Information flow enforcement can block responses that would otherwise disclose internal state to unauthorized parties.

Boundary protection monitors and filters outbound responses that could leak internal state.

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 full match
prevents

Secure SDLC practices directly prevent introduction of inconsistent response behavior that leaks internal state.

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 can detect observable response discrepancies before deployment.

mitigates

Network security controls can enforce uniform responses and suppress observable discrepancies.

prevents

Secure SDLC practices include error-handling and response standardization to avoid information disclosure.

prevents

Application security requirements typically mandate consistent, non-revealing error messages.

prevents

Secure architecture principles discourage designs that leak internal state via differing responses.

prevents

Secure coding standards explicitly require uniform error handling to prevent information leakage.

References