Hugo Stored XSS with Untrusted HTML before v0.162.0
CVE-2026-50133 Published on July 6, 2026

Hugo: XSS via text/html content files
Hugo is a static site generator. Prior to 0.162.0, Hugo accepts content files in several markup formats. Files mapped to the text/html media type (typically .html files under /content, or pages produced by a content adapter that sets content.mediaType = "text/html") had their body emitted verbatim into the rendered page. A site that ingests HTML content from an untrusted source could therefore be served stored cross-site scripting. This vulnerability is fixed in 0.162.0.

NVD

Weakness Type

What is a XSS Vulnerability?

The software does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

CVE-2026-50133 has been classified to as a XSS vulnerability or weakness.


Affected Versions

gohugoio hugo Version < 0.162.0 is affected by CVE-2026-50133