Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy edits for WP 6.4.3 release note entry #8857

Merged
merged 3 commits into from
Feb 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions source/releasenotes/2024-01-31-wordpress-6-4-3.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: WordPress 6.4.3 Security Updates
title: WordPress 6.4.3 security updates
published_date: "2024-01-31"
categories: [wordpress, security]
categories: [wordpress, security, action-required]
---

The latest version of WordPress, [6.4.3](https://wordpress.org/news/2024/01/wordpress-6-4-3-maintenance-and-security-release/), became available on Pantheon as of January 30, 2024.

<h3>Highlights</h3>

* **Security updates:** Addressed two security vulnerabilities, including a PHP file upload bypass (limited to administrators), and a object injection mechanism that could be used to exploit an existing Remote Code Execution (RCE) vulnerability. For a detailed analysis of the two security patches, see [this article from Patchstack](https://patchstack.com/articles/wordpress-6-4-3-security-release/).
* 5 bug fixes in Core
* 16 bug fixes in the Block Editor
* **Security updates:** Addressed two security vulnerabilities, including a PHP file upload bypass (limited to administrators), and a object injection mechanism that could be used to exploit an existing Remote Code Execution (RCE) vulnerability. Since this release fixes security vulnerabilities, users are urged to upgrade their sites immediately. For a detailed analysis of the two security patches, see [this article from Patchstack](https://patchstack.com/articles/wordpress-6-4-3-security-release/).
* [5 bug fixes in Core](https://core.trac.wordpress.org/query?status=closed&component=!Bundled+Theme&id=!59828&milestone=6.4.3&group=status&col=id&col=summary&col=component&col=owner&col=type&col=priority&col=version&col=keywords&order=priority)
* [16 bug fixes in the Block Editor](https://github.com/WordPress/wordpress-develop/pull/5698#issuecomment-1909302298)

Upgrade to WordPress 6.4.3 right from your Pantheon dashboard or Terminus for added security.
Loading