CVE Catalog

CVE-2026-44239

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.27%

19th percentile - higher than 19% of all known CVEs

Summary

In FreePBX prior to versions 16.0.22 and 17.0.5, the Dashboard module's getcontent AJAX handler includes PHP files based on user-supplied input without path sanitization. The $_REQUEST['rawname'] parameter is concatenated into an include() call with a .class.php suffix, allowing path traversal via ../ sequences to include arbitrary .class.php files from the filesystem. The included file's PHP code executes before the subsequent class instantiation error occurs.

Risk Assessment

An attacker can remotely execute arbitrary PHP code, leading to full compromise of the FreePBX server, including access to sensitive data, call eavesdropping, and disruption of telephony services.

Recommendation

Immediately upgrade FreePBX to version 16.0.22 or 17.0.5. If upgrading is not possible, restrict access to the administrative interface to trusted networks only.

Other vulnerabilities in FreePBX

See all
Original NVD description (English source)

FreePBX is an open source IP PBX. Prior to 16.0.22 and 17.0.5, the Dashboard module's getcontent AJAX handler includes PHP files based on user-supplied input without path sanitization. The $_REQUEST['rawname'] parameter is concatenated into an include() call with a .class.php suffix, allowing path traversal via ../ sequences to include arbitrary .class.php files from the filesystem. The included file's PHP code executes before the subsequent class instantiation error occurs. This vulnerability is fixed in 16.0.22 and 17.0.5.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS