svn commit: r391379 - head/security/vuxml

Mark Felder feld at FreeBSD.org
Mon Jul 6 00:09:56 UTC 2015


Author: feld
Date: Mon Jul  6 00:09:54 2015
New Revision: 391379
URL: https://svnweb.freebsd.org/changeset/ports/391379

Log:
  add www/node denial of service vulnerability
  no known CVE has been assigned

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Sun Jul  5 23:43:09 2015	(r391378)
+++ head/security/vuxml/vuln.xml	Mon Jul  6 00:09:54 2015	(r391379)
@@ -57,6 +57,35 @@ Notes:
 
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="864e6f75-2372-11e5-86ff-14dae9d210b8">
+    <topic>node -- denial of service</topic>
+    <affects>
+      <package>
+	<name>node</name>
+	<range><lt>0.12.6</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>node reports:</p>
+	<blockquote cite="http://blog.nodejs.org/2015/07/03/node-v0-12-6-stable/">
+	  <p>This release of Node.js fixes a bug that triggers an
+	    out-of-band write in V8's utf-8 decoder. This bug impacts all Buffer to
+	    String conversions. This is an important security update as this bug can
+	    be used to cause a denial of service attack.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://blog.nodejs.org/2015/07/03/node-v0-12-6-stable/</url>
+      <url>https://github.com/joyent/node/commit/78b0e30954111cfaba0edbeee85450d8cbc6fdf6</url>
+    </references>
+    <dates>
+      <discovery>2015-07-03</discovery>
+      <entry>2015-07-06</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="bf1d9331-21b6-11e5-86ff-14dae9d210b8">
     <topic>cups-filters -- texttopdf integer overflow</topic>
     <affects>


More information about the svn-ports-all mailing list