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.
The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
Link | Tags |
---|---|
https://go.dev/issue/59722 | patch issue tracking |
https://go.dev/cl/491617 | patch |
https://groups.google.com/g/golang-announce/c/MEb0UyuSMsU | release notes mailing list |
https://pkg.go.dev/vuln/GO-2023-1753 | vendor advisory |
https://security.netapp.com/advisory/ntap-20241213-0005/ |