svn commit: r464396 - head/security/vuxml

Jung-uk Kim jkim at FreeBSD.org
Tue Mar 13 17:25:26 UTC 2018


Author: jkim
Date: Tue Mar 13 17:25:25 2018
New Revision: 464396
URL: https://svnweb.freebsd.org/changeset/ports/464396

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

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Mar 13 17:24:28 2018	(r464395)
+++ head/security/vuxml/vuln.xml	Tue Mar 13 17:25:25 2018	(r464396)
@@ -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="313078e3-26e2-11e8-9920-6451062f0f7a">
+    <topic>Flash Player -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>linux-flashplayer</name>
+	<range><lt>29.0.0.113</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-05.html">
+	  <ul>
+	    <li>This update resolves a use-after-free vulnerability that
+	      could lead to remote code execution (CVE-2018-4919).</li>
+	    <li>This update resolves a type confusion vulnerability that
+	      could lead to remote code execution (CVE-2018-4920).</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2018-4919</cvename>
+      <cvename>CVE-2018-4920</cvename>
+      <url>https://helpx.adobe.com/security/products/flash-player/apsb18-05.html</url>
+    </references>
+    <dates>
+      <discovery>2018-03-13</discovery>
+      <entry>2018-03-13</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="c71cdc95-3c18-45b7-866a-af28b59aabb5">
     <topic>mozilla -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list