Bug 2497518 (CVE-2026-50135) - CVE-2026-50135 github.com/gohugoio/hugo: Hugo: Information disclosure due to symlink confinement bypass
Summary: CVE-2026-50135 github.com/gohugoio/hugo: Hugo: Information disclosure due to ...
Keywords:
Status: NEW
Alias: CVE-2026-50135
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-07-06 21:02 UTC by OSIDB Bzimport
Modified: 2026-07-28 06:53 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-07-06 21:02:33 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.