vendor:
Social Site Generator
by:
vBmad
9.3
CVSS
HIGH
RFI (remote file include)
94
CWE
Product Name: Social Site Generator
Affected Version From: All versions
Affected Version To: All versions
Patch Exists: YES
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
vBmad
The vulnerability exists due to insufficient sanitization of user-supplied input passed via the 'path' parameter to 'social_game_play.php' script. This can be exploited to execute arbitrary PHP code by including a URL of a malicious script.
Mitigation:
Input validation should be used to prevent the exploitation of this vulnerability. Sanitize all user-supplied input to prevent malicious code execution.