<?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/"><channel><title>Camaleon CMS - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/camaleon-cms/</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>Tue, 28 Jul 2026 16:21:16 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/camaleon-cms/feed.xml" rel="self" type="application/rss+xml"/><item><title>Authenticated Remote Code Execution in Camaleon CMS</title><link>https://feed.craftedsignal.io/briefs/2026-07-cve-2026-66748-rce/</link><pubDate>Tue, 28 Jul 2026 16:21:16 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-cve-2026-66748-rce/</guid><description>Camaleon CMS versions 2.1.1 through 2.9.1 are vulnerable to authenticated remote code execution where an attacker with `custom_fields manage` permission can execute arbitrary Ruby code by injecting a malicious expression into the `select_eval` custom field type's options command parameter, which is then evaluated via `instance_eval` within an ERB view when a post edit page is rendered, leading to server-side code execution with web server process privileges.</description><content:encoded><![CDATA[<p>CVE-2026-66748 details an authenticated remote code execution vulnerability affecting Camaleon CMS versions 2.1.1 through 2.9.1. An attacker with specific administrative permissions, namely &quot;custom_fields manage,&quot; can leverage this flaw to execute arbitrary Ruby code on the compromised server. This is achieved by injecting a crafted Ruby expression into the &quot;options command&quot; parameter of a <code>select_eval</code> custom field type. When a user subsequently renders a post edit page that incorporates this malicious custom field, the embedded Ruby code is evaluated using <code>instance_eval</code> within an ERB view, resulting in server-side code execution under the privileges of the web server process. This vulnerability poses a significant risk to the confidentiality, integrity, and availability of the affected CMS instances.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker obtains authentication credentials for Camaleon CMS with sufficient privileges, including the <code>custom_fields manage</code> permission.</li>
<li>The attacker navigates to the custom field configuration interface within the Camaleon CMS administration panel.</li>
<li>The attacker creates a new <code>select_eval</code> custom field or modifies an existing one.</li>
<li>Within the configuration for the <code>select_eval</code> custom field, the attacker injects a malicious Ruby expression into the <code>options command</code> parameter.</li>
<li>The Camaleon CMS backend persists this malicious Ruby expression within its database.</li>
<li>Subsequently, an authorized user (potentially the attacker) renders a post edit page that is configured to display or utilize the specially crafted custom field.</li>
<li>During the server-side rendering of the ERB view for the post edit page, the <code>instance_eval</code> function processes the stored malicious Ruby expression.</li>
<li>The injected arbitrary Ruby code executes on the Camaleon CMS server with the privileges of the web server process, achieving remote code execution.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-66748 grants an authenticated attacker full remote code execution capabilities on the Camaleon CMS server. This can lead to complete compromise of the CMS instance, allowing for data theft, modification, or deletion, as well as the potential to establish persistent access or pivot to other systems within the network. The high CVSS v3.1 Base Score of 8.8 reflects the critical nature of this vulnerability, indicating significant impact on confidentiality, integrity, and availability of the affected system and potentially associated data.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch Camaleon CMS installations immediately to a version beyond 2.9.1 to address CVE-2026-66748.</li>
<li>Review user permissions and enforce the principle of least privilege, especially for users with <code>custom_fields manage</code> permissions, to mitigate the risk posed by CVE-2026-66748.</li>
<li>Monitor web server access logs for unusual activity following successful authentication, specifically looking for attempts to modify custom field configurations or access <code>select_eval</code> fields with unusual parameters.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>remote-code-execution</category><category>cms</category><category>vulnerability</category></item></channel></rss>