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 applicationsUpgrade phpunit/phpunit to version 12.5.22, 13.1.6 or higher.
Affected versions of this package are vulnerable to CRLF Injection via the settingsToParameters process. An attacker can execute arbitrary code and alter the configuration of child processes by injecting newline characters into PHP INI values that are forwarded to child processes. This allows the attacker to introduce additional INI directives, potentially enabling the loading of malicious files or extensions.
This vulnerability can be mitigated by auditing INI values to ensure they do not contain newline, double quote, or semicolon characters, isolating CI execution of untrusted code, restricting modification permissions for configuration files, and sanitizing the host PHP's INI settings.