svn commit: r511313 - head/security/vuxml

Jochen Neumeister joneum at FreeBSD.org
Fri Sep 6 12:46:11 UTC 2019


Author: joneum
Date: Fri Sep  6 12:46:10 2019
New Revision: 511313
URL: https://svnweb.freebsd.org/changeset/ports/511313

Log:
  Add entry for wordpress
  
  Sponsored by:	Netzkommune GmbH

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Sep  6 12:42:02 2019	(r511312)
+++ head/security/vuxml/vuln.xml	Fri Sep  6 12:46:10 2019	(r511313)
@@ -58,6 +58,53 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="8a9f86de-d080-11e9-9051-4c72b94353b5">
+    <topic>wordpress -- multiple issues</topic>
+    <affects>
+      <package>
+	<name>wordpress</name>
+	<name>fr-wordpress</name>
+	<range><lt>5.2.3,1</lt></range>
+      </package>
+      <package>
+	<name>de-wordpress</name>
+	<name>zh_CN-wordpress</name>
+	<name>zh_TW-wordpress</name>
+	<name>ja-wordpress</name>
+	<name>ru-wordpress</name>
+	<range><lt>5.2.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>wordpress developersreports:</p>
+	<blockquote cite="https://wordpress.org/news/2019/09/wordpress-5-2-3-security-and-maintenance-release/">
+	  <p>Props to Simon Scannell of RIPS Technologies for finding and disclosing two issues.
+	    The first, a cross-site scripting (XSS) vulnerability found in post previews by contributors.
+	    The second was a cross-site scripting vulnerability in stored comments.</p>
+	  <p>Props to Tim Coen for disclosing an issue where validation and sanitization
+	     of a URL could lead to an open redirect.</p>
+	  <p>Props to Anshul Jain for disclosing reflected cross-site scripting during media uploads.</p>
+	  <p>Props to Zhouyuan Yang of Fortinets FortiGuard Labs who disclosed a vulnerability
+	     for cross-site scripting (XSS) in shortcode previews.</p>
+	  <p>Props to Ian Dunn of the Core Security Team for finding and disclosing a case where
+	     reflected cross-site scripting could be found in the dashboard.</p>
+	  <p>Props to Soroush Dalilifrom NCC Group for disclosing an issue with URL
+	     sanitization that can lead to cross-site scripting (XSS) attacks.</p>
+	  <p>In addition to the above changes, we are also updating jQuery on older versions of WordPress.
+	      This change was added in 5.2.1 and is now being brought to older versions.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://wordpress.org/news/2019/09/wordpress-5-2-3-security-and-maintenance-release/</url>
+    </references>
+    <dates>
+      <discovery>2019-09-05</discovery>
+      <entry>2019-09-06</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="61db9b88-d091-11e9-8d41-97657151f8c2">
     <topic>Exim -- RCE with root privileges in TLS SNI handler</topic>
     <affects>


More information about the svn-ports-head mailing list