CVE-2006-3940
phpbb-auction - SQL Injection via ar Parameter in auction_room.php and u Parameter in auction_store.php
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2006-3940. PoCs published by l2odon.
AI-analyzed exploit summary The provided text describes a SQL injection vulnerability in PHPBB-Auction, where the 'u' parameter in auction_store.php is not properly sanitized. It lacks actual exploit code but outlines the vulnerability and potential impact.
Description
Multiple SQL injection vulnerabilities in phpbb-Auction allow remote attackers to execute arbitrary SQL commands via (1) the ar parameter in auction_room.php and (2) the u parameter in auction_store.php. NOTE: the auction_rating.php vector is already covered by CVE-2005-1234. NOTE: the original disclosure states that the product name is "PHP-Auction", but this is probably an error.
Exploits (2)
The provided text describes a SQL injection vulnerability in PHPBB-Auction, where the 'u' parameter in auction_store.php is not properly sanitized. It lacks actual exploit code but outlines the vulnerability and potential impact.
The provided text describes SQL injection vulnerabilities in PHPBB-Auction due to improper input sanitization. It outlines potential attack vectors via URL parameters but does not include executable exploit code.