DCP Portal 5.3/6.0/6.1 - Multiple Input Validation Vulnerabilities

EDB-ID:

27077

CVE:

N/A




Platform:

PHP

Date:

2006-01-13


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

DCP Portal is prone to multiple input validation vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input.

For the cross-site scripting vulnerability, 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. These may facilitate the theft of cookie-based authentication credentials as well as other attacks.

For the HTML injection vulnerability, ttacker-supplied HTML and script code would be executed in the context of the affected Web site, potentially allowing for theft of cookie-based authentication credentials. An attacker could also exploit this issue to control how the site is rendered to the user; other attacks are also possible. 

http://www.example.com/calendar.php?show=full_month&s=1&submit=GO&day=[XSS]

http://www.example.com/search.php post this code <script>alert('night_warrior');</script>