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 bundler
to version 2.2.33 or higher.
Affected versions of this package are vulnerable to Arbitrary Code Execution via a Gemfile
that includes gem
entries that use the git
option with invalid values with a leading dash.
The attacker has to craft a directory containing a Gemfile
file that declares a dependency that is located in a Git
repository. This dependency has to have a Git URL in the form of -u./payload
. This URL will be used to construct a git clone
command but will be interpreted as the upload-pack
argument. Then this directory needs to be shared with the victim, who then needs to run a command that evaluates the Gemfile
, such as bundle lock
.