svn commit: r538349 - head/security/vuxml

Jung-uk Kim jkim at FreeBSD.org
Tue Jun 9 21:50:22 UTC 2020


Author: jkim
Date: Tue Jun  9 21:50:21 2020
New Revision: 538349
URL: https://svnweb.freebsd.org/changeset/ports/538349

Log:
  Document the latest Flash Player vulnerability.
  
  https://helpx.adobe.com/security/products/flash-player/apsb20-30.html

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Jun  9 21:40:45 2020	(r538348)
+++ head/security/vuxml/vuln.xml	Tue Jun  9 21:50:21 2020	(r538349)
@@ -58,6 +58,35 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="196b31b8-aa9a-11ea-a59a-6451062f0f7a">
+    <topic>Flash Player -- arbitrary code execution</topic>
+    <affects>
+      <package>
+	<name>linux-flashplayer</name>
+	<range><lt>32.0.0.387</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Adobe reports:</p>
+	<blockquote cite="https://helpx.adobe.com/security/products/flash-player/apsb20-30.html">
+	  <ul>
+	    <li>This update resolves a use-after-free vulnerability that
+	      could lead to arbitrary code execution (CVE-2020-9633).</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2020-9633</cvename>
+      <url>https://helpx.adobe.com/security/products/flash-player/apsb20-30.html</url>
+    </references>
+    <dates>
+      <discovery>2020-06-09</discovery>
+      <entry>2020-06-09</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="32c92a75-aa71-11ea-92ab-00163e433440">
     <topic>FreeBSD -- USB HID descriptor parsing error</topic>
     <affects>


More information about the svn-ports-all mailing list