aboutsummaryrefslogtreecommitdiff
path: root/security/vuxml/vuln-2021.xml
diff options
context:
space:
mode:
authorDmitri Goutnik <dmgk@FreeBSD.org>2021-08-05 23:00:59 +0000
committerDmitri Goutnik <dmgk@FreeBSD.org>2021-08-05 23:00:59 +0000
commit55557952f337a67676d2ff171bcf0610a5dc1e55 (patch)
treecb27d758ac71ddbfa24759329f661a53ba545354 /security/vuxml/vuln-2021.xml
parent2db79ab2698aafdce1cbb56920e1bb6e9ea0873a (diff)
downloadports-55557952f337a67676d2ff171bcf0610a5dc1e55.tar.gz
ports-55557952f337a67676d2ff171bcf0610a5dc1e55.zip
security/vuxml: Document lang/go vulnerability
Diffstat (limited to 'security/vuxml/vuln-2021.xml')
-rw-r--r--security/vuxml/vuln-2021.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml
index f904040bbd0e..284a47041149 100644
--- a/security/vuxml/vuln-2021.xml
+++ b/security/vuxml/vuln-2021.xml
@@ -1,3 +1,33 @@
+ <vuln vid="880552c4-f63f-11eb-9d56-7186043316e9">
+ <topic>go -- net/http: panic due to racy read of persistConn after handler panic</topic>
+ <affects>
+ <package>
+ <name>go</name>
+ <range><lt>1.16.7,1</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>The Go project reports:</p>
+ <blockquote cite="https://github.com/golang/go/issues/46866">
+ <p>A net/http/httputil ReverseProxy can panic due to a race
+ condition if its Handler aborts with ErrAbortHandler, for
+ example due to an error in copying the response body. An
+ attacker might be able to force the conditions leading to
+ the race condition.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2021-36221</cvename>
+ <url>https://github.com/golang/go/issues/46866</url>
+ </references>
+ <dates>
+ <discovery>2021-06-21</discovery>
+ <entry>2021-08-05</entry>
+ </dates>
+ </vuln>
+
<vuln vid="1d651770-f4f5-11eb-ba49-001b217b3468">
<topic>Gitlab -- Gitlab</topic>
<affects>