| To: | bugtraq@securityfocus.com |
|---|---|
| Subject: | Re: Remote File Include In phpBB-2.0.19 |
| From: | neothermic@phpbb.com |
| Date: | 24 Mar 2007 21:15:22 -0000 |
| Delivered-to: | sp-com-lists@consult.net |
| Delivered-to: | bugtraq-list@securepoint.com |
| Delivered-to: | mailing list bugtraq@securityfocus.com |
| Delivered-to: | moderator for bugtraq@securityfocus.com |
| List-help: | <mailto:bugtraq-help@securityfocus.com> |
| List-id: | <bugtraq.list-id.securityfocus.com> |
| List-post: | <mailto:bugtraq@securityfocus.com> |
| List-subscribe: | <mailto:bugtraq-subscribe@securityfocus.com> |
| List-unsubscribe: | <mailto:bugtraq-unsubscribe@securityfocus.com> |
| Mailing-list: | contact bugtraq-help@securityfocus.com; run by ezmlm |
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@phpbb.com with any issues
they find.
NeoThermic
phpBB Support Team, Audit Team and Incident Investigation Team Leader.
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | BOGUS: Remote File Include In phpBB-2.0.19, Cornelius Riemenschneider |
|---|---|
| Next by Date: | CcCounter 2.0 cross-site scripting vulnerability, localexploit |
| Previous by Thread: | BOGUS: Remote File Include In phpBB-2.0.19, Cornelius Riemenschneider |
| Next by Thread: | CcCounter 2.0 cross-site scripting vulnerability, localexploit |
| Indexes: | [Date] [Thread] [Top] [All Lists] |