Exploitation Summary
EIP tracks 1 public exploit for CVE-2014-8877. PoCs published by Phi Ngoc Le.
AI-analyzed exploit summary This exploit demonstrates a code injection vulnerability in the WordPress CM Download Manager plugin (version 2.0.0 and earlier). The vulnerability allows an unauthenticated attacker to inject arbitrary PHP code via the 'CMDsearch' parameter, leading to remote code execution (RCE).
Description
The alterSearchQuery function in lib/controllers/CmdownloadController.php in the CreativeMinds CM Downloads Manager plugin before 2.0.4 for WordPress allows remote attackers to execute arbitrary PHP code via the CMDsearch parameter to cmdownloads/, which is processed by the PHP create_function function.
Exploits (1)
This exploit demonstrates a code injection vulnerability in the WordPress CM Download Manager plugin (version 2.0.0 and earlier). The vulnerability allows an unauthenticated attacker to inject arbitrary PHP code via the 'CMDsearch' parameter, leading to remote code execution (RCE).