OPEN REDIRECT ON FIREBASE DYNAMIC LINK AFFECTING OVER 100 COMPANIES
Hello guys, I was looking at some javascript files of some website with a bug bounty program.we'll call it redacted.com I grepped for http and https protocols.One of the https links that resembled :https://redacted.page.link/?link=https://redacted.com i immediately knew it was a firebase dynamic link and got curious with the second redacted.com url.After replacing the second url with google.com i got redirected to google. Win! Open redirect confirmed. Dynamic links are deeplinks that allow you to send an application user or potential users to any part of the application. You can read about firebase dynamic link here https://firebase.google.com/docs/dynamic-links I reported to the company and was paid in under 3 hours. After that i remembered i had encountered some companies using firebase during my normal pentests and bug hunting so i decided to check the sites/app. I decided to FUZZ all h1 programs for the misconfiguration.Fired burp intruder and replaced the first ur...