svn commit: r501670 - head/security/vuxml
Jung-uk Kim
jkim at FreeBSD.org
Tue May 14 21:19:04 UTC 2019
Author: jkim
Date: Tue May 14 21:19:03 2019
New Revision: 501670
URL: https://svnweb.freebsd.org/changeset/ports/501670
Log:
Document the latest Flash Player vulnerability.
https://helpx.adobe.com/security/products/flash-player/apsb19-26.html
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Tue May 14 21:16:49 2019 (r501669)
+++ head/security/vuxml/vuln.xml Tue May 14 21:19:03 2019 (r501670)
@@ -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="a99923a9-768c-11e9-885a-6451062f0f7a">
+ <topic>Flash Player -- arbitrary code execution</topic>
+ <affects>
+ <package>
+ <name>linux-flashplayer</name>
+ <range><lt>32.0.0.192</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/apsb19-26.html">
+ <ul>
+ <li>This update resolves a use-after-free vulnerability that
+ could lead to arbitrary code execution (CVE-2019-7837).</li>
+ </ul>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2019-7837</cvename>
+ <url>https://helpx.adobe.com/security/products/flash-player/apsb19-26.html</url>
+ </references>
+ <dates>
+ <discovery>2019-05-14</discovery>
+ <entry>2019-05-14</entry>
+ </dates>
+ </vuln>
+
<vuln vid="c2d1693b-73cb-11e9-a1c7-b499baebfeaf">
<topic>PHP -- Multiple vulnerabilities in EXIF module</topic>
<affects>
More information about the svn-ports-all
mailing list