svn commit: r452262 - head/security/vuxml
Jung-uk Kim
jkim at FreeBSD.org
Tue Oct 17 05:29:42 UTC 2017
Author: jkim
Date: Tue Oct 17 05:29:41 2017
New Revision: 452262
URL: https://svnweb.freebsd.org/changeset/ports/452262
Log:
Document the latest Flash Player vulnerability.
https://helpx.adobe.com/security/products/flash-player/apsb17-32.html
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Tue Oct 17 05:16:53 2017 (r452261)
+++ head/security/vuxml/vuln.xml Tue Oct 17 05:29:41 2017 (r452262)
@@ -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="a73518da-b2fa-11e7-98ef-d43d7ef03aa6">
+ <topic>Flash Player -- Remote code execution</topic>
+ <affects>
+ <package>
+ <name>linux-flashplayer</name>
+ <range><lt>27.0.0.170</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-32.html">
+ <ul>
+ <li>This update resolves a type confusion vulnerability that
+ could lead to remote code execution (CVE-2017-11292).</li>
+ </ul>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2017-11292</cvename>
+ <url>https://helpx.adobe.com/security/products/flash-player/apsb17-32.html</url>
+ </references>
+ <dates>
+ <discovery>2017-10-16</discovery>
+ <entry>2017-10-17</entry>
+ </dates>
+ </vuln>
+
<vuln vid="d670a953-b2a1-11e7-a633-009c02a2ab30">
<topic>WPA packet number reuse with replayed messages and key reinstallation</topic>
<affects>
More information about the svn-ports-head
mailing list