CVE-2009-2852
WP-Syntax < 0.9.1 - Remote Code Execution via test_filter[wp_head] Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2009-2852. PoCs published by Raz0r.
AI-analyzed exploit summary This exploit leverages a vulnerability in WP-Syntax plugin (<= 0.9.1) where uninitialized global variables and improper input handling allow remote command execution via function chaining in the `apply_filters` mechanism. The attack abuses `session_id` and `system` functions to execute arbitrary commands.
Description
WP-Syntax plugin 0.9.1 and earlier for Wordpress, with register_globals enabled, allows remote attackers to execute arbitrary PHP code via the test_filter[wp_head] array parameter to test/index.php, which is used in a call to the call_user_func_array function.
Exploits (1)
This exploit leverages a vulnerability in WP-Syntax plugin (<= 0.9.1) where uninitialized global variables and improper input handling allow remote command execution via function chaining in the `apply_filters` mechanism. The attack abuses `session_id` and `system` functions to execute arbitrary commands.