Description
Camaleon CMS versions 2.1.1 through 2.9.1 contains an authenticated remote code execution vulnerability that allows users with custom_fields manage permission to execute arbitrary Ruby code by supplying a malicious expression through the select_eval custom field type. Attackers can store an attacker-controlled Ruby expression in the field options command parameter, which is evaluated via instance_eval within an ERB view whenever a post edit page is rendered, achieving server-side code execution with web server process privileges.
Published: 2026-07-28
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An authenticated user with the custom_fields manage permission can insert a malicious Ruby expression into the select_eval custom field type. When a post edit page is rendered, the expression is evaluated using instance_eval within an ERB view, allowing arbitrary code execution with the web server process privileges. This behavior is a classic instance of code injection (CWE‑94) and can compromise the entire website and its underlying system.

Affected Systems

Camaleon CMS versions 2.1.1 through 2.9.1 of the owen2345:camaleon-cms product are affected. Users who can manage custom fields for the site are at risk, while other accounts are not directly impacted.

Risk and Exploitability

The vulnerability scores a CVSS of 8.7, indicating a high severity. The EPSS score is less than 1%, showing a very low probability of exploitation at this time, and the issue is not listed in CISA’s KEV catalog. Attackers need valid credentials with custom_fields manage rights, which typically implies internal access or a stolen account. Consequently, while the potential impact is severe, the likelihood of real‑world attacks remains low until a wider distribution or credential compromise occurs. Prompt patching is still recommended to eliminate this high‑impact code execution vector.

Generated by OpenCVE AI on August 3, 2026 at 14:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply Camaleon CMS version 2.9.2 or newer, which removes the vulnerable code path.
  • Restrict the custom_fields manage permission to trusted, vetted users only.
  • If an upgrade is not immediately feasible, delete or disable the select_eval custom field type until a patch can be applied.

Generated by OpenCVE AI on August 3, 2026 at 14:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
First Time appeared Tuzitio
Tuzitio camaleon Cms
CPEs cpe:2.3:a:tuzitio:camaleon_cms:*:*:*:*:*:*:*:*
cpe:2.3:a:tuzitio:camaleon_cms:2.9.2:*:*:*:*:*:*:*
Vendors & Products Tuzitio
Tuzitio camaleon Cms

Fri, 31 Jul 2026 21:15:00 +0000

Type Values Removed Values Added
References

Wed, 29 Jul 2026 14:00:00 +0000

Type Values Removed Values Added
References

Tue, 28 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 28 Jul 2026 19:00:00 +0000

Type Values Removed Values Added
First Time appeared Owen2345
Owen2345 camaleon Cms
Vendors & Products Owen2345
Owen2345 camaleon Cms

Tue, 28 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Description Camaleon CMS versions 2.1.1 through 2.9.1 contains an authenticated remote code execution vulnerability that allows users with custom_fields manage permission to execute arbitrary Ruby code by supplying a malicious expression through the select_eval custom field type. Attackers can store an attacker-controlled Ruby expression in the field options command parameter, which is evaluated via instance_eval within an ERB view whenever a post edit page is rendered, achieving server-side code execution with web server process privileges.
Title Camaleon CMS 2.1.1 - 2.9.1 Authenticated RCE via select_eval Custom Field
Weaknesses CWE-94
References
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Owen2345 Camaleon Cms
Tuzitio Camaleon Cms
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-14T16:50:45.295Z

Reserved: 2026-07-27T16:27:47.648Z

Link: CVE-2026-66748

cve-icon Vulnrichment

Updated: 2026-07-28T19:27:09.949Z

cve-icon NVD

Status : Deferred

Published: 2026-07-28T16:20:16.310

Modified: 2026-07-31T21:17:32.010

Link: CVE-2026-66748

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T15:00:15Z

Weaknesses
  • CWE-94

    Improper Control of Generation of Code ('Code Injection')