diff options
author | 2023-11-27 12:24:33 +0000 | |
---|---|---|
committer | 2023-11-27 13:28:31 +0100 | |
commit | e8cae5eafb887bc451b4344e6de2d99b8d6e75de (patch) | |
tree | 57490b5efc7bb6acdb024dd4439b387a74670cd6 | |
parent | [ GLSA 202311-17 ] phpMyAdmin: Multiple Vulnerabilities (diff) | |
download | glsa-master.tar.gz glsa-master.tar.bz2 glsa-master.zip |
Bug: https://bugs.gentoo.org/886197
Bug: https://bugs.gentoo.org/887807
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | glsa-202311-18.xml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/glsa-202311-18.xml b/glsa-202311-18.xml new file mode 100644 index 00000000..e9be8ca6 --- /dev/null +++ b/glsa-202311-18.xml @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202311-18"> + <title>GLib: Multiple Vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in GLib.</synopsis> + <product type="ebuild">glib</product> + <announced>2023-11-27</announced> + <revised count="1">2023-11-27</revised> + <bug>886197</bug> + <bug>887807</bug> + <access>remote</access> + <affected> + <package name="dev-libs/glib" auto="yes" arch="*"> + <unaffected range="ge">2.74.4</unaffected> + <vulnerable range="lt">2.74.4</vulnerable> + </package> + </affected> + <background> + <p>GLib is a library providing a number of GNOME's core objects and functions.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in GLib. Please review the referenced CVEs for details.</p> + </description> + <impact type="high"> + <p>GVariant deserialization is vulnerable to an exponential blowup issue where a crafted GVariant can cause excessive processing, leading to denial of service.
+
+GVariant deserialization fails to validate that the input conforms to the expected format, leading to denial of service.
+
+GVariant deserialization is vulnerable to a slowdown issue where a crafted GVariant can cause excessive processing, leading to denial of service.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All GLib users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-libs/glib-2.74.4" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-29499">CVE-2023-29499</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-32611">CVE-2023-32611</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-32665">CVE-2023-32665</uri> + </references> + <metadata tag="requester" timestamp="2023-11-27T12:24:33.325998Z">graaff</metadata> + <metadata tag="submitter" timestamp="2023-11-27T12:24:33.328076Z">graaff</metadata> +</glsa>
\ No newline at end of file |