A Tricky Open Redirect
Hello Friends, Today, I'm gonna share one of my coolest finding that how I found an Open-Redirect vulnerability on private site of Bugcrowd. Open Redirect: Open redirect is a security flaw in an app or a web page that causes it to fail to properly authenticate URLs.Open redirect occurs when a web page is being redirected to another URL in another domain via a user-controlled input. How I found Open Redirect vulnerability? In my free time, I was looking for bugs and at the same time, I received an Invitation on Bugcrowd. I visit the site and registered an account on that site. I can't disclose the website name, so let’s assume https://redacted.com So, I found this normal login endpoint ie https://redacted.com/login?nextUrl=url Next, I try some open redirect payloads on next parameter ie next Url =http://evil.com or next Url =//evil.com and others but nothing worked. I randomly put evil.com after next paramter ie https://redacted.c