Vulnerability CVE-2023-39319


Published: 2023-09-08

Description:
The html/template package does not apply the proper rules for handling occurrences of "<script", "<!--", and "</script" within JS literals in <script> contexts. This may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped. This could be leveraged to perform an XSS attack.

 References:
https://groups.google.com/g/golang-dev/c/2C5vbR-UNkI/m/L1hdrPhfBAAJ
https://pkg.go.dev/vuln/GO-2023-2043
https://go.dev/cl/526157
https://go.dev/issue/62197

Copyright 2026, cxsecurity.com

 

Back to Top