CVE-2005-0429
vBulletin 3.0-3.0.4 - Remote Code Execution via Comma Parameter
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2005-0429. PoCs published by AL3NDALEEB.
AI-analyzed exploit summary This exploit leverages a command injection vulnerability in vBulletin 3.0.x by manipulating the GLOBALS array via a crafted URL. It executes arbitrary commands on the server by injecting them into the forumdisplay.php script under specific conditions.
Description
Direct code injection vulnerability in forumdisplay.php in vBulletin 3.0 through 3.0.4, when showforumusers is enabled, allows remote attackers to execute inject arbitrary PHP commands via the comma parameter.
Exploits (2)
This exploit leverages a command injection vulnerability in vBulletin 3.0.x by manipulating the GLOBALS array via a crafted URL. It executes arbitrary commands on the server by injecting them into the forumdisplay.php script under specific conditions.
This exploit leverages a vulnerability in vBulletin's forumdisplay.php by injecting a system command via the GLOBALS array. It requires specific conditions such as magic_quotes_gpc being off and the target being a guest user.