A critical Server-Side Request Forgery (SSRF) vulnerability in Cisco Unified Communications Manager (Unified CM) and Unified CM Session Management Edition (SME), tracked as CVE-2026-20230, is now under active attack. First disclosed with patches on June 3, 2026, the flaw allows an unauthenticated, remote attacker to write arbitrary files to the filesystem, which can be leveraged to achieve remote code execution and full system compromise with root privileges. Threat intelligence firms began observing exploitation attempts around June 22, 2026, originating from Tor exit nodes. The attacks consist of automated scans attempting to drop test files and webshells on vulnerable servers. The primary mitigating factor is that the vulnerable component, the WebDialer service, is disabled by default. Organizations that have enabled this service are at immediate risk and must either apply patches or disable the service to prevent compromise.
CVE-2026-20230 is an SSRF vulnerability with a CVSS base score of 8.6, which Cisco has elevated to a Critical severity rating due to its high impact. The flaw exists in the WebDialer service of Cisco Unified CM and SME. It arises from improper validation of user-supplied input in HTTP requests sent to the service.
An unauthenticated attacker can send a specially crafted HTTP request to the WebDialer endpoint. This request tricks the application into initiating a request to an attacker-controlled server and then writing the response content to an arbitrary location on the local filesystem. This file-write primitive is powerful and can be used for several malicious purposes:
root.The observed attack campaign is a classic example of opportunistic, automated exploitation following the publication of a proof-of-concept (PoC). The threat actors are using scanners to sweep for vulnerable, internet-facing Unified CM servers.
The attack leverages T1190 - Exploit Public-Facing Application. The initial probes from Tor exit nodes are designed to identify vulnerable systems by attempting to write a harmless test file, /tmp/cve-2026-20230-test.txt. This is a low-noise method to confirm the vulnerability without immediately triggering security alerts that a webshell might.
If the test is successful, the attacker proceeds to the next stage: deploying a webshell. This action corresponds to T1505.003 - Server Software Component: Web Shell. Once the webshell is in place, the attacker has a persistent backdoor to execute arbitrary commands, aligning with T1059.004 - Command and Scripting Interpreter: Unix Shell. From there, they can conduct further internal reconnaissance, lateral movement, and data exfiltration.
The use of Tor exit nodes is a common tactic to anonymize the source of the attack, making attribution and blocking more challenging for defenders.
Compromise of a Cisco Unified CM server can have a significant business impact. These systems are central to an organization's voice, video, and messaging communications. An attacker with root access could:
Given that Unified CM is often integrated with Active Directory and other core services, a breach poses a severe risk to the entire organization.
file_path/tmp/cve-2026-20230-test.txtsource_ip_rangeTor exit nodesSecurity teams may want to hunt for the following patterns to identify exploitation:
url_pattern*/webdialer/*process_namejava/tmp or web directories.command_line_patterncurl or wget within a web requestcurl or wget to fetch the file content to be written. Inspect request bodies for such patterns.log_sourceWeb server access logs/tmp or other directories originating from the Unified CM application process, especially for files with names matching the IOC (cve-2026-20230-test.txt).D3-PA - Process Analysis)D3-ACH - Application Configuration Hardening)D3-SU - Software Update)Disabling the non-default WebDialer service is the fastest way to mitigate this threat if patching is not immediately feasible.
Mapped D3FEND Techniques:
Applying the security updates from Cisco fully remediates the vulnerability.
Mapped D3FEND Techniques:
Restricting network access to the Unified CM interface from untrusted networks like the internet reduces the attack surface.
Mapped D3FEND Techniques:
The most immediate and effective mitigation against CVE-2026-20230 is to disable the vulnerable WebDialer service. Since this service is not enabled by default, many organizations may not be affected. However, all administrators of Cisco Unified CM and SME must verify the service's status. This can be done through the Cisco Unified Serviceability administration interface. Navigate to Tools > Service Activation, select the server, and ensure that the 'Cisco WebDialer Web Service' is not checked. If it is active, deactivate it immediately unless there is a critical business dependency. This action provides instant protection by removing the attack surface, buying time for planning and executing the software update. This hardening step should be incorporated into baseline security configuration checklists for all Unified CM deployments.
For organizations that require the WebDialer service, applying the patches released by Cisco is mandatory. This is the only long-term solution that remediates the vulnerability. Administrators should identify their specific Unified CM or SME version (e.g., 14 or 15) and download the appropriate fixed release from the Cisco Software Center. Due to the active exploitation, this patch should be treated as an emergency change. Follow standard procedures for backing up the system configuration before applying the update. After the update is complete, verify that the system is running the new, patched version and that the WebDialer functionality is operating as expected. Prioritize patching for internet-facing or otherwise exposed Unified CM servers first.
To detect active exploitation attempts, security teams should implement targeted network traffic analysis. Ingest web server access logs and firewall logs from the Cisco Unified CM environment into a SIEM. Create high-fidelity alerts for any HTTP requests to URL paths containing */webdialer/*. Since the attacks are originating from Tor, subscribe to a reliable Tor exit node IP feed and create a detection rule that correlates this feed with traffic destined for your Unified CM servers. Furthermore, use deep packet inspection or a WAF to look for patterns indicative of SSRF in the HTTP request body, such as URLs with internal or loopback IP addresses. Baselining normal traffic patterns to the server will help identify anomalous requests that deviate from legitimate administrative activity.
Cisco releases an advisory and patches for CVE-2026-20230.
Threat intelligence firms begin observing active exploitation of CVE-2026-20230 in the wild.

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.
Help others stay informed about cybersecurity threats
Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.
Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.