diff options
| author | Steve Wills <swills@FreeBSD.org> | 2017-10-10 14:11:47 +0000 |
|---|---|---|
| committer | Steve Wills <swills@FreeBSD.org> | 2017-10-10 14:11:47 +0000 |
| commit | 06e9b0984a721ab0cb136f35f0a9e0d8d7c5817c (patch) | |
| tree | db337df8b497c60817658a57fda4e2cd97d608ee | |
| parent | Document zookeeper issue (diff) | |
Document node issue
Notes
Notes:
svn path=/head/; revision=451703
| -rw-r--r-- | security/vuxml/vuln.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index a5bf42950970..f17845c3dd9d 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -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> |
