Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Aug 2022 13:26:23 GMT
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a2e244243bd0 - main - security/vuxml: Document Go vulnerability
Message-ID:  <202208021326.272DQNiq007395@gitrepo.freebsd.org>

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

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

commit a2e244243bd0766f2ce6d26c0af3353ffce600cf
Author:     Dmitri Goutnik <dmgk@FreeBSD.org>
AuthorDate: 2022-08-02 13:24:04 +0000
Commit:     Dmitri Goutnik <dmgk@FreeBSD.org>
CommitDate: 2022-08-02 13:24:41 +0000

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

diff --git a/security/vuxml/vuln-2022.xml b/security/vuxml/vuln-2022.xml
index c7e15af990da..d6c63af710cc 100644
--- a/security/vuxml/vuln-2022.xml
+++ b/security/vuxml/vuln-2022.xml
@@ -1,3 +1,36 @@
+  <vuln vid="7f8d5435-125a-11ed-9a69-10c37b4ac2ea">
+    <topic>go -- decoding big.Float and big.Rat can panic</topic>
+    <affects>
+      <package>
+	<name>go118</name>
+	<range><lt>1.18.5</lt></range>
+      </package>
+      <package>
+	<name>go117</name>
+	<range><lt>1.17.13</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/53871">;
+	  <p>encoding/gob &amp; math/big: decoding big.Float and
+	    big.Rat can panic</p>
+	  <p>Decoding big.Float and big.Rat types can panic if the
+	    encoded message is too short.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2022-32189</cvename>
+      <url>https://groups.google.com/g/golang-announce/c/YqYYG87xB10</url>;
+    </references>
+    <dates>
+      <discovery>2022-07-14</discovery>
+      <entry>2022-08-02</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="4c26f668-0fd2-11ed-a83d-001b217b3468">
     <topic>Gitlab -- multiple vulnerabilities</topic>
     <affects>



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