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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: Sun, 16 May 2010 01:28:49 -0600
From: mike@...ewat.ch
To: bugtraq@...urityfocus.com
Subject: phpvidz Administrative Password Disclosure

Original Advisory:http://blog.sitewat.ch/2010/05/phpvidz-administrative-password.html

Affecting: phpvidz 0.9.5
Vulnerability: Administrative Password Disclosure 
Vendor's Homepage: http://sourceforge.net/projects/phpvidz/
Date: May 15th 2010
Researcher: Michael Brooks


phpvidz does not use a SQL database.  Instead it uses a system of flat files to maintain application state.  The administrative password is stored within the following file and is included during runtime.  Because this file has a .inc extension it is viewable by the attacker. 

To exploit this issue visit this url:
http://localhost/phpvidz_0.9.5/includes/init.inc
By default the password is the following constant:
define ('ADMINPASSWORD'            , '0000'                );
This password can be used to login here (A username is not required):
http://localhost/phpvidz_0.9.5/admin.php

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ