.NET SOAPwn Flaw Opens Door for File Writes and Remote Code Execution via Rogue WSDL
Vulnerabilities mentionedAll →
| CVE | Vulnerability | CVSS | EPSS | Flags | Affected | Exposure | Published |
|---|---|---|---|---|---|---|---|
| CVE-2025-13659 | Improper control of dynamically managed code resources in Ivanti Endpoint Manager prior to version 2024 SU4 SR1 allows a remote, unauthenticated attacker to wri Improper control of dynamically managed code resources in Ivanti Endpoint Manager prior to version 2024 SU4 SR1 allows a remote, unauthenticated attacker to write arbitrary files on the server, potentially leading to remote code execution. User interaction is required. NVD description · AI analysis pending | 8.8 | 2% |
| — | ||
| CVE-2025-34392 | Unauthenticated RCE in Barracuda RMM Service Center via unverified WSDL URLs Barracuda Service Center, the service-management component implemented in the Barracuda RMM solution, in versions prior to 2025.1.1 does not verify the URL defined in an attacker-controlled WSDL document before the application loads it, an issue classed as absolute path traversal (CWE-36) and detailed in watchtowr's 'SOAPwn' research on .NET Framework WSDL/HTTP-client-proxy handling. An unauthenticated network attacker who can supply or influence the WSDL processed by the application can direct it to load content from an attacker-controlled URL, resulting in arbitrary file write on the server, including upload of a webshell, and ultimately remote code execution. Successful exploitation carries high impact to confidentiality, integrity and availability (CVSS v4.0 score 10.0, critical), against the RMM server and potentially the downstream environments it manages. Organizations running Barracuda RMM with the affected Service Center component before 2025.1.1 — typically managed service providers and the customers they manage — are affected. No confirmed in-the-wild exploitation has been reported (not in CISA KEV), but a public proof-of-concept exists and EPSS assigns a 24.7% probability of exploitation within 30 days (98th percentile), indicating elevated risk. Do: Upgrade Barracuda RMM to version 2025.1.1 or later, which resolves this flaw. Until patched, restrict network access to the Barracuda Service Center component and review the hosting server for unexpected file writes or webshells (e.g., in web-accessible directories), given the elevated EPSS probability. Details on the exploitation technique are available in watchtowr's public 'SOAPwn' write-up. | 10.0 | 25% | PoC |
| — |
Full article551 words · extracted from thehackernews.com · click to collapse
Ravie LakshmananDec 10, 2025Enterprise Security / Web Services
New research has uncovered exploitation primitives in the .NET Framework that could be leveraged against enterprise-grade applications to achieve remote code execution.
WatchTowr Labs, which has codenamed the "invalid cast vulnerability" SOAPwn, said the issue impacts Barracuda Service Center RMM, Ivanti Endpoint Manager (EPM), and Umbraco 8. But the number of affected vendors is likely to be longer given the widespread use of .NET.
The findings were presented today by watchTowr security researcher Piotr Bazydlo at the Black Hat Europe security conference, which is being held in London.
SOAPwn essentially allows attackers to abuse Web Services Description Language (WSDL) imports and HTTP client proxies to execute arbitrary code in products built on the foundations of .NET due to errors in the way they handle Simple Object Access Protocol (SOAP) messages.
"It is usually abusable through SOAP clients, especially if they are dynamically created from the attacker-controlled WSDL," Bazydlo said.
As a result, .NET Framework HTTP client proxies can be manipulated into using file system handlers and achieve arbitrary file write by passing as URL something like "file://<attacker-controlled input>" into a SOAP client proxy, ultimately leading to code execution. To make matters worse, it can be used to overwrite existing files since the attacker controls the full write path.
In a hypothetical attack scenario, a threat actor could leverage this behavior to supply a Universal Naming Convention (UNC) path (e.g., "file://attacker.server/poc/poc") and cause the SOAP request to be written to an SMB share under their control. This, in turn, can allow an attacker to capture the NTLM challenge and crack it.
That's not all. The research also found that a more powerful exploitation vector can be weaponized in applications that generate HTTP client proxies from WSDL files using the ServiceDescriptionImporter class by taking advantage of the fact that it does not validate the URL used by the generated HTTP client proxy.
In this technique, an attacker can provide a URL that points to a WSDL file they control to vulnerable applications, and obtain remote code execution by dropping a fully functional ASPX web shell or additional payloads like CSHTML web shells or PowerShell scripts.
Following responsible disclosure in March 2024 and July 2025, Microsoft has opted not to fix the vulnerability, stating the issue stems from either an application issue or behavior, and that "users should not consume untrusted input that can generate and run code."
The findings illustrate how expected behavior in a popular framework can become a potential exploit path that leads to NTLM relaying or arbitrary file writes. The issue has since been addressed in Barracuda Service Center RMM version 2025.1.1 (CVE-2025-34392, CVSS score: 9.8) and Ivanti EPM version 2024 SU4 SR1 (CVE-2025-13659, CVSS score: 8.8). The vulnerability in Umbraco 8 persists as it reached end-of-life (EoL) on February 24, 2025.
"It is possible to make SOAP proxies write SOAP requests into files rather than sending them over HTTP," Bazydlo said. "In many cases, this leads to remote code execution through webshell uploads or PowerShell script uploads. The exact impact depends on the application using the proxy classes."
Found this article interesting? Follow us on Google News, Twitter and LinkedIn to read more exclusive content we post.
Text extracted automatically; images, tables and formatting may be missing. Original: https://thehackernews.com/2025/12/net-soapwn-flaw-opens-door-for-file.html