Home

>

Tools

>

WordPress

>

Releases

>

3.8.37

WordPress Release: 3.8.37

Tag Name: 3.8.37

Release Date: 1/6/2022

WordPress LogoWordPress

World's most popular open-source content management system powering over 40% of all websites. Offers extensive plugin ecosystem, themes, and robust community support for blogs, e-commerce, and corporate websites. Highly customizable and scalable platform suitable for beginners and advanced developers.

TL;DR

WordPress 3.8.37 is a security and maintenance release that addresses several important vulnerabilities. This update improves sanitization in the WP_Tax_Query class, removes unnecessary usage of unserialize() during installation, and fixes encoding issues with ASCII characters in post slugs. These changes enhance WordPress's security posture and fix potential issues that could affect site functionality.

Highlight of the Release

    • Enhanced security through improved sanitization in the WordPress taxonomy query system
    • Removed unnecessary use of unserialize() during WordPress installation and upgrades
    • Fixed encoding of ASCII characters in post slugs for better URL handling

Migration Guide

No specific migration steps are required for this update. This is a maintenance and security release that should be applied as a standard update to your WordPress installation.

To update WordPress:

  1. Back up your website files and database before updating
  2. Update through the WordPress admin dashboard (recommended)
  3. Alternatively, download the update from wordpress.org and perform a manual update

After updating, test your website functionality to ensure everything works as expected.

Upgrade Recommendations

This release contains important security fixes, so it is strongly recommended that all WordPress 3.8 users update to version 3.8.37 as soon as possible.

While WordPress 3.8 is an older branch and no longer receives regular updates, these security patches have been backported to protect sites still running this version. However, for optimal security and features, users should consider upgrading to the latest major WordPress release.

Bug Fixes

  • Post Slug Encoding: Fixed an issue with ASCII character encoding in post slugs, ensuring proper URL formatting for posts with special characters.
  • Installation Process: Addressed potential issues during WordPress installation and upgrade processes by removing unnecessary usage of the unserialize() function, which could lead to unexpected behavior.

New Features

No new features were introduced in this release. WordPress 3.8.37 focuses on security improvements and bug fixes to the existing codebase.

Security Updates

  • Taxonomy Query Sanitization: Improved input sanitization within the WP_Tax_Query class to prevent potential security vulnerabilities. This enhancement helps protect against malicious inputs that could be used to exploit the taxonomy query system.
  • Reduced Serialization Risk: Removed unnecessary usage of unserialize() during installation and upgrade processes, reducing the risk of object injection attacks.

Performance Improvements

No specific performance improvements were highlighted in this release. The changes were primarily focused on security enhancements and bug fixes.

Impact Summary

WordPress 3.8.37 addresses several security vulnerabilities that could potentially be exploited by malicious actors. The improved sanitization in WP_Tax_Query helps prevent potential injection attacks through taxonomy queries. Removing unnecessary usage of unserialize() during installation reduces the risk of object injection vulnerabilities. The fix for ASCII character encoding in post slugs ensures proper URL formatting and prevents potential issues with content accessibility.

These changes primarily impact the security posture of WordPress installations without introducing any breaking changes to existing functionality. The update is particularly important for sites that are still running WordPress 3.8, as it provides critical security patches to this older branch.

Statistics:

File Changed8
Line Additions42
Line Deletions12
Line Changes54
Total Commits3

User Affected:

  • Improved security against potential vulnerabilities in taxonomy queries
  • Reduced risk during WordPress installation and upgrade processes
  • Should update their WordPress installations as soon as possible

Contributors:

desrosj