svn commit: r414902 - head/security/vuxml

Jason Unovitch junovitch at FreeBSD.org
Tue May 10 01:49:26 UTC 2016


Author: junovitch
Date: Tue May 10 01:49:25 2016
New Revision: 414902
URL: https://svnweb.freebsd.org/changeset/ports/414902

Log:
  Document Wordpress vulnerabilities fixed in 4.5.2
  
  PR:		209409
  PR:		209378 [1]
  Reported by:	Mihail Timofeev <9267096 at gmail.com> [1]
  Security:	CVE-2016-4566
  Security:	CVE-2016-4567
  Security:	https://vuxml.FreeBSD.org/freebsd/3686917b-164d-11e6-94fa-002590263bf5.html

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue May 10 01:30:03 2016	(r414901)
+++ head/security/vuxml/vuln.xml	Tue May 10 01:49:25 2016	(r414902)
@@ -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>


More information about the svn-ports-head mailing list