svn commit: r392744 - head/security/vuxml

Mark Felder feld at FreeBSD.org
Thu Jul 23 18:24:13 UTC 2015


Author: feld
Date: Thu Jul 23 18:24:12 2015
New Revision: 392744
URL: https://svnweb.freebsd.org/changeset/ports/392744

Log:
  Document wordpress XSS
  
  Changes:	https://codex.wordpress.org/Version_4.2.3

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Jul 23 17:56:27 2015	(r392743)
+++ head/security/vuxml/vuln.xml	Thu Jul 23 18:24:12 2015	(r392744)
@@ -58,6 +58,40 @@ Notes:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="c80b27a2-3165-11e5-8a1d-14dae9d210b8">
+    <topic>wordpress -- XSS vulnerability</topic>
+    <affects>
+      <package>
+	<name>wordpress</name>
+	<name>de-wordpress</name>
+	<name>ja-wordpress</name>
+	<name>ru-wordpress</name>
+	<name>zh-wordpress-zh_CH</name>
+	<name>zh-wordpress-zh_TW</name>
+	<range><lt>4.2.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Gary Pendergast reports:</p>
+	<blockquote cite="https://wordpress.org/news/2015/07/wordpress-4-2-3/">
+	  <p>WordPress versions 4.2.2 and earlier are affected by a
+	    cross-site scripting vulnerability, which could allow users with the
+	    Contributor or Author role to compromise a site. This was reported by
+	    Jon Cave and fixed by Robert Chapin, both of the WordPress security
+	    team.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://wordpress.org/news/2015/07/wordpress-4-2-3/</url>
+    </references>
+    <dates>
+      <discovery>2015-07-23</discovery>
+      <entry>2015-07-23</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="4caf01e2-30e6-11e5-a4a5-002590263bf5">
     <topic>libidn -- out-of-bounds read issue with invalid UTF-8 input</topic>
     <affects>


More information about the svn-ports-all mailing list