vendor:
phpWebThings
by:
nuffsaid
7,5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: phpWebThings
Affected Version From: 1.5.2
Affected Version To: 1.5.2
Patch Exists: YES
Related CWE: N/A
CPE: a:phpwebthings:phpwebthings:1.5.2
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
2006
phpWebThings 1.5.2 (editor.php) Remote File Include Vulnerability
phpWebThings 1.5.2 core/editor.php does not initialize the $editor_insert_bottom variable before using it to include files, assuming register_globals = on, we can initialize the variable in a query string and include a remote file of our choice.
Mitigation:
Ensure that the $editor_insert_bottom variable is properly initialized before use.