Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/wordpress Security and maintenance update to Wordp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3af7082d08d3
branches:  trunk
changeset: 434789:3af7082d08d3
user:      morr <morr%pkgsrc.org@localhost>
date:      Sun Jun 21 19:02:31 2020 +0000

description:
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:

 www/wordpress/Makefile |   4 ++--
 www/wordpress/PLIST    |   3 ++-
 www/wordpress/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (45 lines):

diff -r 4088293f0102 -r 3af7082d08d3 www/wordpress/Makefile
--- a/www/wordpress/Makefile    Sun Jun 21 18:29:14 2020 +0000
+++ b/www/wordpress/Makefile    Sun Jun 21 19:02:31 2020 +0000
@@ -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 -r 4088293f0102 -r 3af7082d08d3 www/wordpress/PLIST
--- a/www/wordpress/PLIST       Sun Jun 21 18:29:14 2020 +0000
+++ b/www/wordpress/PLIST       Sun Jun 21 19:02:31 2020 +0000
@@ -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.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 -r 4088293f0102 -r 3af7082d08d3 www/wordpress/distinfo
--- a/www/wordpress/distinfo    Sun Jun 21 18:29:14 2020 +0000
+++ b/www/wordpress/distinfo    Sun Jun 21 19:02:31 2020 +0000
@@ -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


Home | Main Index | Thread Index | Old Index