A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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
    • AI 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-55211

CVE-2025-55211: Sangoma FreePBX RCE Vulnerability

CVE-2025-55211 is a remote code execution vulnerability in Sangoma FreePBX allowing authenticated ACP users to execute arbitrary shell commands. This article covers technical details, affected versions, impact, and mitigation.

Published: June 2, 2026

CVE-2025-55211 Overview

CVE-2025-55211 is an authenticated command injection vulnerability in FreePBX, an open-source web-based graphical user interface for managing Asterisk PBX systems. The flaw affects versions from 17.0.19.11 up to but not including 17.0.21. Authenticated users of the Administrator Control Panel (ACP) can execute arbitrary shell commands by maliciously modifying the language settings of the framework module. The vulnerability maps to CWE-78, OS Command Injection. Sangoma resolved the issue in FreePBX release 17.0.21.

Critical Impact

Authenticated ACP users can run arbitrary operating system commands on the underlying FreePBX host, leading to full server compromise.

Affected Products

  • Sangoma FreePBX 17.0.19.11 through versions prior to 17.0.21
  • FreePBX framework module language configuration component
  • Administrator Control Panel (ACP) interface

Discovery Timeline

  • 2025-09-15 - CVE-2025-55211 published to the National Vulnerability Database (NVD)
  • 2025-10-17 - Last updated in NVD database

Technical Details for CVE-2025-55211

Vulnerability Analysis

The vulnerability resides in the framework module of FreePBX, specifically in how the application processes language configuration changes initiated through the ACP. An authenticated administrator can submit crafted language values that are passed to a shell context without proper sanitization. Because the input is interpolated into a command executed by the host shell, attackers can append arbitrary commands using shell metacharacters.

Successful exploitation grants the attacker code execution under the privileges of the FreePBX web service account. On typical FreePBX deployments, this account has broad access to Asterisk configuration files, call detail records, and credentials, enabling further lateral movement and persistence.

The attack vector is network-based and requires low-privileged authentication. Exploit complexity is low, and no user interaction is required beyond the attacker's own authenticated session.

Root Cause

The framework module fails to validate and sanitize language identifier input before passing it to a shell command. This is a classic CWE-78 OS command injection pattern, where untrusted input is concatenated into a shell invocation rather than being safely passed as an argument array or whitelisted against allowed values.

Attack Vector

An attacker with valid ACP credentials, including a low-privileged administrator role, navigates to the language configuration functionality of the framework module. By submitting a malicious language value containing shell metacharacters such as ;, |, or backticks, the attacker forces the underlying shell to execute arbitrary commands. Because FreePBX is commonly exposed for remote management, credential theft or brute-force compromise of ACP accounts can escalate quickly to full host takeover.

No public proof-of-concept exploit code is available at this time. Refer to the FreePBX GitHub Security Advisory GHSA-xg83-m6q5-q24h for vendor-provided technical context.

Detection Methods for CVE-2025-55211

Indicators of Compromise

  • Unexpected child processes spawned by the FreePBX web service account (typically asterisk or www-data) such as sh, bash, curl, wget, or nc.
  • Modifications to language-related configuration entries in the framework module that include shell metacharacters (;, &&, |, backticks).
  • Outbound network connections from the FreePBX host to unknown external IPs immediately following ACP language change events.
  • New cron jobs, SSH keys, or files created in /tmp, /var/tmp, or web-writable directories shortly after administrator activity.

Detection Strategies

  • Audit FreePBX web server logs for HTTP POST requests targeting framework module language endpoints with suspicious parameter values.
  • Correlate ACP authentication events with subsequent process execution telemetry on the FreePBX host to identify command injection chains.
  • Monitor file integrity on FreePBX configuration directories and PHP source files for unauthorized modifications.
  • Hunt for anomalous shell process trees originating from the PHP-FPM or Apache worker process.

Monitoring Recommendations

  • Enable verbose web access and authentication logging on the FreePBX ACP and forward logs to a centralized SIEM.
  • Track all administrative configuration changes, including language and module updates, with user attribution and timestamps.
  • Alert on any process execution by the FreePBX service account that is not part of the documented Asterisk runtime baseline.

How to Mitigate CVE-2025-55211

Immediate Actions Required

  • Upgrade FreePBX to version 17.0.21 or later, where Sangoma has patched the language handling logic in the framework module.
  • Audit all ACP administrator accounts, remove unused accounts, and rotate credentials for any account that may have been exposed.
  • Restrict network access to the FreePBX ACP using firewall rules, VPN, or IP allowlisting so it is not reachable from the public internet.
  • Review historical web and process logs for evidence of prior exploitation against affected versions.

Patch Information

Sangoma fixed CVE-2025-55211 in FreePBX release 17.0.21. Administrators should apply the patched release through the FreePBX module admin or the standard package update workflow. Detailed remediation guidance is available in the FreePBX GitHub Security Advisory GHSA-xg83-m6q5-q24h.

Workarounds

  • If immediate patching is not possible, restrict ACP access to a small set of trusted administrators and enforce strong, unique passwords with multi-factor authentication where supported.
  • Place the FreePBX management interface behind a reverse proxy or VPN that requires additional authentication before reaching the ACP.
  • Temporarily disable language modification functionality for non-essential administrators by limiting role permissions in the ACP.
  • Monitor the FreePBX host for unauthorized shell activity until the upgrade to 17.0.21 is completed.

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechSangoma Freepbx

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/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:N/R:U/V:D/RE:L/U:Green
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-78
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-44237: Sangoma FreePBX Auth Bypass Vulnerability

  • CVE-2026-44238: Sangoma FreePBX SQL Injection Vulnerability

  • CVE-2026-46376: Sangoma FreePBX Auth Bypass Vulnerability

  • CVE-2025-66039: Sangoma FreePBX Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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