vendor:
PHPIDS
by:
eidelweiss
7,5
CVSS
HIGH
Remote File Inclusion Vulnerability
98
CWE
Product Name: PHPIDS
Affected Version From: 0.4
Affected Version To: 0.4
Patch Exists: NO
Related CWE: N/A
CPE: a:phpids:phpids:0.4
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
PHPIDS 0.4 – Remote File Inclusion Vulnerability
The vulnerability exists in the 'require_once' statement of the 'IDS/Init.php' file, which allows an attacker to include a remote file by manipulating the 'path' parameter in the URL.
Mitigation:
The application should validate the input and filter out any malicious input. The application should also use a whitelist of accepted values for the input.