<?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>ImpressCMS - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/impresscms/</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>Fri, 14 Aug 2026 20:13:13 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/impresscms/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>Authenticated RCE in ImpressCMS Custom Tag Module</title><link>https://feed.craftedsignal.io/briefs/2026-08-impresscms-rce/</link><pubDate>Fri, 14 Aug 2026 20:13:13 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-impresscms-rce/</guid><description>ImpressCMS contains an authenticated remote code execution vulnerability (CVE-2026-73679) in the custom tag module, allowing administrators to execute arbitrary PHP code via improperly sanitized input.</description><content:encoded><![CDATA[<p>ImpressCMS is susceptible to a remote code execution vulnerability (CVE-2026-73679) within its custom tag module. The vulnerability allows an authenticated administrator to inject arbitrary PHP code by creating a custom tag with the PHP type enabled. The application's renderWithPhp() method processes these tags by calling the undoHtmlSpecialChars() function, which decodes HTML-encoded content before passing it directly to the PHP eval() function. This process bypasses the HTML Purifier sanitization layer that is intended to secure user-provided content. Because these tags are processed through the system's preload event mechanism, the injected payload executes automatically on every frontend page load, providing the attacker with persistent command execution within the application context.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability allows an authenticated administrative user to achieve full code execution on the underlying web server. This can lead to total system compromise, including unauthorized data access, modification of site content, and potential lateral movement within the hosting infrastructure.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Patch ImpressCMS to the latest version as soon as the vendor releases a fix for CVE-2026-73679.</li>
<li>Audit current administrator user accounts for signs of unauthorized access or activity.</li>
<li>Review the custom tag module configuration for any tags with the 'PHP' type enabled that were not explicitly created by authorized personnel.</li>
<li>Deploy web application firewall (WAF) rules to monitor and block requests that attempt to pass malicious PHP payloads into the custom tag creation or modification endpoints.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>