CVE-2006-3323
MF Piadas 1.0 - Remote File Inclusion via Admin Page Parameter
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2006-3323. PoCs published by botan.
AI-analyzed exploit summary The provided text describes a remote file inclusion vulnerability in MF Piadas, where unsanitized user input in the 'page' parameter of admin.php allows arbitrary file inclusion. This can lead to remote code execution in the context of the webserver process.
Description
PHP remote file inclusion vulnerability in admin/admin.php in MF Piadas 1.0 allows remote attackers to execute arbitrary PHP code via the page parameter. NOTE: the same vector can be used for cross-site scripting, but CVE analysis suggests that this is resultant from file inclusion of HTML or script.
Exploits (2)
The provided text describes a remote file inclusion vulnerability in MF Piadas, where unsanitized user input in the 'page' parameter of admin.php allows arbitrary file inclusion. This can lead to remote code execution in the context of the webserver process.
The provided text describes a cross-site scripting (XSS) vulnerability in MF Piadas, where user-supplied input is not properly sanitized. The vulnerability allows arbitrary script execution in the context of the affected site via a crafted URL.