svn commit: r556019 - head/security/vuxml
Bradley T. Hughes
bhughes at FreeBSD.org
Sat Nov 21 22:14:17 UTC 2020
Author: bhughes
Date: Sat Nov 21 22:14:16 2020
New Revision: 556019
URL: https://svnweb.freebsd.org/changeset/ports/556019
Log:
security/vuxml: document Node.js November 2020 Security Releases
https://nodejs.org/en/blog/vulnerability/november-2020-security-releases/
Sponsored by: Miles AS
Modified:
head/security/vuxml/vuln.xml
Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml Sat Nov 21 21:51:18 2020 (r556018)
+++ head/security/vuxml/vuln.xml Sat Nov 21 22:14:16 2020 (r556019)
@@ -58,6 +58,42 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="ad792169-2aa4-11eb-ab71-0022489ad614">
+ <topic>Node.js -- November 2020 Security Releases</topic>
+ <affects>
+ <package>
+ <name>node</name>
+ <range><lt>15.2.1</lt></range>
+ </package>
+ <package>
+ <name>node14</name>
+ <range><lt>14.15.1</lt></range>
+ </package>
+ <package>
+ <name>node12</name>
+ <range><lt>12.19.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/november-2020-security-releases/">
+ <p>Updates are now available for v12.x, v14.x and v15.x Node.js release lines for the following issues.</p>
+ <h1>Denial of Service through DNS request (CVE-2020-8277)</h1>
+ <p>A Node.js application that allows an attacker to trigger a DNS request for a host of their choice could trigger a Denial of service by getting the application to resolve a DNS record with a larger number of responses.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://nodejs.org/en/blog/vulnerability/november-2020-security-releases/</url>
+ <cvename>CVE-2020-8277</cvename>
+ </references>
+ <dates>
+ <discovery>2020-11-16</discovery>
+ <entry>2020-11-21</entry>
+ </dates>
+ </vuln>
+
<vuln vid="dc132c91-2b71-11eb-8cfd-4437e6ad11c4">
<topic>mutt -- authentication credentials being sent over an unencrypted connection</topic>
<affects>
More information about the svn-ports-all
mailing list