lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: Sat, 6 Mar 2010 03:11:35 -0800
From: lis cker <liscker@...mail.com>
To: <bugtraq@...urityfocus.com>
Subject: [XSS]  i found a xss on "page" parameter in "eccredit.php" in Dvbbs
 < 8.3.0


Home Page : http://www.dvbbs.net/
 
Dvbbs is prone to an cross-site scripting vulnerability because the application fails to properly sanitize user-supplied input. An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks. 
 
 
Nearly all the Dvbbs version is vulnerable,but Dvbbs 8.3.0.
 
 
 
Vulnerable: Dvbbs < 8.3.0
 
 
i found the xss on "page" parameter in Dvbbs is different。
 
 
Between Dvbbs 7.1.X and 8.2.X , the xss in the "dispbbs.asp", like "dispbbs.asp?boardid=1&id=1&page="
 
In Dvbbs < 7.1.0, the xss in the "list.asp", like "list.asp?boardid=1&id=1&page="
 
 
 
 
 
For example:
 
Between Dvbbs 7.1.X and 8.2.X
http://www.example.com:80/dispbbs.asp?boardid=1&id=1&page="><script>alert(/liscker/);</script>
 
In Dvbbs<7.1.0
http://www.example.com:80/forum1/list.asp?boardid=1&id=1&page=><script>alert(/liscker/);</script>
 
 
 
Liscker@...mail.com
2010.3.5  		 	   		  

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ