GHSA-2762-657x-v979 · Severity: medium · Ecosystem: rubygems — AlchemyCMS: Authenticated Remote Code Execution (RCE) via eval injection in ResourcesHelper
Alchemy is an open source content management system engine written in Ruby on Rails. Prior to versions 7.4.12 and 8.0.3, the application uses the Ruby `eval()` function to dynamically execute a string provided by the `resource_handler.engine_name` attribute in `Alchemy::ResourcesHelper#resource_url_proxy`. The vulnerability exists in `app/helpers/alchemy/resources_helper.rb` at line 28. The code explicitly bypasses security linting with `# rubocop:disable Security/Eval`, indicating that the use of a dangerous function was known but not properly mitigated. Since `engine_name` is sourced from module definitions that can be influenced by administrative configurations, it allows an authenticated attacker to escape the Ruby sandbox and execute arbitrary system commands on the host OS. Versions 7.4.12 and 8.0.3 fix the issue by replacing `eval()` with `send()`.
Conclusion & alert: CVE-2026-23885 is rated Low Risk (37.8/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.43%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.05% | 0.43% | +0.38% |
| 2 | 2026-01-20 | — | 0.05% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 6.4 | 3.1 | MEDIUM |
|
0.5 | 5.9 | [email protected] |
| 9.9 | 3.1 | CRITICAL |
|
3.1 | 6.0 | [email protected] |
GHSA-2762-657x-v979 · Severity: medium · Ecosystem: rubygems — AlchemyCMS: Authenticated Remote Code Execution (RCE) via eval injection in ResourcesHelper
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| alchemy-cms | alchemy_cms | < 7.4.12 | cpe:2.3:a:alchemy-cms:alchemy_cms:*:*:*:*:*:*:*:* |
| alchemy-cms | alchemy_cms | >= 8.0.0, < 8.0.3 | cpe:2.3:a:alchemy-cms:alchemy_cms:*:*:*:*:*:*:*:* |