CVE-2011-4074
phpLDAPadmin 1.2.x - Cross-Site Scripting via _debug Command
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2011-4074.
AI-analyzed exploit summary This exploit leverages a PHP code injection vulnerability in phpLDAPadmin's 'query_engine' command due to improper sanitization of the 'orderby' parameter, which is passed to the 'masort' function and used in a 'create_function' call. The exploit establishes a remote shell by injecting arbitrary PHP code and executing commands via HTTP headers.
Description
Cross-site scripting (XSS) vulnerability in cmd.php in phpLDAPadmin 1.2.x before 1.2.2 allows remote attackers to inject arbitrary web script or HTML via an _debug command.
Exploits (1)
This exploit leverages a PHP code injection vulnerability in phpLDAPadmin's 'query_engine' command due to improper sanitization of the 'orderby' parameter, which is passed to the 'masort' function and used in a 'create_function' call. The exploit establishes a remote shell by injecting arbitrary PHP code and executing commands via HTTP headers.