svn commit: r454327 - head/security/vuxml

Jung-uk Kim jkim at FreeBSD.org
Thu Nov 16 19:05:02 UTC 2017


Author: jkim
Date: Thu Nov 16 19:05:01 2017
New Revision: 454327
URL: https://svnweb.freebsd.org/changeset/ports/454327

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

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Nov 16 18:51:18 2017	(r454326)
+++ head/security/vuxml/vuln.xml	Thu Nov 16 19:05:01 2017	(r454327)
@@ -58,6 +58,43 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="52f10525-caff-11e7-b590-6451062f0f7a">
+    <topic>Flash Player -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>linux-flashplayer</name>
+	<range><lt>27.0.0.187</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/apsb17-33.html">
+	  <ul>
+	    <li>These updates resolve out-of-bounds read vulnerabilities that
+	      could lead to remote code execution (CVE-2017-3112,
+	      CVE-2017-3114, CVE-2017-11213).</li>
+	    <li>These updates resolve use after free vulnerabilities that
+	      could lead to remote code execution (CVE-2017-11215,
+	      CVE-2017-11225).</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2017-3112</cvename>
+      <cvename>CVE-2017-3114</cvename>
+      <cvename>CVE-2017-11213</cvename>
+      <cvename>CVE-2017-11215</cvename>
+      <cvename>CVE-2017-11225</cvename>
+      <url>https://helpx.adobe.com/security/products/flash-player/apsb17-33.html</url>
+    </references>
+    <dates>
+      <discovery>2017-11-14</discovery>
+      <entry>2017-11-16</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="b4b7ec7d-ca27-11e7-a12d-6cc21735f730">
     <topic>shibboleth2-sp -- "Dynamic" metadata provider plugin issue</topic>
     <affects>


More information about the svn-ports-head mailing list