Cyber Resilience

CVE-2026-28209

HighRCE

Published: 05 March 2026

Published
05 March 2026
Modified
06 March 2026
KEV Added
Patch
CVSS Score v4 7.5 CVSS:4.0/AV:N/AC:L/AT:P/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
EPSS Score 0.0016 36.5th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-28209 is a high-severity OS Command Injection (CWE-78) vulnerability in Sangoma Freepbx. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 36.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-28209 is a command injection vulnerability (CWE-78) in FreePBX, an open source IP PBX software. It affects versions 16.0.17.2 up to but not including 16.0.20, and versions 17.0.2.4 up to but not including 17.0.5, specifically when using the ElevenLabs Text-to-Speech (TTS) engine in the recordings module. The vulnerability carries a CVSS v3.1 base score of 7.2 (AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H) and was published on 2026-03-05.

The vulnerability can be exploited over the network by an attacker with high privileges (PR:H), requiring low attack complexity and no user interaction. Successful exploitation enables high-impact compromise of confidentiality, integrity, and availability, allowing arbitrary command execution on the affected FreePBX system.

FreePBX has patched the issue in versions 16.0.20 and 17.0.5. Additional details are available in the security advisory at https://github.com/FreePBX/security-reporting/security/advisories/GHSA-f558-mp87-58vj.

EU & UK References

Vulnerability details

FreePBX is an open source IP PBX. From versions 16.0.17.2 to before 16.0.20 and from version 17.0.2.4 to before 17.0.5, a command injection vulnerability exists in FreePBX when using the ElevenLabs Text-to-Speech (TTS) engine in the recordings module. This issue…

more

has been patched in versions 16.0.20 and 17.0.5.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Why these techniques?

Command injection (CWE-78) in network-accessible FreePBX recordings/TTS module directly enables T1190 (public-facing app exploitation over AV:N) leading to arbitrary OS command execution via T1059.004 (Unix shell on Linux-based PBX).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2024-58294Same product: Sangoma Freepbx
CVE-2026-28287Same product: Sangoma Freepbx
CVE-2025-66039Same product: Sangoma Freepbx
CVE-2026-44238Same product: Sangoma Freepbx
CVE-2026-28284Same product: Sangoma Freepbx
CVE-2026-28210Same product: Sangoma Freepbx
CVE-2025-57819Same product: Sangoma Freepbx
CVE-2025-55210Same product: Sangoma Freepbx
CVE-2025-64328Same vendor: Sangoma
CVE-2026-42454Shared CWE-78

Affected Assets

sangoma
freepbx
16.0.17.2 — 16.0.20 · 17.0.2.4 — 17.0.5

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and sanitization of inputs to the ElevenLabs TTS recordings module, blocking the special characters that enable CWE-78 command injection.

prevent

Mandates timely application of the vendor patches that eliminate the command-injection flaw in FreePBX 16.0.20 and 17.0.5.

prevent

Limits the number of accounts granted the high privileges required to reach the vulnerable TTS configuration page, reducing the attack surface.

References