Skip to main content

HashiCorp memberlist CVE-2026-14362

| EUVDEUVD-2026-42342 MEDIUM
Allocation of Resources Without Limits or Throttling (CWE-770)
2026-07-08 HashiCorp GHSA-6r3r-6rpf-v429
4.9
CVSS 3.1 · Vendor: HashiCorp
Share

Severity by source

Vendor (HashiCorp) PRIMARY
4.9 MEDIUM
AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
7.5 HIGH

Gossip port requires no application-level authentication; PR:N reflects the technical exploit path once the port is network-reachable, independent of deployment-level firewall controls.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
SUSE
MEDIUM
qualitative
Red Hat
7.5 HIGH
qualitative

Primary rating from Vendor (HashiCorp).

CVSS VectorVendor: HashiCorp

Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

2
Patch available
Jul 08, 2026 - 19:01 EUVD
Analysis Generated
Jul 08, 2026 - 17:54 vuln.today

DescriptionCVE.org

HashiCorp memberlist before version 0.6.0 is vulnerable to a denial-of-service issue in its push/pull state handling that may allow an attacker with network access to the gossip port to exhaust memory on a receiving node and cause the process to terminate. This vulnerability (CVE-2026-14362) is fixed in memberlist 0.6.0.

AnalysisAI

Memory exhaustion in HashiCorp memberlist before 0.6.0 allows network-accessible attackers to crash individual cluster nodes by sending crafted push/pull state synchronization messages to the gossip port, triggering unbounded memory allocation until the process terminates. The vulnerability is rooted in missing resource limits on incoming gossip state payloads (CWE-770). No public exploit code exists and CISA KEV listing is not confirmed; however, because memberlist underpins HashiCorp Consul, Nomad, and Vault cluster communication, a single exploitable node crash can disrupt distributed coordination in dependent systems.

Technical ContextAI

HashiCorp memberlist is a Go library implementing the SWIM gossip protocol for cluster membership and failure detection, used internally by Consul, Nomad, Vault, and other HashiCorp products. The push/pull state mechanism is how nodes synchronize full membership state with peers - a receiving node accepts a stream of state data from a remote peer, processes it, and merges it locally. CWE-770 (Allocation of Resources Without Limits or Throttling) is the root cause class: the receiving node does not enforce any cap on the amount of memory it allocates while processing an incoming push/pull payload, allowing a malicious sender to supply an arbitrarily large message that exhausts heap memory. The affected CPE is cpe:2.3:a:hashicorp:shared_library:*:*:*:*:*:*:*:*, covering all memberlist releases prior to 0.6.0. The gossip port is typically UDP/TCP 8301 (Consul LAN serf) or a configurable equivalent, exposed only within the cluster network in standard deployments.

RemediationAI

Upgrade to HashiCorp memberlist 0.6.0, which is confirmed as the fix version per the HashiCorp advisory at https://discuss.hashicorp.com/t/hcsec-2026-18-memberlist-vulnerable-to-denial-of-service-via-gossip-message/77556. For applications embedding memberlist as a Go dependency, update the go.mod entry and rebuild. If an immediate upgrade is not possible, restrict access to the gossip port using host-based firewalls or network ACLs so that only known, trusted cluster peers can reach it - this eliminates the attack surface for external or untrusted nodes but does not protect against a compromised cluster member. Note that blocking the gossip port broadly will prevent cluster membership synchronization and may itself cause availability degradation; the port restriction must be scoped precisely to untrusted sources. No other workarounds are documented in the available advisory.

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Performance Computing 12 Affected
SUSE Linux Enterprise High Performance Computing 12 Not-Affected
SUSE Linux Enterprise High Performance Computing 15 SP7 Affected

Share

CVE-2026-14362 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy