summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGLSAMaker <glsamaker@gentoo.org>2024-09-22 07:19:29 +0000
committerHans de Graaff <graaff@gentoo.org>2024-09-22 09:20:24 +0200
commit36415befa5699b5ec0dcfdefe55f841ab0bf156f (patch)
treecb767da3b74364e1f2dd94b434796289ccb8df88
parent[ GLSA 202409-14 ] Mbed TLS: Multiple Vulnerabilities (diff)
downloadglsa-36415befa5699b5ec0dcfdefe55f841ab0bf156f.tar.gz
glsa-36415befa5699b5ec0dcfdefe55f841ab0bf156f.tar.bz2
glsa-36415befa5699b5ec0dcfdefe55f841ab0bf156f.zip
[ GLSA 202409-15 ] stb: Multiple Vulnerabilities
Bug: https://bugs.gentoo.org/818556 Signed-off-by: GLSAMaker <glsamaker@gentoo.org> Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r--glsa-202409-15.xml54
1 files changed, 54 insertions, 0 deletions
diff --git a/glsa-202409-15.xml b/glsa-202409-15.xml
new file mode 100644
index 00000000..343078a8
--- /dev/null
+++ b/glsa-202409-15.xml
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="202409-15">
+ <title>stb: Multiple Vulnerabilities</title>
+ <synopsis>Multiple vulnerabilities have been discovered in stb, the worst of which lead to a denial of service.</synopsis>
+ <product type="ebuild">stb</product>
+ <announced>2024-09-22</announced>
+ <revised count="1">2024-09-22</revised>
+ <bug>818556</bug>
+ <access>local</access>
+ <affected>
+ <package name="dev-libs/stb" auto="yes" arch="*">
+ <unaffected range="ge">20240201</unaffected>
+ <vulnerable range="lt">20240201</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>A set of single-file public domain (or MIT licensed) libraries for C/C++</p>
+ </background>
+ <description>
+ <p>Multiple vulnerabilities have been discovered in stb. 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 stb users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=dev-libs/stb-20240201"
+ </code>
+
+ <p>Note that stb is included at compile time, so all packages that depend on it should also be reinstalled. If you have app-portage/gentoolkit installed you can use:</p>
+
+ <code>
+ # emerge --ask --verbose $( equery depends dev-libs/stb | sed 's/^/=/' )
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-28021">CVE-2021-28021</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-37789">CVE-2021-37789</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-42715">CVE-2021-42715</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-42716">CVE-2021-42716</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-28041">CVE-2022-28041</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-28042">CVE-2022-28042</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-28048">CVE-2022-28048</uri>
+ </references>
+ <metadata tag="requester" timestamp="2024-09-22T07:19:29.592096Z">graaff</metadata>
+ <metadata tag="submitter" timestamp="2024-09-22T07:19:29.595210Z">graaff</metadata>
+</glsa> \ No newline at end of file