vendor:
PHP Classifieds
by:
alsa7r
8,8
CVSS
HIGH
Remote File Inclusion (RFI)
98
CWE
Product Name: PHP Classifieds
Affected Version From: 7.3
Affected Version To: 7.3
Patch Exists: NO
Related CWE: N/A
CPE: a:classifieds:php_classifieds:7.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: Windows 7
2010
PHP Classifieds v7.3 RFI Vulnerability
A Remote File Inclusion (RFI) vulnerability exists in PHP Classifieds v7.3. An attacker can exploit this vulnerability to include a remote file containing malicious code and execute it in the context of the web server process. The vulnerability is due to insufficient sanitization of user-supplied input to the 'lang_path' parameter of the 'SetLanguage()' function in 'class.phpmailer.php' script. An attacker can exploit this vulnerability by sending a maliciously crafted HTTP request to the vulnerable script. Successful exploitation of this vulnerability can result in arbitrary code execution in the context of the web server process.
Mitigation:
Input validation should be used to prevent the exploitation of this vulnerability. The application should validate user-supplied input and reject requests containing malicious code.