2 matches found
CVE-2026-50135: Improper Link Resolution Before File Access
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...
6.9CVSS5.7AI score0.00411EPSS
SaveExploits0References4
CVE-2026-58403: Improper Link Resolution Before File Access
Hugo is a static site generator. From v0.123.0 through v0.163.0, Hugo's virtual filesystem is designed so that files under a mount cannot reach outside the mount tree, but a regression caused RootMappingFs.statRoot to call Stat, which follows symlinks, instead of Lstat, so a direct os.ReadFile...
6.5CVSS5.7AI score0.00475EPSS
SaveExploits0References4
20