Cyber Posture

CVE-2025-24011

Medium

Published: 21 January 2025

Published
21 January 2025
Modified
20 February 2025
KEV Added
Patch
CVSS Score 5.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.3516 97.1th percentile
Risk Priority 32 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-24011 is a medium-severity Exposure of Sensitive Information to an Unauthorized Actor (CWE-200) vulnerability in Umbraco Umbraco Cms. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Gather Victim Identity Information (T1589); ranked in the top 2.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 IA-6 (Authentication Feedback) and SI-11 (Error Handling).

Threat & Defense at a Glance

What attackers do: exploitation maps to Gather Victim Identity Information (T1589) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

SI-2 Flaw Remediation directly addresses this CVE by requiring timely identification, testing, and installation of patches that fix the differential response codes and timing in Umbraco management API.

prevent

IA-6 Authentication Feedback requires obscuring feedback of authentication status, preventing enumeration of valid accounts through observable differences in response codes and timing.

prevent

SI-11 Error Handling ensures error messages do not reveal sensitive information like account existence via varying response codes in the management API.

MITRE ATT&CK Enterprise TechniquesAI

T1589 Gather Victim Identity Information Reconnaissance
Adversaries may gather information about the victim's identity that can be used during targeting.
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.
Why these techniques?

The vulnerability enables external enumeration of valid user accounts via observable response differences, directly mapping to T1589 Gather Victim Identity Information. It facilitates targeted brute-force attacks by identifying existing accounts, mapping to T1110.001 Password Guessing.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

NVD Description

Umbraco is a free and open source .NET content management system. Starting in version 14.0.0 and prior to versions 14.3.2 and 15.1.2, it's possible to determine whether an account exists based on an analysis of response codes and timing of…

more

Umbraco management API responses. Versions 14.3.2 and 15.1.2 contain a patch. No known workarounds are available.

Deeper analysisAI

CVE-2025-24011 is an information disclosure vulnerability in Umbraco, a free and open source .NET content management system. It affects versions starting from 14.0.0 up to but not including 14.3.2 and 15.1.2, where attackers can determine whether a user account exists by analyzing response codes and timing differences in the Umbraco management API responses. The vulnerability is classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) and CWE-203 (Observable Timing Discrepancy), with a CVSS v3.1 base score of 5.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N).

Any unauthenticated attacker with network access can exploit this vulnerability with low complexity and no user interaction required. By sending crafted requests to the management API, they can enumerate valid account existence through observable differences in response codes and timing, potentially aiding further attacks like targeted brute-force attempts or phishing.

The Umbraco security advisory (GHSA-hmg4-wwm5-p999) and associated GitHub commits (559c6c9f312df1d6eb1bde82c4b81c0896da6382 and 839b6816f2ae3e5f54459a0f09dad6b17e2d1e07) confirm patches in versions 14.3.2 and 15.1.2. No workarounds are available, so administrators should upgrade affected installations immediately.

Details

CWE(s)

Affected Products

umbraco
umbraco cms
14.0.0 — 14.3.2 · 15.0.0 — 15.1.2

CVEs Like This One

CVE-2026-31834Same product: Umbraco Umbraco Cms
CVE-2012-10054Same product: Umbraco Umbraco Cms
CVE-2025-68924Same vendor: Umbraco
CVE-2026-24870Shared CWE-200
CVE-2026-4020Shared CWE-200
CVE-2025-21620Shared CWE-200
CVE-2025-62188Shared CWE-200
CVE-2024-13562Shared CWE-200
CVE-2024-57716Shared CWE-200
CVE-2026-27161Shared CWE-200

References