Vulnerability record · CVE-2023-30145 · published 26 May 2023
CVE-2023-30145: Camaleon CMS SSTI via formats parameter
Tuzitio · Camaleon Cms
Camaleon CMS v2.7.0 contains a server-side template injection flaw reached through the formats parameter. Because template injection lets an attacker run code in the server-side template engine, it can lead to full compromise of the application host. The record names only version 2.7.0 and gives no further detail on the vulnerable code path.
Description
Camaleon CMS v2.7.0 was discovered to contain a Server-Side Template Injection (SSTI) vulnerability via the formats parameter.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Automated analysis
critical priorityCVSS 9.8 with network, unauthenticated, no-interaction exploitation and public exploit code plus high EPSS make this an urgent patch target.
What it is
Camaleon CMS v2.7.0 contains a server-side template injection flaw reached through the formats parameter. Because template injection lets an attacker run code in the server-side template engine, it can lead to full compromise of the application host. The record names only version 2.7.0 and gives no further detail on the vulnerable code path.
Impact
An attacker can execute arbitrary code in the context of the Camaleon CMS server, gaining control over application data and the underlying host. The CVSS vector rates confidentiality, integrity and availability impact as high.
Attack surface
The flaw is network-reachable with no authentication and no user interaction required, per the CVSS vector AV:N/AC:L/PR:N/UI:N. It is triggered by supplying crafted input to the formats parameter.
Exploitation
Public exploit references exist, including Packet Storm and a GitHub proof-of-concept, and EPSS is 0.46136 (98.8th percentile), indicating elevated likelihood of exploitation. The CVE is not listed in CISA KEV and no ransomware use is documented.
What to do
- Upgrade Camaleon CMS to a version later than 2.7.0 once the vendor publishes a fix; the record does not name a fixed version.
- If upgrade is not possible, restrict or disable untrusted input to the formats parameter and validate it against a strict allowlist.
- Place the CMS behind authentication or network restrictions so the endpoint is not anonymously reachable.
- Run the application with least privilege and isolate it so template code execution cannot reach sensitive host resources.
Detection
- Monitor requests where the formats parameter contains template syntax such as {{ }}, ${ } or <% %>.
- Alert on unexpected child processes or outbound connections spawned by the Camaleon CMS web process.
- Review web logs for anomalous requests to endpoints handling the formats parameter, especially from unauthenticated clients.
- Watch for known exploit payload strings from the public Packet Storm and GitHub proof-of-concept references.
This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.
Affected products
1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.
References
Track CVE-2023-30145 inside VULONE
Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.
Related vulnerabilities
Same products first, then exploited flaws of the same weakness class.
Source: NIST National Vulnerability Database (record CVE-2023-30145), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.