vendor:
PEAR
by:
eidelweiss
7,5
CVSS
HIGH
Remote File Inclusion Vulnerability
98
CWE
Product Name: PEAR
Affected Version From: v.1.9.0
Affected Version To: v.1.9.0
Patch Exists: NO
Related CWE: N/A
CPE: a:pearproject:pear:1.9.0
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
2010
PEAR v.1.9.0 Multiple Remote File Inclusion Vulnerability
An attacker can exploit this vulnerability by sending a crafted URL to the vulnerable application. The crafted URL contains the malicious payload in the include_path or _PEAR_PHPDIR parameter which will be processed by the vulnerable application. This can result in arbitrary remote code execution on the vulnerable system.
Mitigation:
The application should validate the input parameters and filter out any malicious input. The application should also restrict the access to the vulnerable page.