Hugo is a fast and Flexible Static Site Generator built in Go. 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. In Hugo before version 0.79.1, 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. Users should upgrade to Hugo v0.79.1. Other than avoiding untrusted Hugo sites, there is no workaround.
References
Link | Resource |
---|---|
https://github.com/gohugoio/hugo/security/advisories/GHSA-8j34-9876-pvfq | Patch Third Party Advisory |
https://github.com/golang/go/issues/38736 | Exploit Patch Third Party Advisory |
https://github.com/gohugoio/hugo/security/advisories/GHSA-8j34-9876-pvfq | Patch Third Party Advisory |
https://github.com/golang/go/issues/38736 | Exploit Patch Third Party Advisory |
Configurations
History
21 Nov 2024, 05:19
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/gohugoio/hugo/security/advisories/GHSA-8j34-9876-pvfq - Patch, Third Party Advisory | |
References | () https://github.com/golang/go/issues/38736 - Exploit, Patch, Third Party Advisory | |
CVSS |
v2 : v3 : |
v2 : 8.5
v3 : 7.7 |
Information
Published : 2020-12-21 23:15
Updated : 2024-11-21 05:19
NVD link : CVE-2020-26284
Mitre link : CVE-2020-26284
CVE.ORG link : CVE-2020-26284
JSON object : View
Products Affected
gohugo
- hugo
CWE
CWE-78
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')