diff options
author | morr <morr@pkgsrc.org> | 2020-06-21 19:02:31 +0000 |
---|---|---|
committer | morr <morr@pkgsrc.org> | 2020-06-21 19:02:31 +0000 |
commit | a6ee7610c698955c273e2f80ef0182c9a2e24f2c (patch) | |
tree | d9362706dd88e359ea44c095f90f4e2525e20144 /www/wordpress | |
parent | bc0b4d99b5abb7fafb06ab5549f2072a33898aad (diff) | |
download | pkgsrc-a6ee7610c698955c273e2f80ef0182c9a2e24f2c.tar.gz |
Security and maintenance update to Wordpress 5.4.2.
Changes:
WordPress versions 5.4 and earlier are affected by the following bugs, which are fixed in version 5.4.2. If you haven’t yet updated to 5.4, there are also updated versions of 5.3 and earlier that fix the security issues.
- Props to Sam Thomas (jazzy2fives) for finding an XSS issue where authenticated users with low privileges are able to add JavaScript to posts in the block editor.
- Props to Luigi – (gubello.me) for discovering an XSS issue where authenticated users with upload permissions are able to add JavaScript to media files.
- Props to Ben Bidner of the WordPress Security Team for finding an open redirect issue in wp_validate_redirect().
- Props to Nrimo Ing Pandum for finding an authenticated XSS issue via theme uploads.
- Props to Simon Scannell of RIPS Technologies for finding an issue where set-screen-option can be misused by plugins leading to privilege escalation.
- Props to Carolina Nymark for discovering an issue where comments from password-protected posts and pages could be displayed under certain conditions.
Thank you to all of the reporters for privately disclosing the vulnerabilities. This gave the security team time to fix the vulnerabilities before WordPress sites could be attacked.
More details on https://wordpress.org/news/2020/06/wordpress-5-4-2-security-and-maintenance-release/
Diffstat (limited to 'www/wordpress')
-rw-r--r-- | www/wordpress/Makefile | 4 | ||||
-rw-r--r-- | www/wordpress/PLIST | 3 | ||||
-rw-r--r-- | www/wordpress/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index 407eef0f70a..8727147e74b 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.92 2020/05/03 12:00:03 morr Exp $ +# $NetBSD: Makefile,v 1.93 2020/06/21 19:02:31 morr Exp $ DISTNAME= wordpress-${VERSION} -VERSION= 5.4.1 +VERSION= 5.4.2 CATEGORIES= www MASTER_SITES= https://wordpress.org/ diff --git a/www/wordpress/PLIST b/www/wordpress/PLIST index 3453940a6be..bdd22b8b698 100644 --- a/www/wordpress/PLIST +++ b/www/wordpress/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.43 2020/05/03 12:00:03 morr Exp $ +@comment $NetBSD: PLIST,v 1.44 2020/06/21 19:02:31 morr Exp $ share/doc/wordpress/license.txt share/doc/wordpress/readme.html share/examples/wordpress/wordpress.conf @@ -1257,6 +1257,7 @@ share/wordpress/wp-includes/images/toggle-arrow-2x.png share/wordpress/wp-includes/images/toggle-arrow.png share/wordpress/wp-includes/images/uploader-icons-2x.png share/wordpress/wp-includes/images/uploader-icons.png +share/wordpress/wp-includes/images/w-logo-blue-white-bg.png share/wordpress/wp-includes/images/w-logo-blue.png share/wordpress/wp-includes/images/wlw/wp-comments.png share/wordpress/wp-includes/images/wlw/wp-icon.png diff --git a/www/wordpress/distinfo b/www/wordpress/distinfo index 59c57a04f7e..a4600db2e0e 100644 --- a/www/wordpress/distinfo +++ b/www/wordpress/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.74 2020/05/03 12:00:03 morr Exp $ +$NetBSD: distinfo,v 1.75 2020/06/21 19:02:31 morr Exp $ -SHA1 (wordpress-5.4.1.tar.gz) = 9800c231828eb5cd76ba0b8aa6c1a74dfca2daff -RMD160 (wordpress-5.4.1.tar.gz) = a9708256c6cbd6aab489b335ab70deb85e9d69c7 -SHA512 (wordpress-5.4.1.tar.gz) = 5ed4f3bd593febdf2aec4c582c2ed850d3bf52122273b4306c1fba87939a675228df84092a709052f13e0096b2545cd6f078ab89b232ee4b4dce467d834de0cd -Size (wordpress-5.4.1.tar.gz) = 12234700 bytes +SHA1 (wordpress-5.4.2.tar.gz) = e5631f812232fbd45d3431783d3db2e0d5670d2d +RMD160 (wordpress-5.4.2.tar.gz) = 10be9101207164e0266db1476da0c7e22fd59de8 +SHA512 (wordpress-5.4.2.tar.gz) = d1f4366f6e8ec591ce91ed76ea6949feeaf112881c3d742860c79955283b31c1712a04394eda8308d6d5756ff6d20ef4cf2e18559a59469ef195cf2cb437c219 +Size (wordpress-5.4.2.tar.gz) = 12238031 bytes |