CVE-2025-68924

7.5

Umbraco · Umbraco Forms

Umbraco Forms is vulnerable to remote code execution when an authenticated attacker provides a malicious WSDL URL as a data source.

Executive summary

A critical vulnerability in Umbraco Forms allows authenticated attackers to achieve remote code execution by injecting malicious WSDL URLs.

Vulnerability

This vulnerability, classified as CWE-829, involves the inclusion of functionality from an untrusted control sphere. An authenticated attacker with sufficient privileges can supply a malicious WSDL URL, which the application then processes in a way that leads to remote code execution on the server.

Business impact

The ability to execute arbitrary code on the underlying server poses a severe risk of full system compromise, including unauthorized data access, modification, or total service disruption. With a CVSS score of 7.5, this high-severity flaw necessitates immediate attention to prevent lateral movement or data exfiltration. Successful exploitation could lead to significant reputational damage and potential regulatory consequences depending on the sensitivity of the data managed by the Umbraco instance.

Remediation

Immediate Action: Upgrade Umbraco Forms to a version beyond 8.13.16 as specified by the vendor security advisory.

Proactive Monitoring: Review application logs for suspicious WSDL endpoint requests or unusual outbound network traffic originating from the web server.

Compensating Controls: Implement strict egress filtering on the web server to prevent unauthorized connections to external WSDL sources.

Exploitation status

Public Exploit Available: No.

Analyst recommendation

Given the severity of the potential impact, administrators should prioritize updating the Umbraco Forms package across all environments. Organizations must ensure that they are running a version patched against this flaw to eliminate the remote code execution vector. If an immediate update is not feasible, restrict access to the form configuration interface to only the most trusted administrative accounts.

Sources