diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2023-10-04 08:02:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-04 09:02:41 +0100 |
commit | 029e12731f29676d3f6ebed09f7747ee6e15c5e8 (patch) | |
tree | 54b0d8b476430df6ff9c5fe754e845d0361945c9 | |
parent | [ GLSA 202310-02 ] NVIDIA Drivers: Multiple Vulnerabilities (diff) | |
download | glsa-029e12731f29676d3f6ebed09f7747ee6e15c5e8.tar.gz glsa-029e12731f29676d3f6ebed09f7747ee6e15c5e8.tar.bz2 glsa-029e12731f29676d3f6ebed09f7747ee6e15c5e8.zip |
[ GLSA 202310-03 ] glibc: Multiple vulnerabilities
Bug: https://bugs.gentoo.org/867952
Bug: https://bugs.gentoo.org/914281
Bug: https://bugs.gentoo.org/915127
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | glsa-202310-03.xml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/glsa-202310-03.xml b/glsa-202310-03.xml new file mode 100644 index 00000000..cb112fca --- /dev/null +++ b/glsa-202310-03.xml @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202310-03"> + <title>glibc: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities in glibc could result in Local Privilege Escalation.</synopsis> + <product type="ebuild">glibc</product> + <announced>2023-10-04</announced> + <revised count="1">2023-10-04</revised> + <bug>867952</bug> + <bug>914281</bug> + <bug>915127</bug> + <access>local and remote</access> + <affected> + <package name="sys-libs/glibc" auto="yes" arch="*"> + <unaffected range="ge">2.37-r7</unaffected> + <vulnerable range="lt">2.37-r7</vulnerable> + </package> + </affected> + <background> + <p>glibc is a package that contains the GNU C library.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in glibc. Please review the CVE identifiers referenced below for details.</p> + </description> + <impact type="high"> + <p>An attacker could elevate privileges from a local user to root.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All glibc users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=sys-libs/glibc-2.37-r7" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-39046">CVE-2022-39046</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-4527">CVE-2023-4527</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-4806">CVE-2023-4806</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-4911">CVE-2023-4911</uri> + </references> + <metadata tag="requester" timestamp="2023-10-04T08:02:08.857868Z">sam</metadata> + <metadata tag="submitter" timestamp="2023-10-04T08:02:08.860070Z">sam</metadata> +</glsa>
\ No newline at end of file |