The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Arbitrary Code Injection vulnerabilities in an interactive lesson.
Start learningUpgrade october/october to version 3.7.14, 4.1.10 or higher.
Affected versions of this package are vulnerable to Arbitrary Code Injection in the INI settings parser when environment variable interpolation is processed via the parse_ini_string function. An attacker with Editor permissions can retrieve sensitive environment variables by injecting patterns such as ${APP_KEY} or ${DB_PASSWORD} into CMS page settings fields, which are then resolved and stored in the template. These values are subsequently exposed to the attacker upon reopening the page. This is only exploitable if cms.safe_mode is enabled and the attacker has authenticated backend Editor access.
This vulnerability can be mitigated by restricting Editor tool access to fully trusted administrators only and ensuring database and cloud service credentials are not accessible from the web server's network.