diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2024-05-04 07:18:38 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-05-04 09:19:05 +0200 |
commit | 086164d117a043966946611e66f4322204a92260 (patch) | |
tree | 6bc281e062282b3ae5f7d797a841f726aa95f37f | |
parent | [ GLSA 202405-03 ] Dalli: Code Injection (diff) | |
download | glsa-086164d117a043966946611e66f4322204a92260.tar.gz glsa-086164d117a043966946611e66f4322204a92260.tar.bz2 glsa-086164d117a043966946611e66f4322204a92260.zip |
[ GLSA 202405-04 ] systemd: Multiple Vulnerabilities
Bug: https://bugs.gentoo.org/882769
Bug: https://bugs.gentoo.org/887581
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | glsa-202405-04.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/glsa-202405-04.xml b/glsa-202405-04.xml new file mode 100644 index 00000000..d3736199 --- /dev/null +++ b/glsa-202405-04.xml @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202405-04"> + <title>systemd: Multiple Vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in systemd, the worst of which can lead to a denial of service.</synopsis> + <product type="ebuild">systemd</product> + <announced>2024-05-04</announced> + <revised count="1">2024-05-04</revised> + <bug>882769</bug> + <bug>887581</bug> + <access>local</access> + <affected> + <package name="sys-apps/systemd" auto="yes" arch="*"> + <unaffected range="ge">252.4</unaffected> + <vulnerable range="lt">252.4</vulnerable> + </package> + </affected> + <background> + <p>A system and service manager.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in systemd. 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 systemd users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=sys-apps/systemd-252.4" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-4415">CVE-2022-4415</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-45873">CVE-2022-45873</uri> + </references> + <metadata tag="requester" timestamp="2024-05-04T07:18:38.700106Z">graaff</metadata> + <metadata tag="submitter" timestamp="2024-05-04T07:18:38.703836Z">graaff</metadata> +</glsa>
\ No newline at end of file |