vendor:
Real-time ASP Calendar
by:
L0rd CrusAd3r
9
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Real-time ASP Calendar
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:codewidgets:real-time_asp_calendar
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
Real-time ASP Calendar SQL Vulnerability
Real-time ASP Calendar Platform contains a SQL Injection vulnerability which allows an attacker to execute arbitrary SQL commands on the vulnerable system. The vulnerability is located in the 'dt' parameter of the 'calendar.asp' script when directly passed to the SQL query. An attacker can inject malicious SQL commands to manipulate the database and gain access to sensitive information.
Mitigation:
Input validation should be used to prevent SQL injection attacks. The application should also use parameterized queries to prevent SQL injection.