vendor:
Match Clone Script
by:
ManhNho
6.1
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: Match Clone Script
Affected Version From: 1.0.4
Affected Version To: 1.0.4
Patch Exists: YES
Related CWE: CVE-2018-9857
CPE: a:phpscriptsmall:match_clone:1.0.4
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10 / Kali Linux
2018
Match Clone Script 1.0.4 – Cross-Site Scripting
PHP Scripts Mall Match Clone Script 1.0.4 has XSS via the search field to searchbyid.php (aka the 'View Search By Id' screen). An attacker can put a malicious script in the search field to execute arbitrary code on the victim's browser.
Mitigation:
Input validation should be used to prevent XSS attacks. Sanitize user input and output to prevent malicious code from being executed.