Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Feb 2023 18:12:35 GMT
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b0b1b6e7df06 - main - security/vuxml: Document vulnerable x/net/http2 module in traefik
Message-ID:  <202302191812.31JICZXP066416@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by riggs:

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

commit b0b1b6e7df06ddb82542dd7a56af41934ec6f998
Author:     Thomas Zander <riggs@FreeBSD.org>
AuthorDate: 2023-02-19 18:11:28 +0000
Commit:     Thomas Zander <riggs@FreeBSD.org>
CommitDate: 2023-02-19 18:12:33 +0000

    security/vuxml: Document vulnerable x/net/http2 module in traefik
---
 security/vuxml/vuln/2023.xml | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/security/vuxml/vuln/2023.xml b/security/vuxml/vuln/2023.xml
index c8906a95fa1b..05f321beda92 100644
--- a/security/vuxml/vuln/2023.xml
+++ b/security/vuxml/vuln/2023.xml
@@ -1,3 +1,35 @@
+  <vuln vid="428922c9-b07e-11ed-8700-5404a68ad561">
+    <topic>traefik -- Use of vulnerable Go module x/net/http2</topic>
+    <affects>
+      <package>
+	<name>traefik</name>
+	<range><lt>2.9.8</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>The Go project reports:</p>
+	<blockquote cite="https://pkg.go.dev/vuln/GO-2023-1495">;
+	  <p>A request smuggling attack is possible when using
+       MaxBytesHandler. When using MaxBytesHandler, the body of
+       an HTTP request is not fully consumed. When the server
+       attempts to read HTTP2 frames from the connection, it
+       will instead be reading the body of the HTTP request,
+       which could be attacker-manipulated to represent
+       arbitrary HTTP2 requests.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2022-41721</cvename>
+      <url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-41721</url>;
+    </references>
+    <dates>
+      <discovery>2022-10-22</discovery>
+      <entry>2023-02-19</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="27c822a0-addc-11ed-a9ee-dca632b19f10">
     <topic>Rundeck3 -- Log4J RCE vulnerability</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302191812.31JICZXP066416>