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 setup-php to version 2.37.1 or higher.
setup-php is a Setup PHP for use with GitHub Actions
Affected versions of this package are vulnerable to Command Injection via the process that resolves PHP version from repository-controlled files such as .php-version, composer.lock, or composer.json and incorporates the value into the generated setup script. An attacker can execute arbitrary commands on the GitHub Actions runner by injecting malicious values into these files when the workflow runs in a trusted context after checking out attacker-controlled repository contents. This is only exploitable if the workflow executes after checking out untrusted code and resolves the PHP version from repository files in a privileged context.