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 Execution vulnerabilities in an interactive lesson.
Start learningUpgrade github.com/gohugoio/hugo
to version 0.79.1 or higher.
github.com/gohugoio/hugo is a The world’s fastest framework for building websites.
Affected versions of this package are vulnerable to Arbitrary Code Execution. Hugo can execute a binary from the current directory on Windows. Hugo depends on Go's os/exec
for certain features, e.g. for rendering of Pandoc documents if these binaries are found in the system %PATH%
on Windows. However, if a malicious file with the same name (exe
or bat
) is found in the current working directory at the time of running hugo
, the malicious command will be invoked instead of the system one.
Windows users who run hugo
inside untrusted Hugo sites are affected.