diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2019-05-14 21:19:03 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2019-05-14 21:19:03 +0000 |
commit | 596b8880d67fcde05a36ff19b3f9b16094a617f2 (patch) | |
tree | ed3f23e6c3d384e9ea4ff131f90a5e0273e7710e | |
parent | Update to 32.0.0.192. (diff) |
Document the latest Flash Player vulnerability.
https://helpx.adobe.com/security/products/flash-player/apsb19-26.html
Notes
Notes:
svn path=/head/; revision=501670
-rw-r--r-- | security/vuxml/vuln.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index af595ef16577..5582078bede3 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |