vendor:
phpProfiles
by:
nuffsaid
7,5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: phpProfiles
Affected Version From: phpProfiles <= 3.1.2b
Affected Version To: phpProfiles <= 3.1.2b
Patch Exists: NO
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
N/A
phpProfiles <= 3.1.2b Multiple Remote File Include Vulnerabilities
phpProfiles has several scripts which do not initialize variables before using them to include files, assuming register_globals = on, we can initialize any one of the variables in a query string and include a remote file of our choice.
Mitigation:
Ensure that all variables are initialized before using them to include files.