Skip to content

Commit f14cef9

Browse files
authored
Merge pull request #1214 from jasnow/aug-15a-advs
One new CVE (camaleon_cms) advisory
2 parents 3540444 + 3217b1a commit f14cef9

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
gem: camaleon_cms
3+
cve: 2026-73330
4+
ghsa: xgmr-hcvf-x3qc
5+
url: https://nvd.nist.gov/vuln/detail/CVE-2026-73330
6+
title: CamaleonCMS 2.9.1 Server-Side Template Injection via test_email Action
7+
date: 2026-08-12
8+
description: |
9+
CamaleonCMS 2.9.1 contains a server-side template injection vulnerability
10+
that allows authenticated administrators to execute arbitrary commands
11+
by embedding ERB tags in the email parameter of the test_email settings
12+
action, which are evaluated when an SMTP rejection reflects the recipient
13+
address back in the exception message rendered as an inline ERB template.
14+
Attackers can submit a crafted email parameter containing ERB expressions
15+
through the admin settings test_email endpoint, causing the Rails inline
16+
template renderer to evaluate attacker-controlled Ruby code and achieve
17+
arbitrary command execution as the Rails process user.
18+
cvss_v3: 6.6
19+
cvss_v4: 7.5
20+
patched_versions:
21+
- ">= 2.9.2"
22+
related:
23+
url:
24+
- https://nvd.nist.gov/vuln/detail/CVE-2026-73330
25+
- https://rubygems.org/gems/camaleon_cms/versions/2.9.2
26+
- https://github.com/owen2345/camaleon-cms/releases/tag/2.9.2
27+
- https://enrik-m.github.io/posts/Camaleon-CMS-Vulnerabilties/#44-stored-xss-via-draft-post-title
28+
- https://www.vulncheck.com/advisories/camaleoncms-server-side-template-injection-via-test-email-action
29+
- https://github.com/advisories/GHSA-xgmr-hcvf-x3qc
30+
notes: |
31+
- GHSA is unreviewed.
32+
- cvss_v3 and cvss_v4 from nvd.nist.gov URL.
33+
- gem name is "camaleon_cms" and repo name is "camaleon-cms".

0 commit comments

Comments
 (0)