summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGLSAMaker <glsamaker@gentoo.org>2024-08-07 09:30:14 +0000
committerHans de Graaff <graaff@gentoo.org>2024-08-07 11:30:29 +0200
commitec7d3c7515acf6f1890cb4bd01cca086f31ced54 (patch)
tree0bef49b28319fda4caf5984757848482c1455a1c
parent[ GLSA 202408-06 ] PostgreSQL: Multiple Vulnerabilities (diff)
downloadglsa-ec7d3c7515acf6f1890cb4bd01cca086f31ced54.tar.gz
glsa-ec7d3c7515acf6f1890cb4bd01cca086f31ced54.tar.bz2
glsa-ec7d3c7515acf6f1890cb4bd01cca086f31ced54.zip
[ GLSA 202408-07 ] Go: Multiple Vulnerabilities
Bug: https://bugs.gentoo.org/906043 Bug: https://bugs.gentoo.org/919310 Bug: https://bugs.gentoo.org/926530 Bug: https://bugs.gentoo.org/928539 Bug: https://bugs.gentoo.org/931602 Signed-off-by: GLSAMaker <glsamaker@gentoo.org> Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r--glsa-202408-07.xml64
1 files changed, 64 insertions, 0 deletions
diff --git a/glsa-202408-07.xml b/glsa-202408-07.xml
new file mode 100644
index 00000000..ca4e0783
--- /dev/null
+++ b/glsa-202408-07.xml
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="202408-07">
+ <title>Go: Multiple Vulnerabilities</title>
+ <synopsis>Multiple vulnerabilities have been discovered in Go, the worst of which could lead to information leakage or a denial of service.</synopsis>
+ <product type="ebuild">go</product>
+ <announced>2024-08-07</announced>
+ <revised count="1">2024-08-07</revised>
+ <bug>906043</bug>
+ <bug>919310</bug>
+ <bug>926530</bug>
+ <bug>928539</bug>
+ <bug>931602</bug>
+ <access>remote</access>
+ <affected>
+ <package name="dev-lang/go" auto="yes" arch="*">
+ <unaffected range="ge">1.22.3</unaffected>
+ <vulnerable range="lt">1.22.3</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.</p>
+ </background>
+ <description>
+ <p>Multiple vulnerabilities have been discovered in Go. Please review the CVE identifiers referenced below for details.</p>
+ </description>
+ <impact type="normal">
+ <p>Please review the referenced CVE identifiers for details.</p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All Go users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=dev-lang/go-1.22.3"
+ </code>
+
+ <p>Due to Go programs typically being statically compiled, Go users should also recompile the reverse dependencies of the Go language to ensure statically linked programs are remediated:</p>
+
+ <code>
+ # emerge --ask --oneshot --verbose @golang-rebuild
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-24539">CVE-2023-24539</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-24540">CVE-2023-24540</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-29400">CVE-2023-29400</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-39326">CVE-2023-39326</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-45283">CVE-2023-45283</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-45285">CVE-2023-45285</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-45288">CVE-2023-45288</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-45289">CVE-2023-45289</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-45290">CVE-2023-45290</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2024-24783">CVE-2024-24783</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2024-24784">CVE-2024-24784</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2024-24785">CVE-2024-24785</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2024-24788">CVE-2024-24788</uri>
+ </references>
+ <metadata tag="requester" timestamp="2024-08-07T09:30:13.961626Z">graaff</metadata>
+ <metadata tag="submitter" timestamp="2024-08-07T09:30:13.964984Z">graaff</metadata>
+</glsa> \ No newline at end of file