Unknown · Visionatrix · CVE-2025-49126
Name of the Vulnerable Software and Affected Versions:
Visionatrix versions 1.5.0 through 2.5.0
Description:
The issue concerns a Reflected XSS (Cross-Site Scripting) attack via the "/docs/flows" endpoint, allowing full takeover of the application and exfiltration of secrets stored in the application. This is due to the use of the `get swagger ui html` function from FastAPI, which does not encode or sanitize its arguments before generating the HTML for the swagger documentation page. Any user of this application can be targeted with a one-click attack that can takeover their session and all the secrets that may be contained within it.
Recommendations:
For versions 1.5.0 through 2.5.0, update to version 2.5.1 to resolve the issue. As a temporary workaround, consider restricting access to the "/docs/flows" endpoint until the update is applied.