CVE Catalog

CVE-2026-59989

CriticalCVSS 9.2
Published: Translated: NVD NIST

Summary

Phalcon is a high-performance, full-stack PHP framework. In 5.15.0 and earlier, resolveFilter in phalcon/Mvc/View/Engine/Volt/Compiler.zep builds the join filter by inserting the raw separator and array token values into generated PHP without passing them through expression(). An attacker who can influence Volt template source can place quote-breaking content in a join argument, inject PHP into the compiled cache file, and execute it when Phalcon\Mvc\View\Engine\Volt::render() loads the template. This issue is fixed in version 5.16.0.

Risk Assessment

The risk includes injection and execution of PHP code on the server, potentially leading to full system compromise, data theft, and application security breach.

Recommendation

It is recommended to upgrade Phalcon to version 5.16.0 or later to eliminate the vulnerability allowing code injection into compiled templates.

Original NVD description (English source)

Phalcon is a high-performance, full-stack PHP framework. In 5.15.0 and earlier, resolveFilter in phalcon/Mvc/View/Engine/Volt/Compiler.zep builds the join filter by inserting the raw separator and array token values into generated PHP without passing them through expression(). An attacker who can influence Volt template source can place quote-breaking content in a join argument, inject PHP into the compiled cache file, and execute it when Phalcon\Mvc\View\Engine\Volt::render() loads the template. This issue is fixed in version 5.16.0.

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