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: 24 Mar 2007 21:15:22 -0000
From: neothermic@...bb.com
To: bugtraq@...urityfocus.com
Subject: Re: Remote File Include In phpBB-2.0.19

The latest version of phpBB is 2.0.22. Anyone using any version less than that is urged to upgrade.

As for the posted exploit, it is invalid. usercp_register.php has always had the following code in it:
if ( !defined('IN_PHPBB') )
{
	die("Hacking attempt");
	exit;
}

It has been there since phpBB 2.0.0; it makes your report invalid because you are unable to set the defined variable in order to bypass this check.

We urge people reporting issues to use our security tracker, http://www.phpbb.com/security/, or e-mail security@...bb.com with any issues they find.

NeoThermic
phpBB Support Team, Audit Team and Incident Investigation Team Leader.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ