CVE-2006-6661
php-update < 2.7 - Remote Code Execution via Variable Overwrite in blog.php
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2006-6661. PoCs published by rgod.
AI-analyzed exploit summary This exploit leverages an `extract()` vulnerability in PHPUpdate <= 2.7 to bypass authentication and inject a PHP shell via a maliciously crafted POST request. It then executes arbitrary commands by retrieving the injected shell via a GET request with the `CLIENT-IP` header.
Description
Variable overwrite vulnerability in blog.php in PHP-Update 2.7 and earlier allows remote attackers to overwrite arbitrary program variables and execute arbitrary PHP code via multiple vectors that use the extract function, as demonstrated by the (1) f, (2) newmessage, (3) newusername, (4) adminuser, and (5) permission parameters.
Exploits (1)
This exploit leverages an `extract()` vulnerability in PHPUpdate <= 2.7 to bypass authentication and inject a PHP shell via a maliciously crafted POST request. It then executes arbitrary commands by retrieving the injected shell via a GET request with the `CLIENT-IP` header.