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
Tools/GitHubGitHub/r3vpwnx/cve-2025-57819
Privilege EscalationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubr3vpwnx/cve-2025-57819

CVE-2025-57819

Unauthenticated SQL injection to RCE exploit for FreePBX 16 Endpoint Manager (CVE-2025-57819). Demonstrates stacked queries to write a webshell via cron_jobs and escalate to root.

View Repository
8h 10m 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

CVE-2025-57819 - FreePBX 16 Endpoint Manager unauthenticated SQL injection to RCE

Unauthenticated stacked SQL injection in the FreePBX Endpoint Manager module (admin/ajax.php, brand parameter), CVE-2025-57819, affecting FreePBX framework < 16.0.89. It is escalated to remote code execution by INSERTing a row into FreePBX's own cron_jobs table so the appliance cron runner writes an attacker webshell within ~60s (exec as the asterisk user).

CVE: CVE-2025-57819

Requirements

root@kitploit:~
python3 -m pip install requests    # for the Python PoC(s)

Usage

root@kitploit:~
python3 exploit.py <target> [--vhost <name>] [--root] [--cmd <shell cmd>]

How it works

  1. Confirm the SQL injection
  2. Stacked query to webshell to RCE as asterisk
  3. Find the root primitive
  4. Escalate to root

References

  • https://github.com/itsC1SCO/FreePBX-SQLi-Exploit-Privilege-escalation

Disclaimer

For authorised security testing and education only. Only run this against systems you own or have explicit written permission to test.


Author: r3vpwnx

Download Tool