CVE-2002-2235 – vBulletin 2.0.x/2.2.x - 'members2.php' Cross-Site Scripting
https://notcve.org/view.php?id=CVE-2002-2235
member2.php in vBulletin 2.2.9 and earlier does not properly restrict the $perpage variable to be an integer, which causes an error message to be reflected back to the user without quoting, which facilitates cross-site scripting (XSS) and possibly other attacks. • https://www.exploit-db.com/exploits/22042 http://online.securityfocus.com/archive/1/301076 http://securityreason.com/securityalert/3229 http://www.iss.net/security_center/static/10701.php http://www.securityfocus.com/bid/6246 • CWE-189: Numeric Errors •
CVE-2002-1660 – vBulletin 2.0.3 - 'calendar.php' Command Execution
https://notcve.org/view.php?id=CVE-2002-1660
calendar.php in vBulletin before 2.2.0 allows remote attackers to execute arbitrary commands via shell metacharacters in the command parameter. • https://www.exploit-db.com/exploits/21874 http://securitytracker.com/id?1005284 http://www.securiteam.com/exploits/5QP0P158AC.html http://www.securityfocus.com/bid/5820 https://exchange.xforce.ibmcloud.com/vulnerabilities/10176 • CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') •
CVE-2001-0475
https://notcve.org/view.php?id=CVE-2001-0475
index.php in Jelsoft vBulletin does not properly initialize a PHP variable that is used to store template information, which allows remote attackers to execute arbitrary PHP code via special characters in the templatecache parameter. • http://archives.neohapsis.com/archives/bugtraq/2001-03/0180.html http://www.securityfocus.com/bid/2474 http://www.vbulletin.com/forum/showthread.php?s=b20af207b5b908ecf7a4ecf56fbe3cd3&threadid=10839 https://exchange.xforce.ibmcloud.com/vulnerabilities/6237 •