CVE Published: 11/05/2023 |
CVE Updated: 02/08/2024 |
CVE Year: 2023 Source: Go |
Vendor: Go standard library |
Product: html/template Status : PUBLISHED
CVE-2023-29400 Description
Templates containing actions in unquoted HTML attributes (e.g. "attr={{.}}") executed with empty input can result in output with unexpected results when parsed due to HTML normalization rules. This may allow injection of arbitrary attributes into tags.