You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Hugo does not escape some attributes in internal templates
Moderate severity
GitHub Reviewed
Published
Dec 9, 2024
in
gohugoio/hugo
•
Updated Dec 10, 2024
Some HTML attributes in Markdown in the internal templates listed below not escaped. Impacted are Hugo users who do not trust their Markdown content files and are using one or more of these templates.
Impact
Some HTML attributes in Markdown in the internal templates listed below not escaped. Impacted are Hugo users who do not trust their Markdown content files and are using one or more of these templates.
_default/_markup/render-link.html
fromv0.123.0
_default/_markup/render-image.html
fromv0.123.0
_default/_markup/render-table.html
fromv0.134.0
shortcodes/youtube.html
fromv0.125.0
Patches
Patched in v0.139.4.
Workarounds
Replace with user defined templates or disable the internal templates: https://gohugo.io/getting-started/configuration-markup/#renderhooksimageenabledefault
References
References