svn commit: r484903 - head/security/vuxml

Jung-uk Kim jkim at FreeBSD.org
Tue Nov 13 23:12:12 UTC 2018


Author: jkim
Date: Tue Nov 13 23:12:10 2018
New Revision: 484903
URL: https://svnweb.freebsd.org/changeset/ports/484903

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

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Nov 13 23:05:54 2018	(r484902)
+++ head/security/vuxml/vuln.xml	Tue Nov 13 23:12:10 2018	(r484903)
@@ -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="b69292e8-e798-11e8-ae07-6451062f0f7a">
+    <topic>Flash Player -- information disclosure</topic>
+    <affects>
+      <package>
+	<name>linux-flashplayer</name>
+	<range><lt>31.0.0.148</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-39.html">
+	  <ul>
+	    <li>This update resolves a out-of-bounds vulnerability that
+	      could lead to information disclosure (CVE-2018-15978).</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2018-15978</cvename>
+      <url>https://helpx.adobe.com/security/products/flash-player/apsb18-39.html</url>
+    </references>
+    <dates>
+      <discovery>2018-11-13</discovery>
+      <entry>2018-11-13</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="6f170cf2-e6b7-11e8-a9a8-b499baebfeaf">
     <topic>OpenSSL -- timing vulnerability</topic>
     <affects>


More information about the svn-ports-all mailing list