Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Silent-Call — Silent;Call — Pre-authentication remote root on Cisco CUCM 15.x (CVSS 10.0) | Kitploit
Tools/GitHubGitHub/0xreadingsteiner/silent-call
Authentication & AuthorizationPrivilege EscalationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHub0xreadingsteiner/silent-call

Silent-Call

Silent;Call — Pre-authentication remote root on Cisco CUCM 15.x (CVSS 10.0)

View Repository
12216 days agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Silent;Call

Silent;Call

Pre-authentication remote root on Cisco Unified Communications Manager 15.x

Three HTTP requests. Zero credentials. Root access. Every call is now yours.


Kill Chain

StepComponentDescription
1SpoofhackX-Forwarded-For header spoofing bypasses localhost restriction on Tomcat Manager
2KeyhackHardcoded credentials (identical on every CUCM installation) grant WAR deployment
3RoothackPasswordless sudo to gdb with attacker-controlled command file → root

Impact

Root access to CUCM grants an attacker the ability to intercept all voice communications, access SRTP encryption keys, activate built-in lawful intercept (CALEA) wiretapping, access all voicemail, manipulate call routing, disable E911 emergency services, and exfiltrate complete call detail records.

Files

FileDescription
ADVISORY.mdFull technical advisory with root cause analysis
poc.shProof of concept script (bash/curl)

Quick Test

root@kitploit:~
# Test if a CUCM instance is vulnerable (read-only, no exploitation)
curl -sk -H "X-Forwarded-For: 127.0.0.1" \
  -u '1mJdd4WKi+:1ge1AVWsx~' \
  "https://TARGET:443/manager/text/list"

If you see OK - Listed applications for virtual host [localhost] — the system is vulnerable.

Coordination

  • Cisco PSIRT: Notified 2026-08-04 — no response
  • ZDI: 17 CUCM submissions pending — unprocessed
  • SSD: Paused CUCM acquisitions — Cisco won't address existing reports
  • MITRE: CVE IDs requested (CNA of Last Resort) — pending

Full coordination timeline: cisco-security-research

Researcher

0xReadingSteiner — [email protected]

This research was conducted independently on commercially available software in a private laboratory. No proprietary source code, internal tools, or confidential information was used.

License

Advisory text: CC BY 4.0. PoC script: defensive and educational purposes only.

Download Tool