vendor:
HIOX Random Ad
by:
Ghost Hacker
7.5
CVSS
HIGH
Remote File Inclusion (RFI)
98
CWE
Product Name: HIOX Random Ad
Affected Version From: 1.3
Affected Version To: 1.3
Patch Exists: NO
Related CWE: N/A
CPE: a:hscripts:hiox_random_ad:1.3
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
HIOX Random Ad 1.3 (hioxRandomAd.php hm) RFI Vulnerability
HIOX Random Ad 1.3 is vulnerable to a Remote File Inclusion (RFI) vulnerability. The vulnerability is due to the 'hm' parameter in 'hioxRandomAd.php' script not properly sanitized before being used in an 'include' function call. This can be exploited to include arbitrary remote files by passing an URL as the 'hm' parameter. Successful exploitation requires that 'allow_url_include' is set to 'On' in the 'php.ini' file.
Mitigation:
Ensure that user-supplied input is properly sanitized before being used in an 'include' function call. Additionally, ensure that 'allow_url_include' is set to 'Off' in the 'php.ini' file.