lunary-ai/lunary XSS in SAML metadata endpoint
High severity
GitHub Reviewed
Published
Jun 6, 2024
to the GitHub Advisory Database
•
Updated Jul 19, 2024
Description
Published by the National Vulnerability Database
Jun 6, 2024
Published to the GitHub Advisory Database
Jun 6, 2024
Reviewed
Jul 19, 2024
Last updated
Jul 19, 2024
A Cross-site Scripting (XSS) vulnerability exists in the SAML metadata endpoint
/auth/saml/${org?.id}/metadata
of lunary-ai/lunary version 1.2.7. The vulnerability arises due to the application's failure to escape or validate theorgId
parameter supplied by the user before incorporating it into the generated response. Specifically, the endpoint generates XML responses for SAML metadata, where theorgId
parameter is directly embedded into the XML structure without proper sanitization or validation. This flaw allows an attacker to inject arbitrary JavaScript code into the generated SAML metadata page, leading to potential theft of user cookies or authentication tokens.References