Skip to content

Hugo can execute a binary from the current directory on Windows

High severity GitHub Reviewed Published Dec 20, 2020 in gohugoio/hugo • Updated Feb 1, 2023

Package

gomod github.com/gohugoio/hugo (Go)

Affected versions

< 0.79.1

Patched versions

0.79.1

Description

Impact

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.

Patches

Users should upgrade to Hugo v0.79.1.

References

@bep bep published to gohugoio/hugo Dec 20, 2020
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

Severity

High
7.7
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
High
Privileges required
Low
User interaction
Required
Scope
Changed
Confidentiality
High
Integrity
High
Availability
None
CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:N

Weaknesses

CVE ID

CVE-2020-26284

GHSA ID

GHSA-8j34-9876-pvfq

Source code

No known source code

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.