svn commit: r471961 - head/security/vuxml

Jung-uk Kim jkim at FreeBSD.org
Fri Jun 8 00:25:33 UTC 2018


Author: jkim
Date: Fri Jun  8 00:25:32 2018
New Revision: 471961
URL: https://svnweb.freebsd.org/changeset/ports/471961

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

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Fri Jun  8 00:14:52 2018	(r471960)
+++ head/security/vuxml/vuln.xml	Fri Jun  8 00:25:32 2018	(r471961)
@@ -58,6 +58,44 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="2dde5a56-6ab1-11e8-b639-6451062f0f7a">
+    <topic>Flash Player -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>linux-flashplayer</name>
+	<range><lt>30.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-19.html">
+	  <ul>
+	    <li>This update resolves a type confusion vulnerability that
+	      could lead to arbitrary code execution (CVE-2018-4945).</li>
+	    <li>This update resolves an integer overflow vulnerability that
+	      could lead to information disclosure (CVE-2018-5000).</li>
+	    <li>This update resolves an out-of-boubds read vulnerability that
+	      could lead to information disclosure (CVE-2018-5001).</li>
+	    <li>This update resolves a stack-based buffer overflow vulnerability that
+	      could lead to arbitrary code execution (CVE-2018-5002).</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2018-4945</cvename>
+      <cvename>CVE-2018-5000</cvename>
+      <cvename>CVE-2018-5001</cvename>
+      <cvename>CVE-2018-5002</cvename>
+      <url>https://helpx.adobe.com/security/products/flash-player/apsb18-19.html</url>
+    </references>
+    <dates>
+      <discovery>2018-06-07</discovery>
+      <entry>2018-06-07</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="2f4fd3aa-32f8-4116-92f2-68f05398348e">
     <topic>bro -- multiple memory allocation issues</topic>
     <affects>


More information about the svn-ports-all mailing list