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: 17 Jun 2006 16:21:46 -0000
From: nukedx@...edx.com
To: bugtraq@...urityfocus.com
Subject: Re: file include exploits in nucleus 3.23


These files are not vulnerable,
I checked the codes of them and i see that for
action.php,
include('./config.php');			// common functions
include_once($DIR_LIBS . 'ACTION.php');

media.php,
include('../config.php');
include($DIR_LIBS . 'MEDIA.php');	// media classes

server.php->
include("../../config.php");	// include Nucleus libs and code
include($DIR_LIBS . "xmlrpc.inc.php");

DIR_LIBS already defined by config.php..

also for api_metaweblog.inc.php this is not working directly through browser it just have functions and i think you see that and thought its vulnerable.
function _newMediaObject($blogid, $username, $password, $info) {
...
...
...
		// - add file to media library
		include_once($DIR_LIBS . 'MEDIA.php');	// media classes
...
...
...
}
Please post correct vulnerabilities and be a real.
Dont post reports for being famous nowadays we are having this problem in BT mailing list.
Also please dont give me credits about your exploits. (Not for you SWEET) just for who send greetz to me.
Regards,
Mustafa Can Bjorn IPEKCI


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ