exploit-db-mirror/exploits/php/webapps/22387.txt
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

11 lines
No EOL
763 B
Text

source: http://www.securityfocus.com/bid/7144/info
It has been reported that DCP-Portal does not sufficiently filter URI parameters supplied to the DCP-Portal 'calender' script.
As a result of this deficiency, it is possible for a remote attacker to create a malicious link containing script code that will be executed in the browser of a legitimate user. All code will be executed within the context of the website running DCP-Portal.
This may allow for theft of cookie-based authentication credentials and other attacks.
This vulnerability was reported to affect DCP-Portal version 5.3.1, it is not currently known if other versions are affected.
http://www.example.com/calendar.php?year=<script>alert(document.cookie);</script>&month=03&day=05