CVE-2008-1609
jaf_cms 4.0 RC2 - Remote Code Execution via URL Parameter Injection
Title source: manualExploitation Summary
EIP tracks 3 public exploits for CVE-2008-1609. PoCs published by CraCkEr, ThE TiGeR, Kacper.
AI-analyzed exploit summary This exploit demonstrates a Remote File Include (RFI) vulnerability in JAF-CMS 4.0 RC2. It provides URLs that can be used to include arbitrary remote files by manipulating the 'website' or 'main_dir' parameters.
Description
Multiple PHP remote file inclusion vulnerabilities in just another flat file (JAF) CMS 4.0 RC2 allow remote attackers to execute arbitrary PHP code via a URL in the (1) website parameter to (a) forum.php, (b) headlines.php, and (c) main.php in forum/, and (2) main_dir parameter to forum/forum.php. NOTE: other main_dir vectors are already covered by CVE-2006-7127.
Exploits (3)
This exploit demonstrates a Remote File Include (RFI) vulnerability in JAF-CMS 4.0 RC2. It provides URLs that can be used to include arbitrary remote files by manipulating the 'website' or 'main_dir' parameters.
This exploit demonstrates a remote file inclusion vulnerability in JAF CMS 4.0 by manipulating the 'main_dir' parameter to include arbitrary remote files. The vulnerable code does not properly sanitize user input, allowing an attacker to inject malicious URLs.
This Perl script exploits a remote file inclusion vulnerability in JAF CMS <= 4.0 RC1 by injecting a remote shell path into the 'website' parameter of the forum module. It uses a GUI interface to allow the attacker to specify the target URL, shell path, and command to execute.