Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2020 12:12:57 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538392 - head/security/vuxml
Message-ID:  <202006101212.05ACCvKZ033616@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Wed Jun 10 12:12:57 2020
New Revision: 538392
URL: https://svnweb.freebsd.org/changeset/ports/538392

Log:
  Document npm vulnerabilities.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Jun 10 11:50:04 2020	(r538391)
+++ head/security/vuxml/vuln.xml	Wed Jun 10 12:12:57 2020	(r538392)
@@ -58,6 +58,36 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="2a3588b4-ab12-11ea-a051-001b217b3468">
+    <topic>NPM -- Multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>npm</name>
+	<range><lt>6.13.4</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>NPM reports:</p>
+	<blockquote cite="https://nodejs.org/en/blog/vulnerability/december-2019-security-releases/">;
+	  <p>Global node_modules Binary Overwrite</p>
+	  <p>Symlink reference outside of node_modules</p>
+	  <p>Arbitrary File Write</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://nodejs.org/en/blog/vulnerability/december-2019-security-releases/</url>;
+      <cvename>CVE-2019-16775</cvename>
+      <cvename>CVE-2019-16776</cvename>
+      <cvename>CVE-2019-16777</cvename>
+    </references>
+    <dates>
+      <discovery>2019-12-18</discovery>
+      <entry>2020-06-10</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="329ecd60-aaf7-11ea-8659-10bf48e1088e">
     <topic>libadplug -- Various vulnerabilities</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006101212.05ACCvKZ033616>