git: 5f00830ebf51 - main - security/vuxml: Document go language vulnerabilities
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Jun 2024 09:53:02 UTC
The branch main has been updated by ashish:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5f00830ebf51ec5cee6ba95796d2fc680c70ae46
commit 5f00830ebf51ec5cee6ba95796d2fc680c70ae46
Author: Ashish SHUKLA <ashish@FreeBSD.org>
AuthorDate: 2024-06-15 08:53:35 +0000
Commit: Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2024-06-15 09:51:16 +0000
security/vuxml: Document go language vulnerabilities
---
security/vuxml/vuln/2024.xml | 45 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/security/vuxml/vuln/2024.xml b/security/vuxml/vuln/2024.xml
index ffa3ff2b053c..a69644a90896 100644
--- a/security/vuxml/vuln/2024.xml
+++ b/security/vuxml/vuln/2024.xml
@@ -1,3 +1,48 @@
+ <vuln vid="a5c64f6f-2af3-11ef-a77e-901b0e9408dc">
+ <topic>go -- multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>go122</name>
+ <range><lt>1.22.4</lt></range>
+ </package>
+ <package>
+ <name>go121</name>
+ <range><lt>1.21.11</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/66869">
+ <p>archive/zip: mishandling of corrupt central directory record</p>
+ <p>The archive/zip package's handling of certain types of
+ invalid zip files differed from the behavior of most zip
+ implementations. This misalignment could be exploited to
+ create an zip file with contents that vary depending on the
+ implementation reading the file. The archive/zip package now
+ rejects files containing these errors.</p>
+ </blockquote>
+ <blockquote cite="https://go.dev/issue/67680">
+ <p>net/netip: unexpected behavior from Is methods for
+ IPv4-mapped IPv6 addresses</p>
+ <p>The various Is methods (IsPrivate, IsLoopback, etc) did
+ not work as expected for IPv4-mapped IPv6 addresses,
+ returning false for addresses which would return true in
+ their traditional IPv4 forms.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2024-24789</cvename>
+ <cvename>CVE-2024-24790</cvename>
+ <url>https://groups.google.com/g/golang-announce/c/XbxouI9gY7k/m/TuoGEhxIEwAJ</url>
+ </references>
+ <dates>
+ <discovery>2024-06-04</discovery>
+ <entry>2024-06-15</entry>
+ </dates>
+ </vuln>
+
<vuln vid="92cd1c03-2940-11ef-bc02-001b217b3468">
<topic>Gitlab -- Vulnerabilities</topic>
<affects>