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 applicationsgollum-grit_adapter
is an adapter for Gollum to use Grit at the backend.
Affected versions of this gem are vulnerable to arbitrary command execution.
Grit implements its search functionality by shelling out to git grep
. In
turn, git grep
takes a -O
or --open-files-in-pages
option that will
pipe the results of grep
to an arbitrary process. By failing to properly
sanitize user input search parameters, an attacker can thus perform command
execution.
Note that the grep result must find the string master
(or
whatever is the default branch that gollum uses) in any of the wiki's
documents for this to succeed.