vendor:
Domain Trader Script
by:
3spi0n
7.5
CVSS
HIGH
MySQL Injection
89
CWE
Product Name: Domain Trader Script
Affected Version From:
Affected Version To:
Patch Exists:
Related CWE:
CPE:
Platforms Tested:
Domain Trader Script, MySQL Injection Vulnerabilities
The Domain Trader Script is vulnerable to MySQL Injection. An attacker can exploit this vulnerability by injecting malicious SQL queries through the 'viewdomain' parameter in the 'catalog.php' page. An example of an exploit URL is provided: 'http://server/catalog.php?viewdomain=now&id=1'
Mitigation:
To mitigate this vulnerability, it is recommended to implement proper input validation and sanitization techniques to prevent SQL injection attacks. Additionally, using parameterized queries or prepared statements can help protect against these types of vulnerabilities.