vendor:
PHPMyCart
by:
h0yt3r
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PHPMyCart
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
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
2008
PHPMyCart Injection Vulnerability
Script suffers from a not correctly verified category id variable which is used in SQL Querys. An Attacker can easily get sensitive information from the database by injecting unexpected SQL Querys. We dont get any SQL Errors when the Injection Query appear to be false. However we have to look for content changing when we inject. Look at AND 1=1/AND 1=0 All rows are echoed on the left side.
Mitigation:
Ensure that user input is properly validated and sanitized before being used in SQL queries.