vendor:
QuickDate
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: QuickDate
Affected Version From: 1.3.2
Affected Version To: 1.3.2
Patch Exists: NO
Related CWE: N/A
CPE: a:quickdatescript:quickdate:1.3.2
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Linux
2020
QuickDate 1.3.2 – SQL Injection
QuickDate 1.3.2 is vulnerable to SQL Injection. An attacker can send a malicious POST request to the application with a crafted payload to inject malicious SQL queries into the application. This can allow the attacker to gain access to sensitive information stored in the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.