CVE-2024-28855
18.03.2024, 22:15
ZITADEL, open source authentication management software, 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 prior to versions 2.47.3, 2.46.1, 2.45.1, 2.44.3, 2.43.9, 2.42.15, and 2.41.15. 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. Versions 2.47.3, 2.46.1, 2.45.1, 2.44.3, 2.43.9, 2.42.15, and 2.41.15 contain a patch for this issue. No known workarounds are available.
Vendor | Product | Version |
---|---|---|
zitadel | zitadel | 𝑥 < 2.41.15 |
zitadel | zitadel | 2.42.0 ≤ 𝑥 < 2.42.15 |
zitadel | zitadel | 2.43.0 ≤ 𝑥 < 2.43.9 |
zitadel | zitadel | 2.44.0 ≤ 𝑥 < 2.44.3 |
zitadel | zitadel | 2.47.0 ≤ 𝑥 < 2.47.4 |
zitadel | zitadel | 2.45.0 |
zitadel | zitadel | 2.45.0:rc1 |
zitadel | zitadel | 2.46.0 |
zitadel | zitadel | 2.46.0:rc1 |
zitadel | zitadel | 2.46.0:rc2 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-20 - Improper Input ValidationThe product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
- CWE-79 - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')The software does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
References