CVE-2022-4137
25.09.2023, 20:15
A reflected cross-site scripting (XSS) vulnerability was found in the 'oob' OAuth endpoint due to incorrect null-byte handling. This issue allows a malicious link to insert an arbitrary URI into a Keycloak error page. This flaw requires a user or administrator to interact with a link in order to be vulnerable. This may compromise user details, allowing it to be changed or collected by an attacker.
Vendor | Product | Version |
---|---|---|
redhat | keycloak | - |
redhat | single_sign-on | 7.6 |
𝑥
= 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.
References