svn commit: r509478 - head/security/vuxml

Bradley T. Hughes bhughes at FreeBSD.org
Tue Aug 20 22:22:09 UTC 2019


Author: bhughes
Date: Tue Aug 20 22:22:08 2019
New Revision: 509478
URL: https://svnweb.freebsd.org/changeset/ports/509478

Log:
  security/vuxml: document recent Node.js vulnerabilities
  
  https://nodejs.org/en/blog/vulnerability/aug-2019-security-releases/
  
  Sponsored by:	Miles AS

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Aug 20 22:15:30 2019	(r509477)
+++ head/security/vuxml/vuln.xml	Tue Aug 20 22:22:08 2019	(r509478)
@@ -58,6 +58,61 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="c97a940b-c392-11e9-bb38-000d3ab229d6">
+    <topic>Node.js -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>node</name>
+	<range><lt>12.8.1</lt></range>
+      </package>
+      <package>
+	<name>node10</name>
+	<range><lt>10.16.3</lt></range>
+      </package>
+      <package>
+	<name>node8</name>
+	<range><lt>8.16.1</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/aug-2019-security-releases/">
+    <p>Node.js, as well as many other implementations of HTTP/2, have been found vulnerable to Denial of Service attacks. See https://github.com/Netflix/security-bulletins/blob/master/advisories/third-party/2019-002.md for more information.</p>
+    <p>Updates are now available for all active Node.js release lines, including Linux ARMv6 builds for Node.js 8.x (which had been delayed).</p>
+    <p>We recommend that all Node.js users upgrade to a version listed below as soon as possible.</p>
+    <h1>Vulnerabilities Fixed</h1>
+    <p>Impact: All versions of Node.js 8 (LTS "Carbon"), Node.js 10 (LTS "Dubnium"), and Node.js 12 (Current) are vulnerable to the following:</p>
+    <ul>
+      <li>CVE-2019-9511 "Data Dribble": The attacker requests a large amount of data from a specified resource over multiple streams. They manipulate window size and stream priority to force the server to queue the data in 1-byte chunks. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both, potentially leading to a denial of service.</li>
+      <li>CVE-2019-9512 "Ping Flood": The attacker sends continual pings to an HTTP/2 peer, causing the peer to build an internal queue of responses. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both, potentially leading to a denial of service.</li>
+      <li>CVE-2019-9513 "Resource Loop": The attacker creates multiple request streams and continually shuffles the priority of the streams in a way that causes substantial churn to the priority tree. This can consume excess CPU, potentially leading to a denial of service.</li>
+      <li>CVE-2019-9514 "Reset Flood": The attacker opens a number of streams and sends an invalid request over each stream that should solicit a stream of RST_STREAM frames from the peer. Depending on how the peer queues the RST_STREAM frames, this can consume excess memory, CPU, or both, potentially leading to a denial of service.</li>
+      <li>CVE-2019-9515 "Settings Flood": The attacker sends a stream of SETTINGS frames to the peer. Since the RFC requires that the peer reply with one acknowledgement per SETTINGS frame, an empty SETTINGS frame is almost equivalent in behavior to a ping. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both, potentially leading to a denial of service.</li>
+      <li>CVE-2019-9516 "0-Length Headers Leak": The attacker sends a stream of headers with a 0-length header name and 0-length header value, optionally Huffman encoded into 1-byte or greater headers. Some implementations allocate memory for these headers and keep the allocation alive until the session dies. This can consume excess memory, potentially leading to a denial of service.</li>
+      <li>CVE-2019-9517 "Internal Data Buffering": The attacker opens the HTTP/2 window so the peer can send without constraint; however, they leave the TCP window closed so the peer cannot actually write (many of) the bytes on the wire. The attacker then sends a stream of requests for a large response object. Depending on how the servers queue the responses, this can consume excess memory, CPU, or both, potentially leading to a denial of service.</li>
+      <li>CVE-2019-9518 "Empty Frames Flood": The attacker sends a stream of frames with an empty payload and without the end-of-stream flag. These frames can be DATA, HEADERS, CONTINUATION and/or PUSH_PROMISE. The peer spends time processing each frame disproportionate to attack bandwidth. This can consume excess CPU, potentially leading to a denial of service. (Discovered by Piotr Sikora of Google)</li>
+    </ul>
+  </blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://nodejs.org/en/blog/vulnerability/aug-2019-security-releases/</url>
+      <cvename>CVE-2019-9511</cvename>
+      <cvename>CVE-2019-9512</cvename>
+      <cvename>CVE-2019-9513</cvename>
+      <cvename>CVE-2019-9514</cvename>
+      <cvename>CVE-2019-9515</cvename>
+      <cvename>CVE-2019-9516</cvename>
+      <cvename>CVE-2019-9517</cvename>
+      <cvename>CVE-2019-9518</cvename>
+    </references>
+    <dates>
+      <discovery>2019-08-16</discovery>
+      <entry>2019-08-21</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="795442e7-c355-11e9-8224-5404a68ad561">
     <topic>vlc -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list