vendor:
Calendarix
by:
SixP4ck3r
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Calendarix
Affected Version From: All
Affected Version To: 0 day
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2010
Calendarix (cal_cat.php) SQL Injection Vulnerability
Calendarix is a web-based events manager written in PHP and requires MySQL for the database. The vulnerability exists in the cal_cat.php file, where the 'limit' parameter is not properly sanitized before being used in a SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code. An attacker can exploit this vulnerability to gain access to sensitive information.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to generate SQL queries. Additionally, parameterized queries should be used to prevent SQL injection attacks.