<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Phalcon - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/phalcon/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Sat, 22 Aug 2026 01:16:48 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/phalcon/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Phalcon Volt Compiler SSTI to RCE via join Filter</title><link>https://feed.craftedsignal.io/briefs/2026-08-phalcon-volt-rce/</link><pubDate>Sat, 22 Aug 2026 01:16:48 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-phalcon-volt-rce/</guid><description>The Phalcon Volt template compiler fails to escape arguments in the join filter, allowing unauthenticated attackers to perform server-side template injection leading to remote code execution (CVE-2026-59989).</description><content:encoded><![CDATA[<p>The Volt template compiler in Phalcon (cphalcon &lt;= 5.15.0) contains a critical vulnerability (CVE-2026-59989) in the implementation of the <code>join</code> filter. During the compilation of Volt templates into PHP, the compiler performs direct string concatenation of raw template arguments into the generated PHP code without any escaping or neutralization. Specifically, the separator literal and the array argument are spliced verbatim into the generated <code>join('…', …)</code> call.</p>
<p>An attacker who can provide input to the Volt template rendering engine can inject arbitrary PHP instructions by breaking out of the intended function syntax. Because Phalcon writes these compiled templates to cache files and executes them via <code>require()</code> at render time, the injected PHP code is executed within the context of the web-server process. This allows for full remote code execution on any application utilizing an affected version of Phalcon that permits user-influenced Volt templates.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a web application utilizing Phalcon Volt where template content or specific filter arguments are influenced by user input.</li>
<li>Attacker crafts a malicious Volt template string containing a <code>join</code> filter call.</li>
<li>Attacker injects a payload into the <code>join</code> separator or array argument, such as <code>&quot;',[]); echo shell_exec('id'); //&quot;</code>.</li>
<li>The Phalcon <code>Compiler</code> processes the template, concatenating the malicious input verbatim into the generated PHP cache file.</li>
<li>The resulting PHP file is written to the application's cache directory with the injected payload placed inside a <code>join()</code> function call.</li>
<li>The application calls the Volt rendering engine for the template.</li>
<li>The engine executes <code>require()</code> on the malicious cache file.</li>
<li>The injected payload executes, granting the attacker arbitrary code execution on the server.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in full remote code execution in the context of the web-server process. This impact is applicable to all applications using Phalcon cphalcon versions up to and including 5.15.0 where template input can be manipulated by an attacker.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized, concrete actions for detection engineering teams:</p>
<ul>
<li>Patch Phalcon cphalcon to a version after 5.15.0 to resolve CVE-2026-59989.</li>
<li>Audit application code for instances where user-supplied data is passed directly into template engine rendering functions or Volt template string compilation.</li>
<li>Deploy webserver logs to monitor for suspicious input in parameters that could be interpreted as template arguments.</li>
<li>Implement input validation on all template-related inputs to prevent injection of template control characters or syntax breaking sequences.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category></item></channel></rss>