vendor:
Good/Bad Vote
by:
Moudi
8,8
CVSS
HIGH
Cross-Site Scripting (XSS) and Local File Inclusion (LFI)
79, 98
CWE
Product Name: Good/Bad Vote
Affected Version From: N/A
Affected Version To: N/A
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
2009
Good/Bad Vote (XSS/LFI) Vulnerability
The vulnerability exists due to insufficient sanitization of user-supplied input in the 'id' parameter of the 'vote.php' script. A remote attacker can execute arbitrary HTML and script code in a browser in the context of the vulnerable website. Also, an attacker can include a local file from the vulnerable server.
Mitigation:
Input validation should be used to prevent the exploitation of this vulnerability. It is recommended to restrict the input data to a list of expected values.