vendor:
Magic Calendar Lite
by:
SecurityFocus
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Magic Calendar Lite
Affected Version From: 01.02
Affected Version To: 01.02
Patch Exists: N/A
Related CWE: N/A
CPE: a:magic_calendar_lite:magic_calendar_lite
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
2005
Magic Calendar Lite SQL Injection Vulnerability
Magic Calendar Lite is prone to an SQL-injection vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input before using it in SQL queries. Successful exploitation could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database implementation. The following proof of concept is available: Url: http://www.example.com/index.php Login: ' or 1/* Password: any
Mitigation:
Input validation should be used to ensure that user-supplied data is properly sanitized before being used in SQL queries.