git: f79183e0bf3e - main - security/vuxml: Document Go vulnerabilities

From: Dmitri Goutnik <dmgk_at_FreeBSD.org>
Date: Wed, 07 Sep 2022 12:37:02 UTC
The branch main has been updated by dmgk:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f79183e0bf3ed2ed8a955f7d5391c12735822560

commit f79183e0bf3ed2ed8a955f7d5391c12735822560
Author:     Dmitri Goutnik <dmgk@FreeBSD.org>
AuthorDate: 2022-09-07 12:33:41 +0000
Commit:     Dmitri Goutnik <dmgk@FreeBSD.org>
CommitDate: 2022-09-07 12:36:51 +0000

    security/vuxml: Document Go vulnerabilities
---
 security/vuxml/vuln-2022.xml | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/security/vuxml/vuln-2022.xml b/security/vuxml/vuln-2022.xml
index 5b8bcc218a5f..93c0613e9eca 100644
--- a/security/vuxml/vuln-2022.xml
+++ b/security/vuxml/vuln-2022.xml
@@ -1,3 +1,44 @@
+  <vuln vid="6fea7103-2ea4-11ed-b403-3dae8ac60d3e">
+    <topic>go -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>go118</name>
+	<range><lt>1.18.6</lt></range>
+      </package>
+      <package>
+	<name>go119</name>
+	<range><lt>1.19.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The Go project reports:</p>
+	<blockquote cite="https://go.dev/issue/54658">
+	  <p>net/http: handle server errors after sending GOAWAY</p>
+	  <p>A closing HTTP/2 server connection could hang forever
+	    waiting for a clean shutdown that was preempted by a
+	    subsequent fatal error. This failure mode could be
+	    exploited to cause a denial of service.</p>
+	</blockquote>
+	<blockquote cite="https://go.dev/issue/54385">
+	  <p>net/url: JoinPath does not strip relative path components
+	    in all circumstances</p>
+	  <p>JoinPath and URL.JoinPath would not remove ../ path
+	    components appended to a relative path.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2022-27664</cvename>
+      <cvename>CVE-2022-32190</cvename>
+      <url>https://groups.google.com/g/golang-announce/c/x49AQzIVX-s/m/0tgO0pjiBQAJ</url>
+    </references>
+    <dates>
+      <discovery>2022-09-06</discovery>
+      <entry>2022-09-07</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="f38d25ac-2b7a-11ed-a1ef-3065ec8fd3ec">
     <topic>chromium -- insufficient data validation in Mojo</topic>
     <affects>