diff options
author | jkim <jkim@FreeBSD.org> | 2018-12-06 15:51:44 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2018-12-06 15:51:44 +0800 |
commit | 8b9b7b09db66705ee615fb71312eab35c1b89c39 (patch) | |
tree | ee2c0aac56b894edefa9d9546a049eddf21191bb /security/vuxml | |
parent | e7407eb50582c9a8627a43612b413225b3972007 (diff) | |
download | freebsd-ports-gnome-8b9b7b09db66705ee615fb71312eab35c1b89c39.tar.gz freebsd-ports-gnome-8b9b7b09db66705ee615fb71312eab35c1b89c39.tar.zst freebsd-ports-gnome-8b9b7b09db66705ee615fb71312eab35c1b89c39.zip |
Document the latest Flash Player vulnerabilities.
https://helpx.adobe.com/security/products/flash-player/apsb18-42.html
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 4ff1b265d7fb..cd1c8bb59fa6 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="49cbe200-f92a-11e8-a89d-d43d7ef03aa6"> + <topic>Flash Player -- multiple vulnerabilities</topic> + <affects> + <package> + <name>linux-flashplayer</name> + <range><lt>32.0.0.101</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-42.html"> + <ul> + <li>This update resolves a use-after-free vulnerability that + could lead to arbitrary code execution (CVE-2018-15982).</li> + <li>This update resolves an insecure library loading vulnerability that + could lead to privilege escalation (CVE-2018-15983).</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2018-15982</cvename> + <cvename>CVE-2018-15983</cvename> + <url>https://helpx.adobe.com/security/products/flash-player/apsb18-42.html</url> + </references> + <dates> + <discovery>2018-12-05</discovery> + <entry>2018-12-06</entry> + </dates> + </vuln> + <vuln vid="3aa27226-f86f-11e8-a085-3497f683cb16"> <topic>jenkins -- multiple vulnerabilities</topic> <affects> |