git: 7dc3c800f66c - main - security/vuxml: Add MySQL vulns

Bernard Spil brnrd at FreeBSD.org
Tue Apr 20 10:02:00 UTC 2021


The branch main has been updated by brnrd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7dc3c800f66c52ab9bef7bcabe0835f9fb8638b4

commit 7dc3c800f66c52ab9bef7bcabe0835f9fb8638b4
Author:     Bernard Spil <brnrd at FreeBSD.org>
AuthorDate: 2021-04-20 09:59:54 +0000
Commit:     Bernard Spil <brnrd at FreeBSD.org>
CommitDate: 2021-04-20 10:00:41 +0000

    security/vuxml: Add MySQL vulns
---
 security/vuxml/vuln.xml | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 006e614389c2..bfcb9661e454 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -76,6 +76,40 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="56ba4513-a1be-11eb-9072-d4c9ef517024">
+    <topic>MySQL -- Multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>mysql57-server</name>
+	<range><lt>5.7.34</lt></range>
+      </package>
+      <package>
+	<name>mysql80-server</name>
+	<range><lt>8.0.24</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Oracle reports:</p>
+	<blockquote cite="https://www.oracle.com/security-alerts/cpuapr2021.html">
+	  <p>This Critical Patch Update contains 49 new security patches for
+	    Oracle MySQL.  10 of these vulnerabilities may be remotely exploitable
+	    without authentication, i.e., may be exploited over a network without
+	    requiring user credentials.<br/>
+	    The highest CVSS v3.1 Base Score of vulnerabilities affecting Oracle
+	    MySQL is 9.8.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://www.oracle.com/security-alerts/cpuapr2021.html</url>
+    </references>
+    <dates>
+      <discovery>2021-04-20</discovery>
+      <entry>2021-04-20</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="e87c2647-a188-11eb-8806-1c1b0d9ea7e6">
     <topic>All versions of Apache OpenOffice through 4.1.9 can open non-http(s) hyperlinks. If the link is specifically crafted this could lead to untrusted code execution.</topic>
     <affects>


More information about the dev-commits-ports-main mailing list