svn commit: r457029 - head/security/vuxml

Bernard Spil brnrd at FreeBSD.org
Sat Dec 23 09:16:33 UTC 2017


Author: brnrd
Date: Sat Dec 23 09:16:31 2017
New Revision: 457029
URL: https://svnweb.freebsd.org/changeset/ports/457029

Log:
  security/vuxml: Document new MariaDB vuln
  
   - This is likely to also affect MySQL and other versions
     see https://security-tracker.debian.org/tracker/CVE-2017-15365

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sat Dec 23 09:00:41 2017	(r457028)
+++ head/security/vuxml/vuln.xml	Sat Dec 23 09:16:31 2017	(r457029)
@@ -58,6 +58,37 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="b7d89082-e7c0-11e7-ac58-b499baebfeaf">
+    <topic>MariaDB -- unspecified vulnerability</topic>
+    <affects>
+      <package>
+	<name>mariadb101-client</name>
+	<range><lt>10.1.30</lt></range>
+      </package>
+      <package>
+	<name>mariadb102-client</name>
+	<range><lt>10.2.10</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The MariaDB project reports:</p>
+	<blockquote cite="https://mariadb.com/kb/en/library/mariadb-10130-release-notes/">
+	  <p>Fixes for the following security vulnerabilities:
+	    CVE-2017-15365</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://mariadb.com/kb/en/library/mariadb-10130-release-notes/</url>
+      <cvename>CVE-2017-15365</cvename>
+    </references>
+    <dates>
+      <discovery>2017-12-23</discovery>
+      <entry>2017-12-23</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="72fff788-e561-11e7-8097-0800271d4b9c">
     <topic>rsync -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list