CVE ADVISORY | CISCO
11 min read

CVE-2026-20230: Cisco Unified CM WebDialer SSRF Lets Unauthenticated Attackers Write Files as Root

CISA KEV-listed SSRF in Unified CM and Unified CM SME chains to arbitrary file write and root; no reliable WAF signature exists yet

8.6
CVSS v3.1 base score Cisco assigned to CVE-2026-20230, though Cisco rates it Critical because of the root-escalation impact
0
authentication steps an attacker needs; WebDialer's SSRF flaw is exploitable pre-auth over the network
2
fixed release paths: Unified CM 14SU6 (available now) and 15SU5, due September 2026, with an interim COP1 file for Release 15 in the meantime

SponsoredHorizon3.ai

Proactive Security for the AI Era

NodeZero continuously and autonomously pentests infrastructure, identity, cloud, and now web applications, chaining weaknesses across every domain the way real attackers do. Every finding ships with replayable proof showing exploitable business impact, not theoretical risk.

See NodeZero WebApp in action

CVE-2026-20230 is a server-side request forgery vulnerability in the WebDialer service of Cisco Unified Communications Manager (Unified CM) and Unified CM Session Management Edition (Unified CM SME). Cisco's own summary describes the impact plainly: it "could allow an unauthenticated, remote attacker to write files to the underlying operating system that could be used later to elevate to root." No credentials, no user interaction, and no prior access are required.

CISA added CVE-2026-20230 to its Known Exploited Vulnerabilities (KEV) catalog, and Cisco's Product Security Incident Response Team states directly in its own advisory that it became aware of active exploitation of this vulnerability in June 2026. Unified CM is the call-processing and control platform behind most enterprise VoIP deployments, and WebDialer specifically is the click-to-call feature many organizations expose for remote workers and softphone integrations, which makes this a pre-authentication path into a system that already sits at the center of an organization's telephony and often its broader internal network.

This article covers what is actually confirmed about CVE-2026-20230, the fixed releases, the detection and hunting queries available for it, and where the coverage genuinely runs out, starting with the fact that Cisco has not published the exact vulnerable request or parameter, so no reliable WAF signature exists for this flaw yet.

Affected Products and Fixed Releases

CVE-2026-20230 affects Cisco Unified CM Release 14 and Release 15, and Unified CM SME running on either release, wherever the WebDialer service is enabled. WebDialer is disabled by default; the vulnerability is only reachable on deployments where an administrator has turned it on, which in practice is common in organizations that use click-to-call or softphone integrations for remote or hybrid staff.

Cisco's advisory cisco-sa-cucm-ssrf-cXPnHcW lists the fixed releases by version branch. Release 14 deployments should move to 14SU6, which has been available since Cisco's June 3, 2026 disclosure. Release 15 deployments are fixed in 15SU5, which Cisco has scheduled for September 2026, the same month as this article; organizations running Release 15 who cannot wait for general availability should apply the COP1 interim file Cisco published as a stopgap rather than treating the wait for 15SU5 as an acceptable interim state.

Cisco is explicit that there is no configuration workaround that fully addresses the vulnerability once WebDialer is enabled and reachable. The only complete remediation is the version-specific fix. Disabling WebDialer removes the exposed attack surface entirely for organizations that do not need the feature, and is covered in the mitigation section below.

Exploitation Status: What Is Actually Confirmed

CVE-2026-20230 is listed in the CISA Known Exploited Vulnerabilities catalog, and Cisco's own advisory states directly that its Product Security Incident Response Team became aware of active exploitation of this vulnerability in June 2026. That is a first-party vendor confirmation, not a third party inferring exploitation from indirect signals.

Being straightforward about the evidence here matters more than inflating it. The exploitation claim traces back to a single origin: Cisco's own PSIRT statement, which the CISA KEV catalog addition reflects. We did not find an independently reported, separately sourced confirmation, such as a security vendor's own observed telemetry describing the exploitation activity in technical detail, corroborating the claim beyond the vendor's statement and the government catalog listing that followed it. Treat this as vendor-confirmed and KEV-listed, not as multi-source corroborated in the way some other actively exploited CVEs are, where a named research team publishes its own independent observation of in-the-wild activity.

That distinction does not change the remediation priority. A CISA KEV listing on its own is sufficient justification to treat this as an active, real-world threat and to prioritize patching accordingly, regardless of how many independent parties have separately observed it.

Free daily briefing

Briefings like this, every morning before 9am.

Threat intel, active CVEs, and campaign alerts, distilled for practitioners. 50,000+ subscribers. No noise.

Detection: Sigma Rule, Vendor Detect Queries, and Hunt Queries

Cisco's advisory does not disclose the exact vulnerable HTTP request or parameter with enough precision to build a request-level signature for this SSRF. Every detection and hunt query below works around that gap the same way: instead of matching the exploit request itself, they detect the resulting behavior, the WebDialer service making outbound connections to destinations it would not normally reach, specifically the cloud metadata address 169.254.169.254 and private internal ranges (RFC 1918 space) outside WebDialer's expected call-control peers.

This is a meaningful limitation to carry into how you tune these rules. WebDialer's legitimate traffic to internal PBX and CTI peers will overlap with the address ranges these rules watch. Baseline your environment's known WebDialer peer addresses before enabling any of these as blocking alerts, and start in detection-only mode.

Cisco Unified CM is a proprietary appliance, not a general-purpose host, so it cannot run an EDR agent. That is why Cortex XDR, CrowdStrike Falcon, Microsoft Defender for Endpoint, and SentinelOne all show as not applicable below: detection for this vulnerability depends entirely on Cisco UCM syslog forwarded into a SIEM, not on endpoint agent telemetry. Confirm syslog forwarding is actually configured and reaching your SIEM before relying on any of the SIEM-side queries.

Subscribe to unlock Sigma Detection Rules

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

Subscribe to unlock Sigma Hunt Queries

Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.

Validation: Confirming Exposure and Confirming the Fix

Start by confirming whether WebDialer is even enabled in your environment. In Cisco Unified Serviceability, check Tools > Service Activation for "Cisco WebDialer Web Service." If it is not active, your Unified CM deployment is not reachable through this specific SSRF path, though you should still patch on your normal upgrade cycle since Cisco's advisory covers the underlying code defect regardless of whether the service is currently enabled.

If WebDialer is enabled, confirm your running Unified CM version against the fixed releases: 14SU6 for Release 14, and 15SU5 or the interim COP1 file for Release 15. Cisco's Unified CM administration interface reports the running version and installed COP files directly; cross-check that output against the advisory's fixed-release table rather than assuming an update was fully applied.

For ongoing validation once patched or once WebDialer is disabled, confirm your Unified CM syslog is actually flowing into the SIEM you plan to run the detect and hunt queries above against. A query that never receives data provides no coverage regardless of how well it is written. Run the hunt query in this article's Detection section against your existing log retention window as a one-time historical check, independent of whether you plan to also run it on a schedule going forward.

Mitigation: Patch First, WAF Coverage Does Not Exist Yet

The real, available mitigation for CVE-2026-20230 is the vendor patch. There is no configuration workaround Cisco has published that fully addresses the underlying flaw; the only complete fix is upgrading to 14SU6 on Release 14, or to 15SU5 (or the interim COP1 file in the meantime) on Release 15.

We checked for a reliable WAF signature for this vulnerability and did not find one, and we are not going to invent one here. Cisco has not disclosed the exact vulnerable HTTP request or parameter with the precision a WAF rule needs to distinguish exploitation from legitimate WebDialer traffic. A signature built on a guess at the request shape would either miss real exploitation attempts that do not match the guess, or false-positive on normal WebDialer usage, neither of which is a responsible thing to publish as a detection control. If Cisco or a research team publishes exploit-request detail later, a precise signature becomes possible; until then, the SSRF-behavior detection queries in this article's Detection section are the best available network-side coverage, and they detect the consequence of exploitation rather than the exploit request itself.

For organizations that do not use WebDialer's click-to-call functionality, disabling the service in Cisco Unified Serviceability removes the exposed attack surface entirely and is the fastest interim step available while a patch window is scheduled. This is the same category of exposure we covered in CVE-2026-20316, the Cisco FMC static credential backdoor: an unauthenticated network-reachable Cisco management or control-plane service being the actual entry point, not a phishing lure or supply chain compromise. It also sits in the same pattern as CVE-2026-20245, the Cisco SD-WAN zero-day with no patch available yet: perimeter-facing Cisco infrastructure continuing to be a preferred initial-access target through 2026. If your organization is a U.S. federal civilian agency, review BOD 22-01's CISA KEV 21-day remediation deadline for how the KEV listing on CVE-2026-20230 maps to your required remediation timeline.

Apply official patch →sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-cucm-ssrf-cXPnHcW

Apply the Cisco Unified CM fixed release for your branch

Release 14: upgrade to 14SU6, available since June 3, 2026. Release 15: upgrade to 15SU5 when it reaches general availability in September 2026, or apply the interim COP1 file now if you cannot wait. Verify the installed version and COP files in Unified CM administration after applying.

Disable WebDialer if your organization does not need it

In Cisco Unified Serviceability, go to Tools > Service Activation and deactivate the Cisco WebDialer Web Service. This removes the exposed attack surface entirely for organizations that do not rely on click-to-call or softphone dialing integrations.

Do not rely on a WAF rule for this vulnerability

No vendor-published detail supports a reliable request-level WAF signature for CVE-2026-20230 as of this writing. Treat patching and disabling WebDialer as the actual controls, and use the SSRF-behavior detection queries in the Detection section as supplementary network-side visibility only.

Baseline WebDialer's normal outbound peers before enabling any detection rule as blocking

The detection and hunt queries in this article match on destination IP ranges that overlap with legitimate internal PBX and CTI traffic. Run them in alert-only mode against a known-good baseline first to avoid false positives before considering any automated blocking action.

Known Limitations

Two limitations matter most for CVE-2026-20230, and they compound each other: the detection coverage in this article is behavioral rather than exploit-specific, and the exploitation-in-the-wild claim currently traces to a single origin.

No disclosed exploit-request detail means no reliable network signature exists. Cisco has not published the exact vulnerable request or parameter for this SSRF, so every detection and hunt query above, Sigma and vendor-specific alike, works by matching the WebDialer service's resulting outbound connections to unexpected internal ranges or the cloud metadata address, not by matching the exploit attempt itself. That means these queries will not distinguish a successful exploitation attempt from an unsuccessful one, and they carry a real false-positive risk against legitimate WebDialer call-control traffic until you baseline your own environment's normal peer addresses. Re-check Cisco's advisory periodically; if Cisco or an independent researcher later publishes the precise vulnerable request, a tighter, request-level signature becomes possible and should replace the behavioral one.

The active-exploitation claim is currently single-source. Cisco's own PSIRT advisory states it became aware of exploitation in June 2026, and the CISA KEV catalog addition reflects that same underlying fact rather than an independently sourced confirmation. We did not find a separate third-party telemetry report, the kind where a security vendor describes its own independent observation of in-the-wild activity, corroborating the claim beyond the vendor's statement and the KEV listing that followed it. Treat this as vendor-confirmed and KEV-listed, and watch for a named research team publishing independent observed activity as a stronger corroboration signal if it appears later; its absence today is not a reason to deprioritize patching, since a KEV listing alone is Cisco's and CISA's shared signal that this is being actively used.

A narrower, appliance-specific limitation: because Unified CM is a proprietary appliance rather than a general-purpose host, none of the endpoint EDR platforms in this article's vendor list, Cortex XDR, CrowdStrike, Microsoft Defender for Endpoint, or SentinelOne, apply to detecting this vulnerability directly. Detection depends entirely on Unified CM syslog reaching a SIEM. If your organization has not already wired UCM syslog forwarding into your SIEM, that gap needs to close before any of this article's SIEM-side queries provide real coverage, independent of the patch timeline.

Finally, Release 15 organizations face a scheduling gap rather than a detection gap: 15SU5 is not generally available until September 2026, so anyone on Release 15 who cannot wait needs to actively track down and apply the COP1 interim file now rather than treating "wait for 15SU5" as sufficient in the meantime.

The bottom line

CVE-2026-20230 is a CISA KEV-listed, unauthenticated SSRF in Cisco Unified CM's WebDialer service that Cisco itself confirms has been actively exploited since June 2026, with impact escalating to root-level file write on the appliance. Patch to 14SU6 (Release 14) or 15SU5/COP1 (Release 15), and disable WebDialer entirely if your organization does not use it. No reliable WAF signature exists because Cisco has not disclosed the exact vulnerable request, so the detection queries in this article catch the SSRF's outbound behavior, not the exploit itself, and the exploitation claim currently traces to Cisco's own advisory and the KEV listing built on it rather than a second, independently sourced confirmation. None of that changes the remediation priority: patch or disable the service now.

This analysis is generic. create a free account to score threats like this against your own stack.

Frequently asked questions

What is CVE-2026-20230?

CVE-2026-20230 is a server-side request forgery vulnerability in the WebDialer service of Cisco Unified Communications Manager and Unified CM Session Management Edition. It lets an unauthenticated remote attacker write files to the underlying operating system, which can later be used to escalate privileges to root.

Is CVE-2026-20230 being actively exploited?

Yes. CISA has added CVE-2026-20230 to its Known Exploited Vulnerabilities catalog, and Cisco's own Product Security Incident Response Team states in its advisory that it became aware of active exploitation of this vulnerability in June 2026.

What CVSS score did Cisco assign to CVE-2026-20230?

Cisco assigned a CVSS v3.1 base score of 8.6, but rates the overall Security Impact Rating as Critical because successful exploitation can be used to escalate privileges to root on the underlying operating system.

Which Cisco Unified CM versions are affected and fixed?

Unified CM Release 14 and Release 15, plus Unified CM SME on either release, are affected wherever the WebDialer service is enabled. Release 14 is fixed in 14SU6, available since June 3, 2026. Release 15 is fixed in 15SU5, scheduled for September 2026, with an interim COP1 file available for organizations that cannot wait.

Is there a WAF rule available for CVE-2026-20230?

No. Cisco has not disclosed the exact vulnerable HTTP request or parameter with enough precision to build a reliable WAF signature. The real available controls are applying the vendor patch and disabling WebDialer if it is not needed, not a WAF rule.

What should an organization running Cisco Unified CM do right now?

Check whether WebDialer is enabled in Cisco Unified Serviceability. If it is not needed, disable it immediately. Then confirm your Unified CM version against the fixed releases and patch to 14SU6 or 15SU5/COP1 as applicable, since no workaround fully addresses the underlying flaw.

Sources & references

  1. Cisco Security Advisory cisco-sa-cucm-ssrf-cXPnHcW: CVE-2026-20230
  2. CISA Known Exploited Vulnerabilities Catalog
  3. BleepingComputer: Cisco Unified CM SME flaw CVE-2026-20230 now exploited in attacks
  4. SOCRadar: CVE-2026-20230 Cisco Unified CM WebDialer SSRF Can Lead to Root-Level Compromise

Free resources

25
Free download

Critical CVE Reference Card 2025–2026

25 actively exploited vulnerabilities with CVSS scores, exploit status, and patch availability. Print it, pin it, share it with your SOC team.

No spam. Unsubscribe anytime.

Free download

Ransomware Incident Response Playbook

Step-by-step 24-hour IR checklist covering detection, containment, eradication, and recovery. Built for SOC teams, IR leads, and CISOs.

No spam. Unsubscribe anytime.

Free newsletter

Get threat intel before your inbox does.

50,000+ security professionals read Decryption Digest for early warnings on zero-days, ransomware, and nation-state campaigns. Free, daily, no spam.

Unsubscribe anytime. We never sell your data.

Eric Bang
Author

Founder & Cybersecurity Evangelist, Decryption Digest

Cybersecurity professional with expertise in threat intelligence, vulnerability research, and enterprise security. Covers zero-days, ransomware, and nation-state operations for 50,000+ security professionals every morning.

Related Questions: Answer Hub

Giveaway: InfoSec World 2026 All Access Pass ($3,895 value)

Details →
Daily Briefing

Subscribe to enter the giveaway

Every subscriber is automatically entered. You also get daily threat intel every morning: zero-days, ransomware, and nation-state campaigns. Free. No spam.

Already subscribed? You're already entered.

Giveaway

Win a $3,895 InfoSec World 2026 pass.