svn commit: r486741 - head/security/vuxml

Jung-uk Kim jkim at FreeBSD.org
Thu Dec 6 07:51:45 UTC 2018


Author: jkim
Date: Thu Dec  6 07:51:44 2018
New Revision: 486741
URL: https://svnweb.freebsd.org/changeset/ports/486741

Log:
  Document the latest Flash Player vulnerabilities.
  
  https://helpx.adobe.com/security/products/flash-player/apsb18-42.html

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Dec  6 07:40:32 2018	(r486740)
+++ head/security/vuxml/vuln.xml	Thu Dec  6 07:51:44 2018	(r486741)
@@ -58,6 +58,38 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="49cbe200-f92a-11e8-a89d-d43d7ef03aa6">
+    <topic>Flash Player -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>linux-flashplayer</name>
+	<range><lt>32.0.0.101</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/apsb18-42.html">
+	  <ul>
+	    <li>This update resolves a use-after-free vulnerability that
+	      could lead to arbitrary code execution (CVE-2018-15982).</li>
+	    <li>This update resolves an insecure library loading vulnerability that
+	      could lead to privilege escalation (CVE-2018-15983).</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2018-15982</cvename>
+      <cvename>CVE-2018-15983</cvename>
+      <url>https://helpx.adobe.com/security/products/flash-player/apsb18-42.html</url>
+    </references>
+    <dates>
+      <discovery>2018-12-05</discovery>
+      <entry>2018-12-06</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="3aa27226-f86f-11e8-a085-3497f683cb16">
     <topic>jenkins -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list