Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Mottini Mauro

#34288of 53,633
7.6Total CVSS
Vulnerabilities · 1
PT-2021-15522
7.6
2021-09-12
Clearance · Clearance · CVE-2021-23435
**Name of the Vulnerable Software and Affected Versions** clearance versions prior to 2.5.0 **Description** The issue arises when users can set the value of `session[:return to]`. If the value used for `return to` contains multiple leading slashes (e.g., `/////example.com`), the user is redirected to the external domain that comes after the slashes (e.g., `http://example.com`). **Recommendations** For versions prior to 2.5.0, consider updating to version 2.5.0 or later to resolve the issue. As a temporary workaround, restrict the ability of users to set the value of `session[:return to]` or validate and sanitize the `return to` value to prevent redirection to external domains.