vendor:
Click N' Print Coupons
by:
ajann
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Click N' Print Coupons
Affected Version From: V2005.01
Affected Version To: V2005.01
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
2006
Click N’ Print Coupons <= V2005.01 (key) Remote SQL Injection Exploit
This exploit allows an attacker to inject malicious SQL code into the vulnerable application. The exploit is triggered when the application uses user-supplied input without proper validation. This can allow an attacker to gain access to sensitive information such as usernames and passwords 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 an SQL query.