CVE-2008-5955
PHPSTREET Webboard 1.0 - SQL Injection via show.php id Parameter
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2008-5955. PoCs published by CWH Underground.
AI-analyzed exploit summary The exploit demonstrates a SQL injection vulnerability in Wbstreet v1.0 via the 'id' parameter in show.php. It includes a crafted URL to extract user credentials from the MySQL database.
Description
SQL injection vulnerability in show.php in Wbstreet (aka PHPSTREET Webboard) 1.0 allows remote attackers to execute arbitrary SQL commands via the id parameter.
Exploits (2)
The exploit demonstrates a SQL injection vulnerability in Wbstreet v1.0 via the 'id' parameter in show.php. It includes a crafted URL to extract user credentials from the MySQL database.
This exploit demonstrates an SQL injection vulnerability in PHPSTREET Webboard by injecting a UNION-based SQL query to extract user credentials from the MySQL user table. The payload bypasses sanitization by using comment-based obfuscation.