Page 1 of 1

phpBB 3.0.7 released

Posted: Thu Mar 04, 2010 8:26 am
by MELERIX

Re: phpBB 3.0.7 released

Posted: Mon Mar 08, 2010 5:07 am
by denser
current styles are compatible with new vrsion?

Re: phpBB 3.0.7 released

Posted: Mon Mar 08, 2010 10:31 am
by kocinski
phpBB 3.0.7-PL1 released: http://www.phpbb.com/community/viewtopi ... &t=2014195
naderman wrote:We are sorry to announce the immediate release of phpBB 3.0.7-PL1 to address a security issue which was introduced in 3.0.7, unfortunately the issue wasn't noticed during testing and has only surfaced a week after the release of 3.0.7.

We promised working feeds for phpBB 3.0.7. Sadly, we were not able to deliver on that promise - 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:

* Feeds are enabled
* Any of the posts or topics feeds are enabled
* The unauthorised user - or one of the groups they are a member of - have forum permissions set on a private forum
* If you have excluded a forum from the list of forums that provide feeds, it is unaffected

Note: We recommend the use of a regular update routine over manually editing your files. If you manually edit your files your board will not recognise the update.
The fix for the issue is a single line change inside of feed.php, line 525 has changed from:
[php]$forum_ids = array_keys($auth->acl_getf('f_read')); [/php]to:
[php]$forum_ids = array_keys($auth->acl_getf('f_read', true)); [/php]
About Styles, i'm using a 3.0.4 version Style without any problems.

Re: phpBB 3.0.7 released

Posted: Sun May 02, 2010 8:03 am
by MELERIX