Skip to content

Commit dc05965

Browse files
simiRubySec CI
authored andcommitted
Updated advisory posts against rubysec/ruby-advisory-db@f14cef9
1 parent d60ae3e commit dc05965

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)