vendor:
PHP Marketplace Script
by:
Yunus YILDIRIM (Th3GundY)
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PHP Marketplace Script
Affected Version From: 3.0
Affected Version To: 3.0
Patch Exists: NO
Related CWE: N/A
CPE: a:ecommercemix:php_marketplace_script
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
2020
PHP Marketplace Script – Multiple SQL Injection Vulnerabilities
Multiple SQL Injection vulnerabilities have been discovered in the PHP Marketplace Script version 3.0. An attacker can exploit these vulnerabilities to inject malicious SQL queries into the application, allowing them to access, modify, or delete data from 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. Additionally, parameterized queries should be used to prevent SQL injection attacks.