CVE-2019-15029

HIGH

FusionPBX 4.4.8 - Authenticated Remote Code Execution via service_edit.php Command Injection

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 2 public exploits for CVE-2019-15029. PoCs published by Askar, mhaskar.

AI-analyzed exploit summary This exploit targets FusionPBX v4.4.8 by authenticating with provided credentials, creating a malicious service with a reverse shell payload, and triggering it to execute arbitrary commands. The payload uses a named pipe and netcat to establish a reverse shell.

Description

FusionPBX 4.4.8 allows an attacker to execute arbitrary system commands by submitting a malicious command to the service_edit.php file (which will insert the malicious command into the database). To trigger the command, one needs to call the services.php file via a GET request with the service id followed by the parameter a=start to execute the stored command.

Exploits (2)

exploitdb WORKING POC
by Askar · pythonremotelinux
https://www.exploit-db.com/exploits/47358

This exploit targets FusionPBX v4.4.8 by authenticating with provided credentials, creating a malicious service with a reverse shell payload, and triggering it to execute arbitrary commands. The payload uses a named pipe and netcat to establish a reverse shell.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: FusionPBX v4.4.8
Auth required
Prerequisites: Valid credentials for FusionPBX · Network access to the target · Netcat listener on attacker's machine
devstral-2 · analyzed Feb 16, 2026 Full analysis →
nomisec WORKING POC 7 stars
by mhaskar · poc
https://github.com/mhaskar/CVE-2019-15029

The repository contains a functional exploit for CVE-2019-15029, demonstrating authenticated remote code execution in FusionPBX v4.4.8 by injecting a malicious command into the service_edit.php file and triggering it via services.php. It includes both a Python script and a Metasploit module.

Classification
Working Poc 100%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: FusionPBX v4.4.8
Auth required
Prerequisites: Valid credentials for FusionPBX · Network access to the target
devstral-2 · analyzed Feb 18, 2026 Full analysis →

References (3)

Core 3
Core References
Exploit, Third Party Advisory x_refsource_misc
https://gist.github.com/mhaskar/7a6a804cd68c7fec4f9d1f5c3507900f

Scores

CVSS v3 8.8
EPSS 0.1232
EPSS Percentile 95.7%
Attack Vector NETWORK
CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Details

CWE
CWE-78
Status published
Products (1)
fusionpbx/fusionpbx 4.4.8
Published Sep 05, 2019
Tracked Since Feb 18, 2026