svn commit: r479541 - head/security/vuxml

Jung-uk Kim jkim at FreeBSD.org
Tue Sep 11 18:43:43 UTC 2018


Author: jkim
Date: Tue Sep 11 18:43:42 2018
New Revision: 479541
URL: https://svnweb.freebsd.org/changeset/ports/479541

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

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Sep 11 18:42:34 2018	(r479540)
+++ head/security/vuxml/vuln.xml	Tue Sep 11 18:43:42 2018	(r479541)
@@ -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="f9d73a20-b5f0-11e8-b1da-6451062f0f7a">
+    <topic>Flash Player -- information disclosure</topic>
+    <affects>
+      <package>
+	<name>linux-flashplayer</name>
+	<range><lt>31.0.0.108</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-31.html">
+	  <ul>
+	    <li>This update resolves a privilege escalation vulnerability that
+	      could lead to information disclosure (CVE-2018-15967).</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2018-15967</cvename>
+      <url>https://helpx.adobe.com/security/products/flash-player/apsb18-31.html</url>
+    </references>
+    <dates>
+      <discovery>2018-09-11</discovery>
+      <entry>2018-09-11</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="337960ec-b5dc-11e8-ac58-a4badb2f4699">
     <topic>Plex Media Server -- Information Disclosure Vulnerability</topic>
     <affects>


More information about the svn-ports-head mailing list