Date: Tue, 11 Feb 2020 15:13:47 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525831 - head/security/vuxml Message-ID: <202002111513.01BFDlDg058545@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Tue Feb 11 15:13:47 2020 New Revision: 525831 URL: https://svnweb.freebsd.org/changeset/ports/525831 Log: Document the latest Flash Player vulnerability. https://helpx.adobe.com/security/products/flash-player/apsb20-06.html Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Feb 11 15:03:50 2020 (r525830) +++ head/security/vuxml/vuln.xml Tue Feb 11 15:13:47 2020 (r525831) @@ -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="d460b640-4cdf-11ea-a59e-6451062f0f7a"> + <topic>Flash Player -- arbitrary code execution</topic> + <affects> + <package> + <name>linux-flashplayer</name> + <range><lt>32.0.0.330</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/apsb20-06.html"> + <ul> + <li>This update resolves a type confusion vulnerability that + could lead to arbitrary code execution (CVE-2020-3757).</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2020-3757</cvename> + <url>https://helpx.adobe.com/security/products/flash-player/apsb20-06.html</url> + </references> + <dates> + <discovery>2020-02-11</discovery> + <entry>2020-02-11</entry> + </dates> + </vuln> + <vuln vid="c1202de8-4b29-11ea-9673-4c72b94353b5"> <topic>NGINX -- HTTP request smuggling</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002111513.01BFDlDg058545>