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
cve-2025-57819-freepbx-range — Isolated educational FreePBX-compatible cyber range for CVE-2025-57819 (CWE-89/CWE-288). Docker lab — not official Sangoma FreePBX. | Kitploit
Tools/GitHubGitHub/shivammittal2403/cve-2025-57819-freepbx-range
Vulnerability AnalysisWeb Application ExploitationCTFPenetration TestingLearning & EducationIncident ResponseLabs & Practice
GitHubshivammittal2403/cve-2025-57819-freepbx-range

cve-2025-57819-freepbx-range

Isolated educational FreePBX-compatible cyber range for CVE-2025-57819 (CWE-89/CWE-288). Docker lab — not official Sangoma FreePBX.

View Repository
5h 1m 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 Cyber Range

Isolated educational cyber-range for CVE-2025-57819 (CWE-89, CWE-288).

Original FreePBX-compatible training application — not official Sangoma FreePBX.

Quick start

root@kitploit:~
git clone https://github.com/shivammittal2403/cve-2025-57819-freepbx-range
cd cve-2025-57819-freepbx-range
cp .env.example .env
# Optional patched profile source:
cp -a target/app target/apache target/php target/scripts target-patched/
docker compose build
docker compose up -d
  • PBX UI: http://127.0.0.1:8080/ (admin / admin)
  • Range UI: http://127.0.0.1:8082/
  • Attacker: docker exec -it cve57819-attacker bash
  • Patched: docker compose --profile patched up -d → :8081

Architecture

ServiceRole
targetApache + PHP FreePBX-style GUI + vulnerable endpoint
databaseMariaDB
pbxAllowlisted scheduler
attackerTools workstation
observerSOC log monitor
frontendRange dashboard

Safety

  • Binds to 127.0.0.1 by default
  • No privileged containers / Docker socket / host mounts
  • Scheduler allowlist only (write_flag, etc.)
  • No reverse shells or Internet scanning

CTF (1500 pts)

See challenges/ — recon → auth boundary → endpoint → SQLi → DB → cron → exec → forensics → detection → remediation.

Docs

docs/STUDENT.md, docs/INSTRUCTOR.md, docs/VULNERABILITY.md, docs/ATTACK_CHAIN.md

License

MIT — educational use only. See SECURITY.md.

Download Tool