MyBB Community Forums

Full Version: MyBB 1.4.3 Released - Security Update
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB 1.4.3 is a security update to the MyBB 1.4 series. It fixes 2 medium risk and 2 low risk security vulnerabilities. We recommend everybody upgrades to this release immediately or patch their boards with the manual patching instructions below.

These vulnerabilities affect MyBB 1.4.2. Older versions of MyBB may also be affected. Please see the post below for upgrade instructions for 1.2.14.

MyBB 1.4.2 to MyBB 1.4.3 Patch
This patch is only for users running MyBB 1.4.2. If you are running an older version of MyBB then please download MyBB 1.4.3 from the MyBB site and update to it.

Please download the attached ZIP archive and replace the files in your forum directory with those from the ZIP archive.

[attachment=11689]

If you wish to manually patch your board please download "mybb_1402_patches.txt" and follow the instructions in that file.

[attachment=11688]

Reporting MyBB security vulnerabilities
If you think you've found a vulnerability in MyBB, we advise you not to publicly post it on these forums or publicly release information about it elsewhere until we've had time to prepare and release a patch.

As always, you can send through security related messages on the MyBB website from the Contact Us page.

Note: The changed file package also contains the bug fix to #37824.
MyBB 1.2.14 Patch
This patch is only for users running MyBB 1.2.14 or any previous release of the MyBB 1.2 series.

Please download "mybb_1214_patches.txt" attached to this post and follow the manual patching instructions.

Please note all users of the 1.2.x series are urged to upgrade to the latest release of MyBB. (1.4.3)

[attachment=11531]
Hi,

Unfortunately do to an unforeseen oversight, a change needs to be made to a security fix to those of you who applied the patch before this post (October 29th, 2008).

ONLY If you applied or downloaded the MyBB 1.4.3 Package before October 29th, 2008.

Quote:In inc/functions.php find:
echo "alert('".str_replace("'", "\'", $message)."');\n";

and replace with

echo 'alert("'.addslashes($message).'");';

ALSO FIND:
echo "window.location = '".str_replace("'", "\'", $url)."';\n";

and replace with

echo 'window.location = "'.addslashes($url).'";'."\n";

As of the time of this post the changed file package, manual file changes, and the MyBB download have been updated. We apologize for any inconvenience this may have caused you.

MyBB Group