Exploitation Summary
EIP tracks 2 public exploits for CVE-2008-1559. PoCs published by cO2.
AI-analyzed exploit summary This Perl script exploits a blind SQL injection vulnerability in Joomla's com_alphacontent component (CVE-2008-1559). It uses time-based or boolean-based techniques to extract data from the database, specifically targeting the 'jos_users' table by default.
Description
SQL injection vulnerability in the Bernard Gilly AlphaContent (com_alphacontent) 2.5.8 component for Joomla! allows remote attackers to execute arbitrary SQL commands via the id parameter in a view action to index.php.
Exploits (2)
This Perl script exploits a blind SQL injection vulnerability in Joomla's com_alphacontent component (CVE-2008-1559). It uses time-based or boolean-based techniques to extract data from the database, specifically targeting the 'jos_users' table by default.
This exploit demonstrates a SQL injection vulnerability in the Joomla AlphaContent component (version 2.5.8). The PoC uses a crafted URL to extract user credentials (username and password) from the database via a UNION-based SQL injection.