diff options
author | junovitch <junovitch@FreeBSD.org> | 2016-05-10 09:49:25 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2016-05-10 09:49:25 +0800 |
commit | 2e29517b51e7152a7c820f267b46b64ee0f21696 (patch) | |
tree | c93c245795600d6e6fd690da864381f2ccd202cf /security | |
parent | 8402f4ad2108d31e14fa72c17d59478a87e1ab8c (diff) | |
download | freebsd-ports-gnome-2e29517b51e7152a7c820f267b46b64ee0f21696.tar.gz freebsd-ports-gnome-2e29517b51e7152a7c820f267b46b64ee0f21696.tar.zst freebsd-ports-gnome-2e29517b51e7152a7c820f267b46b64ee0f21696.zip |
Document Wordpress vulnerabilities fixed in 4.5.2
PR: 209409
PR: 209378 [1]
Reported by: Mihail Timofeev <9267096@gmail.com> [1]
Security: CVE-2016-4566
Security: CVE-2016-4567
Security: https://vuxml.FreeBSD.org/freebsd/3686917b-164d-11e6-94fa-002590263bf5.html
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index bd0f1c48310c..7726693b4070 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,51 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="3686917b-164d-11e6-94fa-002590263bf5"> + <topic>wordpress -- multiple vulnerabilities</topic> + <affects> + <package> + <name>wordpress</name> + <range><lt>4.5.2,1</lt></range> + </package> + <package> + <name>de-wordpress</name> + <name>ja-wordpress</name> + <name>ru-wordpress</name> + <name>zh-wordpress-zh_CN</name> + <name>zh-wordpress-zh_TW</name> + <range><lt>4.5.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Helen Hou-Sandi reports:</p> + <blockquote cite="https://wordpress.org/news/2016/05/wordpress-4-5-2/"> + <p>WordPress 4.5.2 is now available. This is a security release for + all previous versions and we strongly encourage you to update your + sites immediately.</p> + <p>WordPress versions 4.5.1 and earlier are affected by a SOME + vulnerability through Plupload, the third-party library WordPress + uses for uploading files. WordPress versions 4.2 through 4.5.1 are + vulnerable to reflected XSS using specially crafted URIs through + MediaElement.js, the third-party library used for media players. + MediaElement.js and Plupload have also released updates fixing + these issues.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2016-4566</cvename> + <cvename>CVE-2016-4567</cvename> + <url>https://wordpress.org/news/2016/05/wordpress-4-5-2/</url> + <url>http://www.openwall.com/lists/oss-security/2016/05/07/7</url> + </references> + <dates> + <discovery>2016-05-06</discovery> + <entry>2016-05-10</entry> + </dates> + </vuln> + <vuln vid="2b4c8e1f-1609-11e6-b55e-b499baebfeaf"> <topic>libarchive -- RCE vulnerability</topic> <affects> |