Exploitation Summary
EIP tracks 1 public exploit for CVE-2008-0490. PoCs published by Houssamix.
AI-analyzed exploit summary This exploit demonstrates a SQL injection vulnerability in the WordPress WP-Cal plugin. The vulnerable code directly interpolates the 'id' parameter from the GET request into a SQL query without sanitization, allowing an attacker to extract user credentials from the database.
Description
SQL injection vulnerability in functions/editevent.php in the WP-Cal 0.3 plugin for WordPress allows remote attackers to execute arbitrary SQL commands via the id parameter.
Exploits (1)
This exploit demonstrates a SQL injection vulnerability in the WordPress WP-Cal plugin. The vulnerable code directly interpolates the 'id' parameter from the GET request into a SQL query without sanitization, allowing an attacker to extract user credentials from the database.