OFFSITE.DARK
← Signals

Jun 25, 2026

2 min

Sploitus

  • cisco
  • cucm
  • ssrf
  • rce
  • cve
  • voip
  • telecom

news

Cisco CUCM SSRF to RCE Chain (CVE-2026-20230)

Sploitus-indexed PoC analysis chains unauthenticated WebDialer SSRF through Axis internals to arbitrary file write and RCE.

Summary

CVE-2026-20230 is a server-side request forgery (SSRF) vulnerability in Cisco Unified Communications Manager (Unified CM / CUCM) and Unified CM Session Management Edition (SME). Under specific configurations — notably with WebDialer enabled — unauthenticated attackers can coerce the appliance into accessing internal services. Public analyses indexed on Sploitus describe chaining SSRF through cmplatform / Axis mechanics to arbitrary file write and potential root-level code execution. Cisco rates CVSS 3.1: 8.6 with Critical security impact due to OS file-write escalation.

OFFSITE.DARK summarizes the indexed defensive analysis only; Sploitus is the aggregation source.

Technical Details

AspectDetail
CVECVE-2026-20230
ProductsCisco Unified CM, Unified CM SME
PrimitiveSSRF → internal Axis/WebDialer paths → file write
PrerequisiteWebDialer service enabled (disabled by default)
AuthNone for initial SSRF stage
CVSS 3.18.6 (AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N)

Indexed chain overview:

WebDialer WSDL / hostname discovery
        │
        ▼
SSRF via cmplatform-related interfaces
        │
        ▼
Internal Axis / WebDialer management paths
        │
        ▼
Controlled content written to OS or web paths
        │
        ▼
RCE via web container or service loading (config-dependent)

Assessors should not equate HTTP 200 on WebDialer URLs with exploitability — version, patch level, hostname resolution, and WebDialer state all gate the chain.

CVE

FieldValue
CVECVE-2026-20230
Cisco SIRCritical (file write / potential root)
Sploitus date2026-06-25
Indexed contentDefensive chain analysis (no weaponized payloads in OFFSITE.DARK summary)

Impact

Telecom and enterprise voice teams running internet-exposed CUCM with WebDialer face full appliance compromise risk — toll fraud, call interception, lateral movement into voice VLANs, and credential exposure on integrated identity systems.

Mitigation

  1. Apply Cisco security fixes for CVE-2026-20230 per vendor advisory.
  2. Disable WebDialer unless operationally required.
  3. Restrict network access to CUCM admin and WebDialer interfaces; no public internet exposure.
  4. Monitor for SSRF indicators: internal loopback/hostname requests from CUCM to itself, unexpected files under web or Axis deployment paths.
  5. Inventory CUCM assets and confirm patch status before threat actors mass-scan indexed PoC logic.

Sources

→ Source