Exploitation Summary
EIP tracks 1 public exploit for CVE-2009-3703. PoCs published by Juan Galiana Lara.
AI-analyzed exploit summary The exploit demonstrates SQL injection and blind SQL injection vulnerabilities in WP-Forum <= 2.3, allowing unauthenticated attackers to extract sensitive data (e.g., admin credentials) or delete database records via unsanitized parameters like 'search_max', 'forum', and 'id'.
Description
Multiple SQL injection vulnerabilities in the WP-Forum plugin before 2.4 for WordPress allow remote attackers to execute arbitrary SQL commands via (1) the search_max parameter in a search action to the default URI, related to wpf.class.php; (2) the forum parameter to an unspecified component, related to wpf.class.php; (3) the topic parameter in a viewforum action to the default URI, related to the remove_topic function in wpf.class.php; or the id parameter in a (4) editpost or (5) viewtopic action to the default URI, related to wpf-post.php.
Exploits (1)
The exploit demonstrates SQL injection and blind SQL injection vulnerabilities in WP-Forum <= 2.3, allowing unauthenticated attackers to extract sensitive data (e.g., admin credentials) or delete database records via unsanitized parameters like 'search_max', 'forum', and 'id'.