Exploitation Summary
EIP tracks 2 public exploits for CVE-2006-3144. PoCs published by learn3r hacker, CeNGiZ-HaN.
AI-analyzed exploit summary This is a writeup describing two vulnerabilities in Micro CMS: a file inclusion vulnerability requiring register globals to be enabled and an SQL injection login bypass. No actual exploit code is provided.
Description
PHP remote file inclusion vulnerability in micro_cms_files/microcms-include.php in Implied By Design (IBD) Micro CMS 3.5 (aka 0.3.5) and earlier allows remote attackers to execute arbitrary PHP code via a URL in the microcms_path parameter. NOTE: it was later reported that this can also be leveraged to include and execute arbitrary local files via .. (dot dot) sequences.
Exploits (2)
This is a writeup describing two vulnerabilities in Micro CMS: a file inclusion vulnerability requiring register globals to be enabled and an SQL injection login bypass. No actual exploit code is provided.
This exploit demonstrates a Remote File Inclusion (RFI) vulnerability in micro CMS. The vulnerability allows an attacker to include and execute arbitrary remote scripts by manipulating the 'microcms_path' parameter in the 'microcms-include.php' file.