A server-side information disclosure vulnerability was identified in the INI settings parser. PHP's parse_ini_string() function supports ${} syntax for environment variable interpolation. Attackers with Editor access could inject ${APP_KEY}, ${DB_PASSWORD}, or similar patterns into CMS page settings fields, causing sensitive environment variables to be resolved and stored in the template. These values were then returned to the attacker when the page was reopened.
cms.safe_mode is enabled (otherwise direct PHP injection is already possible)The vulnerability has been patched in v3.7.14 and v4.1.10. All users are encouraged to upgrade to the latest patched version.
If upgrading immediately is not possible: - Restrict Editor tool access to fully trusted administrators only - Ensure database and cloud service credentials are not accessible from the web server's network
{
"nvd_published_at": "2026-04-14T21:16:25Z",
"github_reviewed_at": "2026-04-14T22:29:41Z",
"cwe_ids": [
"CWE-200",
"CWE-94"
],
"github_reviewed": true,
"severity": "MODERATE"
}