Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Feb 2018 21:39:10 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461112 - head/security/vuxml
Message-ID:  <201802062139.w16LdAYY020396@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Tue Feb  6 21:39:10 2018
New Revision: 461112
URL: https://svnweb.freebsd.org/changeset/ports/461112

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

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Feb  6 21:26:03 2018	(r461111)
+++ head/security/vuxml/vuln.xml	Tue Feb  6 21:39:10 2018	(r461112)
@@ -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="756a8631-0b84-11e8-a986-6451062f0f7a">
+    <topic>Flash Player -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>linux-flashplayer</name>
+	<range><lt>28.0.0.161</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-03.html">;
+	  <ul>
+	    <li>This update resolves use-after-free vulnerabilities that
+	      could lead to remote code execution (CVE-2018-4877,
+	      CVE-2018-4878).</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2018-4877</cvename>
+      <cvename>CVE-2018-4878</cvename>
+      <url>https://helpx.adobe.com/security/products/flash-player/apsa18-01.html</url>;
+      <url>https://helpx.adobe.com/security/products/flash-player/apsb18-03.html</url>;
+    </references>
+    <dates>
+      <discovery>2018-01-31</discovery>
+      <entry>2018-02-06</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="f5524753-67b1-4c88-8114-29c2d258b383">
     <topic>mini_httpd,thttpd -- Buffer overflow in htpasswd</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802062139.w16LdAYY020396>