svn commit: r538392 - head/security/vuxml

Matthias Fechner mfechner at FreeBSD.org
Wed Jun 10 12:12:58 UTC 2020


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>


More information about the svn-ports-all mailing list