<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Exploits and Security &#187; Message Boards</title>
	<atom:link href="http://www.exploitx.com/category/exploits-and-bugs/exploit-phpbb-messageboards/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.exploitx.com</link>
	<description>Technology &#38; Security Tips &#38; Guides</description>
	<lastBuildDate>Tue, 22 Dec 2009 03:28:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>UseBB Multiple Vulnerabilities</title>
		<link>http://www.exploitx.com/123/usebb-multiple-vulnerabilities/</link>
		<comments>http://www.exploitx.com/123/usebb-multiple-vulnerabilities/#comments</comments>
		<pubDate>Fri, 29 Jul 2005 18:36:00 +0000</pubDate>
		<dc:creator>Exploitx</dc:creator>
				<category><![CDATA[Message Boards]]></category>

		<guid isPermaLink="false">http://www.exploitx.com/123/usebb-multiple-vulnerabilities/</guid>
		<description><![CDATA[Advisory: UseBB Multiple Vulnerabilities
 Application: UseBB  0.5.1
    Severity: Multiple SQL injection and XSS vulnerabilities may
              result in disclosure of administrators credentials.
        Risk : High
Vendor Status: Vendor has released an updated version
 [...]]]></description>
			<content:encoded><![CDATA[<p>Advisory: UseBB Multiple Vulnerabilities</p>
<p> Application: UseBB  0.5.1<br />
    Severity: Multiple SQL injection and XSS vulnerabilities may<br />
              result in disclosure of administrators credentials.<br />
        Risk : High<br />
Vendor Status: Vendor has released an updated version<br />
  References: http://www.hardened-php.net/advisory_122005.60.html</p>
<p>Overview:</p>
<p>  UseBB, the easy to set up and easy to use PHP and MySQL based forum<br />
  package, distributed freely under the GPL license. It is being built<br />
  by a team of voluntary developers from all over the world, for use<br />
  on small to medium sized websites which need a clear and efficient<br />
  forum package.</p>
<p>  By accident we stumbled over UseBB and audited it, because we have<br />
  never seen a PHP forum system that is free of vulnerabilities.<br />
  During our work, we have discovered two 2 holes that were not yet<br />
  fixed in the CVS and may allow compromising user accounts.</p>
<p>  One of the vulnerabilities is a XSS vulnerability that is only<br />
  exploitable in Internet Explorer and the other one is a SQL<br />
  injection vulnerability that requires magic_quotes_gpc turned off<br />
  to be exploitable, which is the recommended setting.</p>
<p>Details:</p>
<p>  An audit of UseBB revealed that the code is actually one of the<br />
  better pieces of PHP webapplications, although it uses the not<br />
  recommended magic_quotes_runtime feature.. The authors always try<br />
  to initialise their variables correctly and whenever possible they<br />
  filter user input before using it.</p>
<p>  However we were able to find two glitches in their code. The first<br />
  one is in the handling of the color BBCode. The color value is not<br />
  filtered and therefore it is possible for an attacker to inject<br />
  arbitrary stylesheet information for the resulting <span> tag.<br />
  Within Internet Explorer this will allow Javascript execution<br />
  through f.e. through a call of the expression() function.</p>
<p>  The other problem is located in the way the magic_quotes_gpc=Off<br />
  emulation is implemented. When the feature is deactivated, which is<br />
  the recommended setting, _GET, _POST and _COOKIE are automatically<br />
  addslashed(). Unfortunately _REQUEST is not automatically and<br />
  therefore the search function of the forum, which is the only<br />
  place where _REQUEST is used, is not protected at all against any<br />
  kind of SQL injection, when magic_quotes_gpc is turned off.</p>
<p>  Both vulnerabilities could result in disclosure of arbitrary<br />
  user credentials.</p>
<p>Proof of Concept:</p>
<p>  The Hardened-PHP Project is not going to release an exploit<br />
  for this vulnerability to the public.</p>
<p>Disclosure Timeline:</p>
<p>  27. July 2005 &#8211; Vendor informed.<br />
  27. July 2005 &#8211; Vendor has released updated version.<br />
  28. July 2005 &#8211; Public disclosure.</p>
<p>Recommendation:</p>
<p>  We strongly recommend installing the updated version, 0.5.1a,<br />
  which is available from the vendor&#8217;s homepage, www.usebb.net.</p>
<p>GPG-Key:</p>
<p>http://www.hardened-php.net/hardened-php-signature-key.asc</p>
<p>  pub  1024D/0A864AA1 2004-04-17 Hardened-PHP Signature Key<br />
  Key fingerprint = 066F A6D0 E57E 9936 9082  7E52 4439 14CC 0A86 4AA1</p>
<p>Copyright 2005 Stefan Esser / Hardened PHP Project. All rights reserved.<br />
<!--adsense--></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exploitx.com/123/usebb-multiple-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invision PowerBoard 1.3.x &#8211; 2-x Exploit and Patch</title>
		<link>http://www.exploitx.com/98/invision-powerboard-13x-2-x-exploit-and-patch/</link>
		<comments>http://www.exploitx.com/98/invision-powerboard-13x-2-x-exploit-and-patch/#comments</comments>
		<pubDate>Mon, 18 Jul 2005 20:07:43 +0000</pubDate>
		<dc:creator>Exploitx</dc:creator>
				<category><![CDATA[Message Boards]]></category>

		<guid isPermaLink="false">http://www.exploitx.com/98/invision-powerboard-13x-2-x-exploit-and-patch/</guid>
		<description><![CDATA[Desc: Invision PowerBoard 1.3.x &#8211; 2.x Privilege escalation through SQL injection
Risk: High
Invision PowerBoard exploit
]]></description>
			<content:encoded><![CDATA[<p>Desc: Invision PowerBoard 1.3.x &#8211; 2.x Privilege escalation through SQL injection<br />
Risk: High</p>
<p><a href="http://www.exploitx.com/forum/azbb.php?1121717170">Invision PowerBoard exploit</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exploitx.com/98/invision-powerboard-13x-2-x-exploit-and-patch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpBB 2.0.16 released</title>
		<link>http://www.exploitx.com/32/phpbb-2016-released/</link>
		<comments>http://www.exploitx.com/32/phpbb-2016-released/#comments</comments>
		<pubDate>Thu, 30 Jun 2005 08:55:48 +0000</pubDate>
		<dc:creator>Exploitx</dc:creator>
				<category><![CDATA[Exploits and Bugs]]></category>
		<category><![CDATA[Message Boards]]></category>

		<guid isPermaLink="false">http://www.exploitx.com/32/phpbb-2016-released/</guid>
		<description><![CDATA[Hi everyone,
phpBB Group announces the release of phpBB 2.0.16. This release addresses
some bugfixes and one critical security issue. To fix this, please apply
the following change: In viewtopic.php
Find:
$message = str_replace('"', '"',
substr(@preg_replace('#(>(((?>([^>< ]+&#124;(?R)))*)' . $message . '< '), 1, -1)); 
Replace with:
$message = str_replace('"', '"',
substr(@preg_replace('#(>(((?>([^>< ]+&#124;(?R)))*)' . $message .
'< '), 1, -1)); 
We urge you to update [...]]]></description>
			<content:encoded><![CDATA[<p>Hi everyone,<br />
phpBB Group announces the release of phpBB 2.0.16. This release addresses<br />
some bugfixes and one critical security issue. To fix this, please apply<br />
the following change: In viewtopic.php<br />
Find:</p>
<p><code>$message = str_replace('"', '"',<br />
substr(@preg_replace('#(>(((?>([^>< ]+|(?R)))*)<))#se',<br />
"@preg_replace('#b(" . str_replace('\', '\\', $highlight_match) . ")b#i',<br />
'<span style="color:#" . $theme['fontcolor3'] . ""><b>\\1</b>',<br />
'\0')", '>' . $message . '< '), 1, -1)); </code></p>
<p>Replace with:</p>
<p></code><code>$message = str_replace('"', '"',<br />
substr(@preg_replace('#(>(((?>([^>< ]+|(?R)))*)<))#se',<br />
"@preg_replace('#b(" . str_replace('\', '\\',<br />
addslashes($highlight_match)) . ")b#i', '<span style="color:#" .<br />
$theme['fontcolor3'] . ""><b>\\1</b>', '\0')", '>' . $message .<br />
'< '), 1, -1)); </code></p>
<p>We urge you to update as soon as possible. You can of course find this<br />
download available on our downloads page<br />
(http://www.phpbb.com/downloads.php). As per usual three packages are<br />
available to simplify your update. The Full Package contains entire phpBB2<br />
source and English language package. The Changed Files Only contains only<br />
those files changed from previous versions of phpBB. Please note this<br />
archive contains changed files for each previous release. Patch Files<br />
contains patch compatible patches from the previous versions of phpBB.<br />
Select whichever package is most suitable for you.<br />
The changelog (contained within this release) is as follows:<br />
- Fixed critical issue with highlighting - Discovered and fix provided by<br />
Ron van Daal - Url descriptions able to be wrapped over more than one line<br />
again - Fixed bug with eAccelerator in admin_ug_auth.php<br />
- Check new_forum_id for existence in modcp.php - alessnet<br />
- Prevent uploading avatars with no dimensions - Xpert<br />
- Fixed bug in usercp_register.php, forcing avatar file removal without<br />
updating avatar informations within the database - HenkPoley - Fixed bug<br />
in admin re-authentication redirect for servers not having index.php as<br />
one of their default files set As always, our Code Changes Tutorial is<br />
available too for those with heavily modded boards. It can be downloaded<br />
from http://www.phpbb.com/phpBB/viewtopic.php?t=301712<br />
<!--adsense--></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exploitx.com/32/phpbb-2016-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
