Exploitation Summary
EIP tracks 1 public exploit for CVE-2008-0678. PoCs published by Khashayar Fereidani.
AI-analyzed exploit summary This Perl script exploits a SQL injection vulnerability in BlogPHP v2 by injecting a crafted query to extract user credentials (username and password) from the database. It uses LWP to send an HTTP request with the malicious payload and parses the response to display the extracted credentials.
Description
SQL injection vulnerability in index.php in BlogPHP 2.0 allows remote attackers to execute arbitrary SQL commands via the id parameter in a page action.
Exploits (1)
This Perl script exploits a SQL injection vulnerability in BlogPHP v2 by injecting a crafted query to extract user credentials (username and password) from the database. It uses LWP to send an HTTP request with the malicious payload and parses the response to display the extracted credentials.