diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2024-09-28 07:08:23 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-09-28 09:08:31 +0200 |
commit | 8a3d44eb74b568274245ae6d51f0f6e4e1a56686 (patch) | |
tree | b982beb03681d28af0e1fce5cdc2d867f60a052f | |
parent | [ GLSA 202409-27 ] tmux: Null Pointer Dereference (diff) | |
download | glsa-8a3d44eb74b568274245ae6d51f0f6e4e1a56686.tar.gz glsa-8a3d44eb74b568274245ae6d51f0f6e4e1a56686.tar.bz2 glsa-8a3d44eb74b568274245ae6d51f0f6e4e1a56686.zip |
[ GLSA 202409-28 ] HashiCorp Consul: Multiple Vulnerabilities
Bug: https://bugs.gentoo.org/885997
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | glsa-202409-28.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/glsa-202409-28.xml b/glsa-202409-28.xml new file mode 100644 index 00000000..014f5585 --- /dev/null +++ b/glsa-202409-28.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202409-28"> + <title>HashiCorp Consul: Multiple Vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in HashiCorp Consul, the worst of which could result in denial of service.</synopsis> + <product type="ebuild">consul</product> + <announced>2024-09-28</announced> + <revised count="1">2024-09-28</revised> + <bug>885997</bug> + <access>remote</access> + <affected> + <package name="app-admin/consul" auto="yes" arch="*"> + <unaffected range="ge">1.15.10</unaffected> + <vulnerable range="lt">1.15.10</vulnerable> + </package> + </affected> + <background> + <p>HashiCorp Consul is a tool for service discovery, monitoring and configuration.</p> + </background> + <description> + <p>Multiple vulnerabilities have been found in HashiCorp Consul. Please review the CVE identifiers referenced below for details.</p> + </description> + <impact type="low"> + <p>Please review the CVE identifiers referenced below for details.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All HashiCorp Consul users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-admin/consul-1.15.10" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-41717">CVE-2022-41717</uri> + </references> + <metadata tag="requester" timestamp="2024-09-28T07:08:23.818242Z">ajak</metadata> + <metadata tag="submitter" timestamp="2024-09-28T07:08:23.822296Z">graaff</metadata> +</glsa>
\ No newline at end of file |