The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-64328

CVE-2025-64328: Sangoma Firestore RCE Vulnerability

CVE-2025-64328 is a remote code execution vulnerability in Sangoma Firestore affecting FreePBX Endpoint Manager versions 17.0.2.36 and above. This article covers the technical details, affected versions, and mitigation steps.

Published: March 11, 2026

CVE-2025-64328 Overview

CVE-2025-64328 is a critical post-authentication command injection vulnerability affecting FreePBX Endpoint Manager, a module used for managing telephony endpoints in FreePBX systems. The vulnerability exists in versions 17.0.2.36 and above before 17.0.3, specifically within the filestore module's administrative interface. An authenticated user can exploit the vulnerable testconnection -> check_ssh_connect() function to execute arbitrary commands on the underlying system, gaining remote access as the asterisk user.

Critical Impact

This vulnerability is actively exploited in the wild and has been added to CISA's Known Exploited Vulnerabilities (KEV) catalog. Attackers can leverage authenticated access to achieve remote code execution, potentially compromising the entire telephony infrastructure.

Affected Products

  • Sangoma Firestore versions 17.0.2.36 to 17.0.3 (exclusive)
  • FreePBX systems utilizing the vulnerable filestore module
  • FreePBX Endpoint Manager deployments with SSH test connection functionality enabled

Discovery Timeline

  • 2025-11-07 - CVE-2025-64328 published to NVD
  • 2026-02-24 - Last updated in NVD database

Technical Details for CVE-2025-64328

Vulnerability Analysis

This vulnerability is classified as CWE-78: Improper Neutralization of Special Elements used in an OS Command (Command Injection). The flaw resides in the SSH test connection functionality within the FreePBX filestore module's administrative interface. When an authenticated administrator attempts to verify SSH connectivity, user-supplied input is passed to the check_ssh_connect() function without adequate sanitization. This allows an attacker with valid credentials to inject arbitrary operating system commands that execute with the privileges of the asterisk user account.

The network-based attack vector means exploitation can occur remotely against any exposed FreePBX administrative interface. While elevated privileges (administrative authentication) are required, the attack complexity is low and requires no user interaction. Successful exploitation results in complete compromise of confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause is insufficient input validation and sanitization in the testconnection.php file's check_ssh_connect() function. User-controlled parameters intended for SSH connection testing are concatenated directly into shell commands without proper escaping or validation. This design flaw allows specially crafted input containing shell metacharacters to break out of the intended command context and execute arbitrary commands on the host operating system.

Attack Vector

The attack requires an authenticated session to the FreePBX administrative interface. Once authenticated, an attacker navigates to the filestore module and initiates an SSH connection test. By manipulating the connection parameters with shell metacharacters and command sequences, the attacker can inject malicious commands. These commands execute in the context of the asterisk user, which typically has significant access to the telephony system and underlying operating system resources.

The exploitation chain typically involves:

  1. Obtaining or leveraging valid administrative credentials
  2. Accessing the filestore module's SSH test connection interface
  3. Injecting shell commands via the connection test parameters
  4. Achieving command execution as the asterisk user
  5. Potentially deploying web shells or establishing persistent access

For detailed technical analysis, refer to the GitHub Security Advisory GHSA-vm9p-46mv-5xvw and the vulnerable code in testconnection.php.

Detection Methods for CVE-2025-64328

Indicators of Compromise

  • Unexpected processes spawned by the asterisk user, particularly shell interpreters or network utilities
  • Web shell files appearing in FreePBX web directories
  • Anomalous SSH connection test requests with special characters in the administrative logs
  • Outbound network connections from the FreePBX server to unknown external hosts
  • Modifications to system files or cron jobs under the asterisk user context

Detection Strategies

  • Monitor FreePBX administrative logs for suspicious SSH connection test activity with unusual parameter values
  • Implement file integrity monitoring on FreePBX web directories to detect web shell deployment
  • Deploy network intrusion detection signatures for command injection patterns targeting the filestore module
  • Audit process creation events for shell commands spawned by the Apache/PHP or asterisk user accounts

Monitoring Recommendations

  • Enable verbose logging for the FreePBX administrative interface and filestore module
  • Configure SIEM alerts for command injection indicators such as shell metacharacters in HTTP POST parameters
  • Monitor for the creation of new files in web-accessible directories by the asterisk user
  • Review Fortinet's threat research for additional web shell indicators associated with this exploitation

How to Mitigate CVE-2025-64328

Immediate Actions Required

  • Upgrade FreePBX Endpoint Manager to version 17.0.3 or later immediately
  • Review administrative access logs for evidence of exploitation
  • Restrict network access to the FreePBX administrative interface using firewall rules or VPN requirements
  • Audit all administrative user accounts and enforce strong authentication measures
  • Scan for web shells and unauthorized modifications in the FreePBX installation directory

Patch Information

Sangoma has released version 17.0.3 of the FreePBX Endpoint Manager which addresses this command injection vulnerability. Organizations should apply this patch as a priority given the vulnerability's inclusion in CISA's Known Exploited Vulnerabilities catalog. Detailed patch information is available in the FreePBX Security Updates Overview and the GitHub Security Advisory.

Workarounds

  • Disable the SSH connection test functionality in the filestore module if not operationally required
  • Implement network-level access controls to limit administrative interface exposure to trusted IP ranges only
  • Deploy a web application firewall (WAF) with rules to detect and block command injection attempts
  • Enable multi-factor authentication for all administrative accounts to reduce credential-based attack risk
bash
# Example: Restrict administrative interface access using iptables
# Only allow access from trusted management network
iptables -A INPUT -p tcp --dport 443 -s 10.0.100.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechSangoma Firestore

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability21.39%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-78
  • Technical References
  • GitHub SSH Test Connection Code

  • CISA Known Exploited Vulnerability CVE-2025-64328

  • Fortinet Threat Research Blog Post
  • Vendor Resources
  • GitHub Security Advisory GHSA-vm9p-46mv-5xvw

  • FreePBX Security Updates Overview
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English