How I earned $500 from Google - Flaw in Authentication
2020-09-26 04:12:39 Author: medium.com(查看原文) 阅读量:174 收藏

Hemant Patidar

This is my first writeup.

Today I will share the write-up of my first accepted bug in Google, Which is in “Google Cloud Partner Advantage Portal” where I was able to modify personal details for victim account via Broken Authentication.

If the login functionality of your application can be subverted or bypassed in some way, this is referred to as broken authentication. This is such a common issue that broken authentication is an entry in the Open Web Application Security Project (OWASP) top ten web application vulnerabilities list.

Let's get straight to the bug. When I was trying to do signup using the User Registration Form I notice that when someone does the registration process, the system does not verify the registered email. Also when we do that the user will get a verification email to verify and if the victim clicks to verify then the new detail will be updated into the victim account.

Summary: Insufficient Security Configurability | Flaw in Authentication

Steps-To-Reproduce:

  1. Go to the https://www.partneradvantage.goog/ and click on Register as a new partner portal user.
  2. Now fill all the details. (i.e. Victim email, which is already registered and the rest of the detail which you want to update in the victim’s account.) and click to submit.

Image for post

3. Now the victim will receive an email to verify and if he clicks to verify then the above-entered details will get change in the victim account.

Image for post

4. Boom! You have changed the details in someone else account.

Attack scenario:

The system does not verify the registered email when entered by someone else. Consider the impact of the business if data can be modified and control of the account assumed, other than that the impact of this is that attacker can fill in the data first before the original account owner enters the system.

Timeline:

Jul 20, 2020 - Bug Reported to Google

Jul 21, 2020 - Status changes to Won’t Fix (Not Reproducible) | Explained how to reproduce the bug and Impact

Aug 3, 2020 - Accepted (reopened) ❤

Aug 10, 2020 - Bounty Awarded $500

Image for post

So, this was my first bounty from Google. I have reported other minor issues and got Hall Of Fame.

Image for post

Thanks for reading :)

Happy Hacking ;)

You can see many writeups coming up…

Hemant Patidar

LinkedIn: linkedin.com/in/HemantSolo

Website:- hemantpatidar.me

Twitter:- twitter.com/HemantSolo

Instagram:- instagram.com/hemant_solo


文章来源: https://medium.com/bugbountywriteup/how-i-earned-500-from-google-flaw-in-authentication-a40018c05616?source=rss----7b722bfd1b8d--bug_bounty
如有侵权请联系:admin#unsafe.sh