Cyber Resilience

CVE-2025-68924

High

Published: 16 January 2026

Published
16 January 2026
Modified
20 February 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0012 30.6th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-68924 is a high-severity Inclusion of Functionality from Untrusted Control Sphere (CWE-829) vulnerability in Umbraco Umbraco Forms. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 30.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-68924 is a remote code execution vulnerability in Umbraco UmbracoForms through version 8.13.16. An authenticated attacker can supply a malicious WSDL (Webservice) URL as a data source to trigger the issue. The vulnerability is classified under CWE-829 and carries a CVSS v3.1 base score of 7.5 (AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H).

The attack requires low privileges (an authenticated user) and can be carried out over the network, though it demands high attack complexity and no user interaction. Successful exploitation allows the attacker to achieve high impacts on confidentiality, integrity, and availability through remote code execution on the affected system.

Mitigation details are available in related advisories and resources, including the GitHub Security Advisory at https://github.com/advisories/GHSA-vrgw-pc9c-qrrc, the Umbraco Forms package documentation at https://our.umbraco.com/packages/developer-tools/umbraco-forms/, and the NuGet package page at https://www.nuget.org/packages/UmbracoForms. The CVE was published on 2026-01-16T19:16:18.370.

EU & UK References

Vulnerability details

In Umbraco UmbracoForms through 8.13.16, an authenticated attacker can supply a malicious WSDL (aka Webservice) URL as a data source for remote code execution.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

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.
Why these techniques?

Authenticated RCE via malicious WSDL URL in a web application directly enables exploitation of a public-facing app (T1190).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-70046Shared CWE-829
CVE-2020-36905Shared CWE-829
CVE-2025-70974Shared CWE-829
CVE-2025-27668Shared CWE-829
CVE-2026-28135Shared CWE-829
CVE-2025-62726Shared CWE-829
CVE-2026-31834Same vendor: Umbraco
CVE-2012-10054Same vendor: Umbraco
CVE-2026-43571Shared CWE-829
CVE-2026-8426Shared CWE-829

Affected Assets

umbraco
umbraco forms
≤ 8.13.16

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires timely remediation of the specific flaw in UmbracoForms that allows authenticated attackers to supply malicious WSDL URLs for RCE.

prevent

Enforces validation of user-supplied WSDL URLs as data sources to block malicious inputs leading to remote code execution.

prevent

Restricts data source configuration capabilities to least privilege, limiting low-privileged authenticated users from exploiting the WSDL vulnerability.

References