CVE-2022-4361
07.07.2023, 20:15
Keycloak, an open-source identity and access management solution, has a cross-site scripting (XSS) vulnerability in the SAML or OIDC providers. The vulnerability can allow an attacker to execute malicious scripts by setting the AssertionConsumerServiceURL value or the redirect_uri.
Vendor | Product | Version |
---|---|---|
redhat | keycloak | 𝑥 < 21.1.2 |
redhat | single_sign-on | 7.6 ≤ 𝑥 < 7.6.4 |
redhat | single_sign-on | - |
redhat | openshift_container_platform | 4.11 |
redhat | openshift_container_platform | 4.12 |
redhat | openshift_container_platform_for_ibm_linuxone | 4.9 |
redhat | openshift_container_platform_for_ibm_linuxone | 4.10 |
redhat | openshift_container_platform_for_power | 4.9 |
redhat | openshift_container_platform_for_power | 4.10 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-81 - Improper Neutralization of Script in an Error Message Web PageThe software receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special characters that could be interpreted as web-scripting elements when they are sent to an error page.
- 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.