diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2024-08-10 08:41:19 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-08-10 10:41:29 +0200 |
commit | edaa82dbe986586c12f7d0e15ccfaa2e8c17c4d2 (patch) | |
tree | d43ce6fa0c495d35ca656d146322a2ead2c4f798 /glsa-202408-23.xml | |
parent | [ GLSA 202408-22 ] Bundler: Multiple Vulnerabilities (diff) | |
download | glsa-edaa82dbe986586c12f7d0e15ccfaa2e8c17c4d2.tar.gz glsa-edaa82dbe986586c12f7d0e15ccfaa2e8c17c4d2.tar.bz2 glsa-edaa82dbe986586c12f7d0e15ccfaa2e8c17c4d2.zip |
[ GLSA 202408-23 ] GnuPG: Multiple Vulnerabilities
Bug: https://bugs.gentoo.org/855395
Bug: https://bugs.gentoo.org/923248
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'glsa-202408-23.xml')
-rw-r--r-- | glsa-202408-23.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/glsa-202408-23.xml b/glsa-202408-23.xml new file mode 100644 index 00000000..eacb9128 --- /dev/null +++ b/glsa-202408-23.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202408-23"> + <title>GnuPG: Multiple Vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in GnuPG, the worst of which could lead to signature spoofing.</synopsis> + <product type="ebuild">gnupg</product> + <announced>2024-08-10</announced> + <revised count="1">2024-08-10</revised> + <bug>855395</bug> + <bug>923248</bug> + <access>remote</access> + <affected> + <package name="app-crypt/gnupg" auto="yes" arch="*"> + <unaffected range="ge">2.4.4</unaffected> + <vulnerable range="lt">2.4.4</vulnerable> + </package> + </affected> + <background> + <p>The GNU Privacy Guard, GnuPG, is a free replacement for the PGP suite of cryptographic software.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in GnuPG. 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 GnuPG users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-crypt/gnupg-2.4.4" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-34903">CVE-2022-34903</uri> + </references> + <metadata tag="requester" timestamp="2024-08-10T08:41:19.748264Z">graaff</metadata> + <metadata tag="submitter" timestamp="2024-08-10T08:41:19.752993Z">graaff</metadata> +</glsa>
\ No newline at end of file |