diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2024-07-05 07:05:25 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-07-05 09:06:00 +0200 |
commit | 3671dbb8919b2952a3de8b9a51e7573f2b16d234 (patch) | |
tree | 8be503a001db2df5cd3081d8309d88f5cdf42d27 /glsa-202407-12.xml | |
parent | [ GLSA 202407-11 ] PuTTY: Multiple Vulnerabilities (diff) | |
download | gentoo-3671dbb8919b2952a3de8b9a51e7573f2b16d234.tar.gz gentoo-3671dbb8919b2952a3de8b9a51e7573f2b16d234.tar.bz2 gentoo-3671dbb8919b2952a3de8b9a51e7573f2b16d234.zip |
[ GLSA 202407-12 ] podman: Multiple Vulnerabilities
Bug: https://bugs.gentoo.org/829896
Bug: https://bugs.gentoo.org/870931
Bug: https://bugs.gentoo.org/896372
Bug: https://bugs.gentoo.org/921290
Bug: https://bugs.gentoo.org/923751
Bug: https://bugs.gentoo.org/927500
Bug: https://bugs.gentoo.org/927501
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'glsa-202407-12.xml')
-rw-r--r-- | glsa-202407-12.xml | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/glsa-202407-12.xml b/glsa-202407-12.xml new file mode 100644 index 000000000000..4834b8028c6e --- /dev/null +++ b/glsa-202407-12.xml @@ -0,0 +1,56 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202407-12"> + <title>podman: Multiple Vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in Podman, the worst of which could lead to privilege escalation.</synopsis> + <product type="ebuild">podman</product> + <announced>2024-07-05</announced> + <revised count="1">2024-07-05</revised> + <bug>829896</bug> + <bug>870931</bug> + <bug>896372</bug> + <bug>921290</bug> + <bug>923751</bug> + <bug>927500</bug> + <bug>927501</bug> + <access>local</access> + <affected> + <package name="app-containers/podman" auto="yes" arch="*"> + <unaffected range="ge">4.9.4</unaffected> + <vulnerable range="lt">4.9.4</vulnerable> + </package> + </affected> + <background> + <p>Podman is a tool for managing OCI containers and pods with a Docker-compatible CLI.</p> + </background> + <description> + <p>Please review the referenced CVE identifiers for details.</p> + </description> + <impact type="high"> + <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 Podman users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-containers/podman-4.9.4" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-4024">CVE-2021-4024</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-2989">CVE-2022-2989</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-0778">CVE-2023-0778</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-48795">CVE-2023-48795</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2024-1753">CVE-2024-1753</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2024-23651">CVE-2024-23651</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2024-23652">CVE-2024-23652</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2024-23653">CVE-2024-23653</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2024-24786">CVE-2024-24786</uri> + </references> + <metadata tag="requester" timestamp="2024-07-05T07:05:25.139225Z">graaff</metadata> + <metadata tag="submitter" timestamp="2024-07-05T07:05:25.142869Z">graaff</metadata> +</glsa>
\ No newline at end of file |