vendor:
JAF CMS
by:
High-Tech Bridge SA - Ethical Hacking & Penetration Testing
7,5
CVSS
HIGH
Shell create & command execution & Remote File Inclusion
94
CWE
Product Name: JAF CMS
Affected Version From: 4.0 RC2
Affected Version To: 4.0 RC2
Patch Exists: NO
Related CWE: N/A
CPE: a:jaf_cms:jaf_cms
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
2010
Shell create & command execution & Remote File Inclusion in JAF CMS
The vulnerability exists due to failure in the "/module/log/vislog.php" & "/module/forum/main.php" & "/module/forum/forum.php" scripts to properly sanitize user-supplied input, it's possible to create/read any file and include any remote file if register_globals = On.
Mitigation:
Disable register_globals in php.ini, and ensure that user input is properly sanitized.