<?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>Marketgrid Consulting Blog &#187; phpBB</title>
	<atom:link href="http://www.marketgrid.com/blog/tag/phpbb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marketgrid.com/blog</link>
	<description>MySQL, website development and performance news</description>
	<lastBuildDate>Wed, 01 Sep 2010 11:00:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>phpBB 3.0.7-PL1</title>
		<link>http://www.marketgrid.com/blog/2010/03/phpbb-3-0-7-pl1/</link>
		<comments>http://www.marketgrid.com/blog/2010/03/phpbb-3-0-7-pl1/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 08:33:57 +0000</pubDate>
		<dc:creator>Phil Smith</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Zend/PHP]]></category>
		<category><![CDATA[phpBB]]></category>

		<guid isPermaLink="false">http://www.marketgrid.com/blog/?p=151</guid>
		<description><![CDATA[phpBB 3.0.7-PL1 has been released to address a security issue which was introduced in 3.0.7, unfortunately the issue wasn&#8217;t noticed during testing and has only surfaced a week after the release of 3.0.7. Working feeds were promised for phpBB 3.0.7, however a critical bug in the permission handling for feeds slipped past. To all people [...]]]></description>
			<content:encoded><![CDATA[<p>phpBB 3.0.7-PL1 has been released to address a security issue which was introduced in 3.0.7, unfortunately</p>
<p>the issue wasn&#8217;t noticed during testing and has only surfaced a week after the release of 3.0.7.</p>
<p>Working feeds were promised for phpBB 3.0.7, however a critical bug in the permission handling for feeds slipped past. To all people who already have updated to 3.0.7, it is of critical importance to update to 3.0.7-PL1. Otherwise, it is possible for users to bypass permission settings under the following circumstances:</p>
<p>- Feeds are enabled</p>
<p>- Any of the posts or topics feeds are enabled</p>
<p>- The unauthorised user &#8211; or one of the groups they are a member of &#8211; has forum permissions set on a private forum</p>
<p>- If you have excluded a forum from the list of forums that provide feeds, it is unaffected</p>
<p>The fix for the issue is a single line change inside of feed.php, line 525 has changed from:</p>
<pre>$forum_ids = array_keys($auth-&gt;acl_getf('f_read'));</pre>
<pre></pre>
<p>to:</p>
<pre>$forum_ids = array_keys($auth-&gt;acl_getf('f_read', true));</pre>
<p>There were no other changes, in particular neither style nor language changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marketgrid.com/blog/2010/03/phpbb-3-0-7-pl1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
