Open Redirect Vulnerabilities
Learn how to protect your app from open redirect vulnerabilities.
Understand Open Redirect Vulnerabilities
Apps that navigate or redirect without authenticating the destination are exposed to open redirect vulnerabilities. Attackers exploit this behavior to control and redirect users from a trusted Salesforce domain to a malicious external site, often as part of a phishing campaign, credential theft, or chained attack.
For example, if a user clicks https://your-org.salesforce.com/apex/MyPage?redirect=https://untrustedsiteexample.com, the user is silently redirected to an untrusted site.