|
MyBB 1.1.1 Released
|
|
04-14-2006, 01:29 AM
Post: #1
|
|||
|
|||
|
MyBB 1.1.1 Released
MyBB 1.1.1 is a security update to the MyBB 1.x series. It fixes several moderate-low risk cross site scripting exploits which have recently been found and published in MyBB. It also fixes a potentially larger security issue on some installations.
We recommend all users upgrade their copy of MyBB to the latest available release. Fixed vulnerabilities:
Update instructions are in the next post, including a list of changed files (and a ZIP archive of them) as well as manual patching instructions for those of you who have customized their code. MyBB Group Chris Boulton Twitter | Blog |
|||
|
04-14-2006, 01:30 AM
(This post was last modified: 04-15-2006 03:53 AM by Chris Boulton.)
Post: #2
|
|||
|
|||
|
RE: MyBB 1.1.1 Released
Updating from 1.1.0 Using Changed Files (Recommended)
Download the latest release from the MyBB web site and follow the general upgrade procedure. (Found in docs/upgrade.html) Changed Files
Chris Boulton Twitter | Blog |
|||
|
04-14-2006, 01:39 AM
Post: #3
|
|||
|
|||
|
RE: MyBB 1.1.1 Released
You may discuss this announcement here: http://community.mybboard.net/showthread.php?tid=8233
Chris Boulton Twitter | Blog |
|||
|
04-14-2006, 03:19 AM
(This post was last modified: 04-14-2006 03:19 AM by Chris Boulton.)
Post: #4
|
|||
|
|||
|
RE: MyBB 1.1.1 Released
To those of you who had applied this update before this post, please make the following changes to functions_post.php
Find: Code: if(preg_match("/^(.+)@[a-zA-Z0-9-]+\.[a-zA-Z0-9.-]+$/si", $email))Code: if(preg_match("/^([a-zA-Z0-9-_\+\.]+?)@[a-zA-Z0-9-]+\.[a-zA-Z0-9\.-]+$/si", $email))You may also use the attached functions_post.php as a replacement copy. The MyBB download and manual patch instructions as well as changed files have been updated to refelct this. Chris Boulton Twitter | Blog |
|||
|
04-15-2006, 03:59 AM
(This post was last modified: 04-15-2006 06:21 AM by Chris Boulton.)
Post: #5
|
|||
|
|||
|
RE: MyBB 1.1.1 Released
If you applied this patch before 3:20am Saturday 15 April (GMT), there have been a few small issues reported regarding this patch and functionality.
- [img] tags may no longer work correctly - [img=wxh] tags my no longer work correctly - "Allow [img] Code" setting no longer works for MyCode - Thruth tricky URL modification it is possible to change the $_SERVER variable thus making one of the patches we had in place useless. Thanks to both DCoder and once again our friend imei for making me aware of this. To fix this yourselves you can either download the patched files attached below or make the following changes yourself: global.php Find: Code: if(strpos(strtolower($_SERVER['PHP_SELF']), "global.php") !== false)Code: // This is a temporary patch put in place until 1.2 is released.Find: Code: if($allowimgcode)Code: if($allowimgcode != "no")Chris Boulton Twitter | Blog |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)
Search
Member List
Calendar
Help

