Hugo can execute a binary from the current directory on Windows
Package
Affected versions
< 0.79.1
Patched versions
0.79.1
Description
Published by the National Vulnerability Database
Dec 21, 2020
Reviewed
May 21, 2021
Published to the GitHub Advisory Database
Jun 23, 2021
Last updated
Feb 1, 2023
Impact
Hugo depends on Go's
os/execfor 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 (exeorbat) is found in the current working directory at the time of runninghugo, the malicious command will be invoked instead of the system one.Windows users who run
hugoinside untrusted Hugo sites are affected.Patches
Users should upgrade to Hugo v0.79.1.
References