Scrypted is a home video integration and automation platform. In versions 0.55.0 and prior, a reflected cross-site scripting vulnerability exists in the login page via the `redirect_uri` parameter. By specifying a url with the javascript scheme (`javascript:`), an attacker can run arbitrary JavaScript code after the login.
The product 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.
Link | Tags |
---|---|
https://securitylab.github.com/advisories/GHSL-2023-218_GHSL-2023-219_scrypted/ | third party advisory exploit |
https://github.com/koush/scrypted/blob/v0.55.0/plugins/core/ui/src/Login.vue#L79 | product |