diff options
author | jkim <jkim@FreeBSD.org> | 2018-11-21 03:27:36 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2018-11-21 03:27:36 +0800 |
commit | d57e021323b9d3da32b121e8e0062df2e075dd6d (patch) | |
tree | 4b3924f08a6ce75040f0720ad88c9959b5af07f9 /security | |
parent | cd8941ef37cbfed1e78ababf4f326009682fdc28 (diff) | |
download | freebsd-ports-gnome-d57e021323b9d3da32b121e8e0062df2e075dd6d.tar.gz freebsd-ports-gnome-d57e021323b9d3da32b121e8e0062df2e075dd6d.tar.zst freebsd-ports-gnome-d57e021323b9d3da32b121e8e0062df2e075dd6d.zip |
Document the latest Flash Player vulnerability.
https://helpx.adobe.com/security/products/flash-player/apsb18-44.html
Diffstat (limited to 'security')
-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 7a674357a212..ba9ac547c40b 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="8f128c72-ecf9-11e8-aa00-6451062f0f7a"> + <topic>Flash Player -- arbitrary code execution</topic> + <affects> + <package> + <name>linux-flashplayer</name> + <range><lt>31.0.0.153</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-44.html"> + <ul> + <li>This update resolves a type confusion vulnerability that + could lead to arbitrary code execution (CVE-2018-15981).</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2018-15981</cvename> + <url>https://helpx.adobe.com/security/products/flash-player/apsb18-44.html</url> + </references> + <dates> + <discovery>2018-11-20</discovery> + <entry>2018-11-20</entry> + </dates> + </vuln> + <vuln vid="d889d32c-ecd9-11e8-9416-001b217b3468"> <topic>Gitlab -- Multiple vulnerabilities</topic> <affects> |