Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-68924

CVE-2025-68924: Umbraco Forms RCE Vulnerability

CVE-2025-68924 is a remote code execution vulnerability in Umbraco Forms through version 8.13.16. Authenticated attackers can exploit malicious WSDL URLs as data sources to execute arbitrary code on the server.

Published: January 23, 2026

CVE-2025-68924 Overview

CVE-2025-68924 is a Remote Code Execution (RCE) vulnerability affecting Umbraco UmbracoForms through version 8.13.16. An authenticated attacker can supply a malicious WSDL (Web Services Description Language) URL as a data source, enabling arbitrary code execution on the target server. This vulnerability falls under CWE-829 (Inclusion of Functionality from Untrusted Control Sphere), where the application improperly incorporates external resources without adequate validation.

Critical Impact

Authenticated attackers can achieve remote code execution by injecting malicious WSDL URLs, potentially leading to complete server compromise, data exfiltration, and lateral movement within the network.

Affected Products

  • Umbraco Forms through version 8.13.16
  • Umbraco CMS installations utilizing the UmbracoForms package
  • Systems exposing Umbraco Forms web service data source functionality

Discovery Timeline

  • 2026-01-16 - CVE-2025-68924 published to NVD
  • 2026-01-16 - Last updated in NVD database

Technical Details for CVE-2025-68924

Vulnerability Analysis

The vulnerability exists in the Umbraco Forms package's handling of WSDL (Web Services Description Language) URLs when configured as data sources. The application processes external WSDL definitions without properly validating or sanitizing the remote resource, enabling Server-Side Request Forgery (SSRF) combined with code execution through malicious service definitions.

When an authenticated user with form configuration privileges supplies a WSDL URL, the application fetches and parses the remote service description. A malicious WSDL file can include references to external resources or exploit the XML parsing mechanism to achieve code execution through various means, including deserialization attacks or dynamic code generation based on the service contract.

Root Cause

The root cause is CWE-829: Inclusion of Functionality from Untrusted Control Sphere. The Umbraco Forms application trusts external WSDL URLs without implementing adequate security controls such as:

  • URL allowlisting to restrict permitted external domains
  • Content validation of the fetched WSDL document
  • Sandboxed execution of dynamically generated proxy code
  • Input sanitization for the WSDL URL parameter

This design flaw allows authenticated attackers to point the application at attacker-controlled infrastructure serving malicious WSDL content.

Attack Vector

The attack is network-based, requiring an authenticated session with privileges to configure form data sources. The attacker workflow involves:

  1. Authenticating to the Umbraco backend with form configuration permissions
  2. Navigating to form data source configuration
  3. Providing a WSDL URL pointing to attacker-controlled infrastructure
  4. The server fetches and processes the malicious WSDL
  5. Code execution occurs during WSDL parsing or proxy generation

The attack does not require user interaction beyond the attacker's own authenticated session, though it requires low privileges (authenticated user) and involves high attack complexity due to the need for controlled infrastructure and crafted payloads.

Detection Methods for CVE-2025-68924

Indicators of Compromise

  • Unusual outbound HTTP/HTTPS requests from web servers to external endpoints fetching WSDL files
  • Form data source configurations containing external URLs not on corporate-approved lists
  • Web server logs showing requests to unexpected external domains from the Umbraco application
  • Presence of dynamically generated proxy classes or assemblies that were not part of the original deployment

Detection Strategies

  • Monitor Umbraco Forms configuration changes, particularly data source URL modifications
  • Implement egress filtering and log analysis for outbound connections from web servers
  • Review audit logs for authenticated users modifying form configurations with external URLs
  • Deploy web application firewall (WAF) rules to detect WSDL-related exploitation patterns

Monitoring Recommendations

  • Enable detailed logging for Umbraco Forms configuration changes and data source access
  • Configure alerts for outbound connections from web servers to non-allowlisted external hosts
  • Monitor for process execution anomalies on servers hosting Umbraco installations
  • Implement file integrity monitoring on Umbraco application directories to detect unauthorized changes

How to Mitigate CVE-2025-68924

Immediate Actions Required

  • Upgrade Umbraco Forms to a patched version beyond 8.13.16 as soon as an update is available
  • Review existing form configurations for suspicious external WSDL URLs
  • Restrict network egress from Umbraco servers to only necessary external endpoints
  • Audit user accounts with form configuration privileges and apply principle of least privilege

Patch Information

Organizations should monitor the GitHub Security Advisory for official patch information from Umbraco. The vulnerability affects UmbracoForms through version 8.13.16, and users should upgrade to the latest patched version when released. Package updates can be obtained via the NuGet Package for Umbraco Forms.

Workarounds

  • Implement strict network egress controls to prevent the Umbraco server from making outbound connections to untrusted hosts
  • Disable or restrict access to the WSDL/Webservice data source functionality if not required
  • Apply Web Application Firewall rules to block external WSDL URL submissions in form configurations
  • Limit form configuration privileges to only essential administrative accounts with strong authentication
bash
# Example: Network egress restriction using iptables (Linux)
# Block outbound HTTP/HTTPS except to approved hosts
iptables -A OUTPUT -p tcp --dport 80 -d approved-host.example.com -j ACCEPT
iptables -A OUTPUT -p tcp --dport 443 -d approved-host.example.com -j ACCEPT
iptables -A OUTPUT -p tcp --dport 80 -j DROP
iptables -A OUTPUT -p tcp --dport 443 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechUmbraco

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-829
  • Technical References
  • GitHub Security Advisory

  • Umbraco Developer Tool

  • NuGet Package for Umbraco Forms
  • Related CVEs
  • CVE-2026-31832: Umbraco CMS Auth Bypass Vulnerability

  • CVE-2026-31834: Umbraco CMS Privilege Escalation Flaw

  • CVE-2026-31833: Umbraco ASP.NET CMS XSS Vulnerability

  • CVE-2026-27449: Umbraco Engage Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English