Answer in brief
CVE-2026-50135 records a Medium severity (CVSS 6.9) vulnerability in Hugo: Symlink confinement bypass in resources.Get. The current sources do not mark it as known exploited. The current feed maps gohugoio/hugo (generic), github.com/gohugoio/hugo (go), github.com/gohugoio/hugo (go). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 6.9. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps gohugoio/hugo (generic), github.com/gohugoio/hugo (go), github.com/gohugoio/hugo (go). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| gohugoio/hugogeneric | >= 0.123.0, < 0.162.0 | Not reported |
| github.com/gohugoio/hugogo | >=0.123.0,<0.162.0 | 0.162.0 |
| github.com/gohugoio/hugogo | >=0.123.0 <0.162.0 | 0.162.0 |
Published upstream
Jul 6, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Jul 8, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jun 19, 2026
Hugo is a static site generator. From 0.123.0 to 0.161.1, a regression made RootMappingFs.statRoot use Stat (follows symlinks) instead of Lstat , so a direct resources.Get of a symlink pointing outside its mount returned the target's contents — letting a symlink planted in a local mount (e.g. a vendored themes/ theme) read arbitrary files accessible to the Hugo user. Go-module themes from GitHub (symlinks stripped) and directory walks were unaffected. Fixed in 0.162.0.
Quoted source text, attributed separately from HOL analysis.