Exploitation Summary
EIP tracks 2 public exploits for CVE-2007-4919. PoCs published by s4mi.
AI-analyzed exploit summary This Perl script exploits a SQL injection vulnerability in JBlog 1.0 by injecting a UNION-based payload into the 'id' parameter, extracting admin credentials from the 'auteur' table. It sends a crafted HTTP GET request to retrieve and display the username and password hash.
Description
Multiple SQL injection vulnerabilities in JBlog 1.0 allow (1) remote attackers to execute arbitrary SQL commands via the id parameter to index.php, and allow (2) remote authenticated administrators to execute arbitrary SQL commands via the id parameter to admin/modifpost.php.
Exploits (2)
This Perl script exploits a SQL injection vulnerability in JBlog 1.0 by injecting a UNION-based payload into the 'id' parameter, extracting admin credentials from the 'auteur' table. It sends a crafted HTTP GET request to retrieve and display the username and password hash.
This exploit demonstrates multiple vulnerabilities in JBlog 1.0, including XSS, cookie manipulation, and privilege escalation. It allows an attacker to create an admin account, manipulate cookies, and execute arbitrary JavaScript.