vendor:
3editor CMS
by:
Dr Max Virus
7,5
CVSS
HIGH
Local File Include
98
CWE
Product Name: 3editor CMS
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
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
2006
3editor CMS (index.php) Local File Include Exploit
In file index.php, the variable of page is not sanitized, allowing an attacker to exploit the vulnerability when register_globals is set to on. The POC example is http://[target]/[path]/index.php?page=../../../../../etc/passwd.
Mitigation:
Sanitize user input and ensure that register_globals is set to off.