Date: Tue, 10 Oct 2017 14:11:48 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451703 - head/security/vuxml Message-ID: <201710101411.v9AEBmqd015296@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Tue Oct 10 14:11:47 2017 New Revision: 451703 URL: https://svnweb.freebsd.org/changeset/ports/451703 Log: Document node issue Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Oct 10 14:05:06 2017 (r451702) +++ head/security/vuxml/vuln.xml Tue Oct 10 14:11:47 2017 (r451703) @@ -58,6 +58,32 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="1257718e-be97-458a-9744-d938b592db42"> + <topic>node -- access to unintended files</topic> + <affects> + <package> + <name>node</name> + <range><ge>8.5.0</ge><lt>8.6.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>node developers report:</p> + <blockquote cite="http://www.securityfocus.com/bid/101056"> + <p>Node.js 8.5.0 before 8.6.0 allows remote attackers to access unintended files, because a change to ".." handling was incompatible with the pathname validation used by unspecified community modules.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.securityfocus.com/bid/101056</url> + <cvename>CVE-2017-14849</cvename> + </references> + <dates> + <discovery>2017-09-27</discovery> + <entry>2017-10-10</entry> + </dates> + </vuln> + <vuln vid="af61b271-9e47-4db0-a0f6-29fb032236a3"> <topic>zookeeper -- Denial Of Service</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710101411.v9AEBmqd015296>