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
FreePBX-Multiple-CVEs-2025 — This repository documents three security vulnerabilities discovered in FreePBX (CVE-2025-66039, CVE-2025-61678, CVE-2025-61675), including analysis, impact, and proof-of-concept details for security research and awareness purposes. | Kitploit
Tools/GitHubGitHub/cyberleelawat/freepbx-multiple-cves-2025
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubcyberleelawat/freepbx-multiple-cves-2025

FreePBX-Multiple-CVEs-2025

This repository documents three security vulnerabilities discovered in FreePBX (CVE-2025-66039, CVE-2025-61678, CVE-2025-61675), including analysis, impact, and proof-of-concept details for security research and awareness purposes.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
18 months agoNot yet reviewed

FreePBX-Multiple-CVEs-2025

This repository documents three security vulnerabilities discovered in FreePBX (CVE-2025-66039, CVE-2025-61678, CVE-2025-61675), including analysis, impact, and proof-of-concept details for security research and awareness purposes.

Description CVEs

🔴 CVE-2025-61675

A security flaw in FreePBX resulting from improper handling of user-controlled input. This issue may allow an attacker to influence application functionality and potentially impact overall system security.

🔴 CVE-2025-61678

FreePBX contains an input validation vulnerability that may allow attackers to manipulate application behavior. Successful exploitation could affect confidentiality and integrity depending on the attack vector used.

🔴 CVE-2025-66039

This vulnerability in FreePBX is caused by improper access control, allowing an attacker to perform unauthorized actions. Exploitation of this issue can lead to security risks impacting the integrity of the affected FreePBX system.

This repository contains Nuclei templates for detecting three critical vulnerabilities in FreePBX:

  • CVE-2025-61675: Authenticated SQL Injection (CVSS 8.6) - Affects endpoint module
  • CVE-2025-61678: Authenticated Arbitrary File Upload (CVSS 8.6) - Affects endpoint module
  • CVE-2025-66039: Authentication Bypass (CVSS 9.3) - Affects framework module

Package Affected Versions

CVE-2025-61675 & CVE-2025-61678 (endpoint module)

  • FreePBX 16: < 16.0.92 (patched in 16.0.92)
  • FreePBX 17: < 17.0.6 (patched in 17.0.6)

CVE-2025-66039 (framework module)

  • FreePBX 16: < 16.0.44 (patched in 16.0.44)
  • FreePBX 17: < 17.0.23 (patched in 17.0.23)

Search How does this detection method work?

These templates detect vulnerable FreePBX instances by:

  1. Extracting the FreePBX version from the administration panel
  2. Comparing the version against known vulnerable version ranges
  3. Confirming the presence of FreePBX-specific identifiers

The detection is non-invasive and does not attempt to exploit the vulnerabilities.

Search Dorks for Identifying Vulnerable FreePBX Instances

all CVEs Shodan and hunter dorks

Shodan
root@kitploit:~
http.title:"FreePBX Administration"
Hunter
root@kitploit:~
product.name="FreePBX Console"

🔴 CVE-2025-66039 – FreePBX (Improper Access Control)

🌐 Google Dorks

root@kitploit:~
intitle:"FreePBX Administration"
"FreePBX" "Administration"
inurl:/admin/config.php "FreePBX"

🔍 Shodan

root@kitploit:~
http.title:"FreePBX"
http.html:"FreePBX Administration"
product:"FreePBX"

🛰️ FOFA

root@kitploit:~
title="FreePBX"
body="FreePBX Administration"
app="FreePBX"

👁️ ZoomEye

root@kitploit:~
app:"FreePBX"
title:"FreePBX"

🔴 CVE-2025-61678 – FreePBX (Input Validation Issue)

🌐 Google Dorks

root@kitploit:~
"FreePBX" "User Control Panel"
inurl:/ucp/login
"FreePBX" "UCP"

🔍 Shodan

root@kitploit:~
http.html:"User Control Panel"
http.html:"FreePBX"

🛰️ FOFA

root@kitploit:~
body="User Control Panel"
body="FreePBX"

👁️ ZoomEye

root@kitploit:~
app:"FreePBX"
body:"User Control Panel"

🔴 CVE-2025-61675 – FreePBX (User Input Handling)

🌐 Google Dorks

root@kitploit:~
inurl:/admin "FreePBX"
inurl:/recordings "FreePBX"
"FreePBX" "Dashboard"

🔍 Shodan

root@kitploit:~
http.html:"FreePBX Dashboard"
http.favicon.hash:-1238045827

🛰️ FOFA

root@kitploit:~
body="FreePBX Dashboard"
icon_hash="-1238045827"

👁️ ZoomEye

root@kitploit:~
app:"FreePBX"
body:"Dashboard"

Rocket How do I run this script?

Installation (One Command!)

root@kitploit:~
git clone https://github.com/cyberleelawat/FreePBX-Multiple-CVEs-2025.git
cd FreePBX-Multiple-CVEs-2025

Authenticated SQL Injection

root@kitploit:~
nuclei -u https://example.com -t CVE-2025-61675.yaml

Check multiple domain and Subdomain

root@kitploit:~
nuclei -l subdomain.txt -t CVE-2025-61675.yaml

Authenticated Arbitrary File Upload

root@kitploit:~
nuclei -u https://example.com -t CVE-2025-61678.yaml

Check multiple domain and Subdomain

root@kitploit:~
nuclei -l subdomain.txt -t CVE-2025-61678.yaml

Authentication Bypass Check

root@kitploit:~
nuclei -u https://example.com -t CVE-2025-66039.yaml

Check multiple domain and Subdomain

root@kitploit:~
nuclei -l subdomain.txt -t CVE-2025-66039.yaml

Run all templates

root@kitploit:~
nuclei -u https://example.com -t .

Example Output

root@kitploit:~
[CVE-2025-61675] [http] [high] FreePBX Authenticated SQL Injection
[CVE-2025-61678] [http] [high] FreePBX Authenticated Arbitrary File Upload
[CVE-2025-66039] [http] [critical] FreePBX Authentication Bypass

Books References

  • CVE-2025-61675 - NVD
  • CVE-2025-61678 - NVD
  • CVE-2025-66039 - NVD
  • Nuclei - ProjectDiscovery

Warning Disclaimer

Use at your own risk, I will not be responsible for illegal activities you conduct on infrastructure you do not own or have permission to scan.


Create By : Virendra Kumar

Organization : Cyber Leelawat

Website : https://cyberleelawat.vercel.app

Download Tool