Date: Thu, 29 Mar 2018 19:47:48 +0000 (UTC) From: "Bradley T. Hughes" <bhughes@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465912 - head/security/vuxml Message-ID: <201803291947.w2TJlmRZ087534@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bhughes Date: Thu Mar 29 19:47:48 2018 New Revision: 465912 URL: https://svnweb.freebsd.org/changeset/ports/465912 Log: security/vuxml: Document Node.js vulnerabilities https://nodejs.org/en/blog/vulnerability/march-2018-security-releases/ Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Mar 29 19:03:17 2018 (r465911) +++ head/security/vuxml/vuln.xml Thu Mar 29 19:47:48 2018 (r465912) @@ -58,6 +58,52 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="5a9bbb6e-32d3-11e8-a769-6daaba161086"> + <topic>node.js -- multiple vulnerabilities</topic> + <affects> + <package> + <name>node4</name> + <range><lt>4.9.0</lt></range> + </package> + <package> + <name>node6</name> + <range><lt>6.14.0</lt></range> + </package> + <package> + <name>node8</name> + <range><lt>8.11.0</lt></range> + </package> + <package> + <name>node</name> + <range><lt>9.10.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Node.js reports:</p> + <blockquote cite="https://nodejs.org/en/blog/vulnerability/march-2018-security-releases/"> + <h1>Node.js Inspector DNS rebinding vulnerability (CVE-2018-7160)</h1> + <p>Node.js 6.x and later include a debugger protocol (also known as "inspector") that can be activated by the --inspect and related command line flags. This debugger service was vulnerable to a DNS rebinding attack which could be exploited to perform remote code execution.</p> + <h1>'path' module regular expression denial of service (CVE-2018-7158)</h1> + <p>The 'path' module in the Node.js 4.x release line contains a potential regular expression denial of service (ReDoS) vector. The code in question was replaced in Node.js 6.x and later so this vulnerability only impacts all versions of Node.js 4.x.</p> + <h1>Spaces in HTTP Content-Length header values are ignored (CVE-2018-7159)</h1> + <p>The HTTP parser in all current versions of Node.js ignores spaces in the Content-Length header, allowing input such as Content-Length: 1 2 to be interpreted as having a value of 12. The HTTP specification does not allow for spaces in the Content-Length value and the Node.js HTTP parser has been brought into line on this particular difference.</p> + </blockquote> + </body> + </description> + <references> + <url>https://nodejs.org/en/blog/vulnerability/march-2018-security-releases/</url> + <cvename>CVE-2018-7158</cvename> + <cvename>CVE-2018-7159</cvename> + <cvename>CVE-2018-7160</cvename> + </references> + <dates> + <discovery>2018-03-21</discovery> + <entry>2018-03-28</entry> + <modified>2018-03-28</modified> + </dates> + </vuln> + <vuln vid="1ce95bc7-3278-11e8-b527-00012e582166"> <topic>webkit2-gtk3 -- multiple vulnerabilities</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803291947.w2TJlmRZ087534>