Description
Consul Community Edition and Consul Enterprise 1.13.0 through 2.0.2 are vulnerable to an unauthenticated denial of service through unbounded connection acceptance on the external gRPC listeners. A remote attacker may exhaust agent file descriptors, goroutines, and memory by opening many incomplete connections, potentially preventing legitimate clients from connecting. This vulnerability, CVE-2026-15972, is fixed in Consul 2.0.3 and Consul Enterprise 1.21.17, 1.22.11, and 2.0.3.
Published: 2026-08-07
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Consul Community Edition and Consul Enterprise versions from 1.13.0 through 2.0.2 allow an unauthenticated actor to open an arbitrary number of external gRPC connections. Each incomplete connection consumes a file descriptor, a goroutine, and a portion of memory, which can quickly exhaust the agent’s resources. The resulting denial of service manifests as legitimate clients being unable to establish connections, effectively disabling the Consul service for the affected nodes. The weakness is an uncontrolled resource consumption flaw identified as CWE‑770.

Affected Systems

HashiCorp Consul Community Edition and HashiCorp Consul Enterprise from version 1.13.0 to 2.0.2 are affected. The problem is resolved in Consul 2.0.3 for the open‑source edition, and in Consul Enterprise 1.21.17, 1.22.11, and 2.0.3 for the enterprise edition.

Risk and Exploitability

The CVSS score of 7.5 signifies a high impact and medium to high difficulty of exploitation. EPSS data is not available, but the flaw can be activated from any network that can reach the external gRPC listener since no authentication is required. The likely attack vector is a remote passive connection to that listener, which an adversary can replay from any IP address. While the vulnerability does not expose data or enable code execution, it can completely halt availability of the Consul service. CISA has not listed it in the KEV catalog, although its severity warrants prompt remediation.

Generated by OpenCVE AI on August 7, 2026 at 20:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Consul 2.0.3 for the Community Edition or Consul Enterprise 1.21.17, 1.22.11, or 2.0.3, which contain the patch that limits external gRPC connections.
  • If an immediate upgrade is infeasible, configure Consul to bind the external gRPC listener to a trusted network or to localhost only, or enforce the restriction through firewall rules to prevent unauthenticated access.
  • Apply network‑level rate limiting or connection throttling on the external gRPC port to curb the rate of new connections from any single IP address.

Generated by OpenCVE AI on August 7, 2026 at 20:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Important


Mon, 10 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 07 Aug 2026 21:15:00 +0000

Type Values Removed Values Added
First Time appeared Hashicorp
Hashicorp consul
Hashicorp consul Enterprise
Vendors & Products Hashicorp
Hashicorp consul
Hashicorp consul Enterprise

Fri, 07 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Description Consul Community Edition and Consul Enterprise 1.13.0 through 2.0.2 are vulnerable to an unauthenticated denial of service through unbounded connection acceptance on the external gRPC listeners. A remote attacker may exhaust agent file descriptors, goroutines, and memory by opening many incomplete connections, potentially preventing legitimate clients from connecting. This vulnerability, CVE-2026-15972, is fixed in Consul 2.0.3 and Consul Enterprise 1.21.17, 1.22.11, and 2.0.3.
Title Unauthenticated denial of service via unbounded external gRPC connection acceptance
Weaknesses CWE-770
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Subscriptions

Hashicorp Consul Consul Enterprise
cve-icon MITRE

Status: PUBLISHED

Assigner: HashiCorp

Published:

Updated: 2026-08-10T18:24:14.625Z

Reserved: 2026-07-16T15:32:34.132Z

Link: CVE-2026-15972

cve-icon Vulnrichment

Updated: 2026-08-10T17:40:04.463Z

cve-icon NVD

Status : Received

Published: 2026-08-07T20:16:50.020

Modified: 2026-08-10T19:17:29.037

Link: CVE-2026-15972

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-07T19:20:22Z

Links: CVE-2026-15972 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-07T21:00:14Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling