Date: Tue, 21 Sep 2021 20:28:36 GMT From: "Bradley T. Hughes" <bhughes@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f7e492c3bc8b - main - security/vuxml: document Node.js July 2021 Security Releases (2) Message-ID: <202109212028.18LKSao5073967@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bhughes: URL: https://cgit.FreeBSD.org/ports/commit/?id=f7e492c3bc8b1e084af81c288458d774334764ad commit f7e492c3bc8b1e084af81c288458d774334764ad Author: Bradley T. Hughes <bhughes@FreeBSD.org> AuthorDate: 2021-09-21 19:58:59 +0000 Commit: Bradley T. Hughes <bhughes@FreeBSD.org> CommitDate: 2021-09-21 20:26:41 +0000 security/vuxml: document Node.js July 2021 Security Releases (2) https://nodejs.org/en/blog/vulnerability/july-2021-security-releases-2/ Sponsored by: Miles AS --- security/vuxml/vuln-2021.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index 660af90cfa8f..f209862c1241 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,34 @@ + <vuln vid="f53dab71-1b15-11ec-9d9d-0022489ad614"> + <topic>Node.js -- July 2021 Security Releases (2)</topic> + <affects> + <package> + <name>node14</name> + <range><lt>14.17.4</lt></range> + </package> + <package> + <name>node</name> + <range><lt>16.6.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Node.js reports:</p> + <blockquote cite="ihttps://nodejs.org/en/blog/vulnerability/july-2021-security-releases-2/"> + <h1>Use after free on close http2 on stream canceling (High) (CVE-2021-22930)</h1> + <p>Node.js is vulnerable to a use after free attack where an attacker might be able to exploit the memory corruption, to change process behavior.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2021-22930</cvename> + <url>https://nodejs.org/en/blog/vulnerability/july-2021-security-releases-2/</url> + </references> + <dates> + <discovery>2021-07-29</discovery> + <entry>2021-09-21</entry> + </dates> + </vuln> + <vuln vid="c174118e-1b11-11ec-9d9d-0022489ad614"> <topic>Node.js -- July 2021 Security Releases</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109212028.18LKSao5073967>