CVE-2024-28855: Improper HTML sanitization in ZITADEL
ZITADEL uses Go templates to render the login UI.
Due to a improper use of the text/template
instead of the html/template
package, the Login UI did not sanitize input parameters. An attacker could create a malicious link, where he injected code which would be rendered as part of the login screen.
While it was possible to inject HTML including javascript, the execution of such scripts would be prevented by the Content Security Policy.
References
Detect and mitigate CVE-2024-28855 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →