chore(deps): update hashicorp/consul docker tag to v2.0.3 - #8957
Open
renovate[bot] wants to merge 2 commits into
Open
chore(deps): update hashicorp/consul docker tag to v2.0.3#8957renovate[bot] wants to merge 2 commits into
renovate[bot] wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.2→2.0.3Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
hashicorp/consul (hashicorp/consul)
v2.0.3Compare Source
2.0.3 (August 7, 2026)
SECURITY:
brace-expansionto address GHSA-rgw5-rvv9-x895 (DoS via unbounded intermediate arrays). [GH-23786]fast-urito address GHSA-7p8r-x3mc-p8w7 (Host Confusion via backslash authority introducer). [GH-23786]golang.org/x/textto v0.39.0 to address GO-2026-5970. [GH-23761]google.golang.org/grpcto v1.82.1 to address GHSA-hrxh-6v49-42gf. [GH-23761]socket.io-parserto address CVE-2026-69185 (Zero-attachment Memory Exhaustion). [GH-23786]1.26.5. This resolves vulnerabilitiesGO-2026-4970 (
os).GO-2026-5856 (
crypto/tls). [GH-23761]GET /v1/agent/connect/ca/rootsand
POST /v1/agent/connect/authorizeused the agent-side cache unconditionally, evenwhen
http_config { use_cache = false }was configured by the operator. A remote callercould bypass this setting and grow the agent cache without bound by varying the request
ACL token. Both endpoints now skip the cache and issue a direct RPC when
use_cacheisdisabled. (SECVULN-50292, SECVULN-50293) [GH-23797]
ShadowServiceRouterConfigEntry.CheckEntwhen a service-router config entry contained a route with a nil
Destination. A craftedsnapshot restore or replication message containing such an entry could crash the FSM
decode path. The nil guard now treats a missing destination as non-enterprise data and
continues decoding safely. (SECVULN-50291) [GH-23797]
(
envoy_public_listener_json) with an HTTP Connection Manager filter would skip Consul'sinbound request-normalization defaults. An attacker could exploit the un-normalized path
to bypass L7 intention
denyrules using percent-encoded path equivalents. Consul nowinjects path normalization (enabled by default, unless the mesh config option
InsecureDisablePathNormalizationis set) on every HCM filter chain in user-providedpublic listeners before L7 intention enforcement is applied. (SECVULN-50295) [GH-23797]
PUT /v1/agent/check/update/:id,PUT /v1/agent/check/register,PUT /v1/agent/service/register, andPOST /v1/agent/connect/authorizedecoded unbounded JSON request bodies before resolving the caller's ACL
token. An unauthenticated caller could retain multiple large JSON decoder
buffers concurrently inside the Consul process before each request was
rejected with HTTP 403, causing attacker-controlled heap growth. All four
endpoints now cap the request body at 512 KiB before any decoding occurs,
returning HTTP 413 for oversized bodies. This limit applies to chunked
transfer encoding as well as declared
Content-Length.(SECVULN-50418) [GH-23796]
and gRPC-TLS listeners accepted an unlimited number of TCP connections per source IP
before any request processing, ACL check, or rate limiting could occur. A remote attacker
could exhaust agent file descriptors, goroutines, and memory by opening many connections
and withholding the gRPC or TLS handshake. A new per-client-IP connection limiter is now
applied before the gRPC server observes the connection, controlled by the new
limits.grpc_max_conns_per_clientconfiguration option (default 100). The gRPC handshaketimeout has also been reduced from the library default of 120 seconds to 20 seconds.
(SECVULN-50294) [GH-23797]
IMPROVEMENTS:
ProxyDefaults.spec.configkeys for controlling theserverresponse header on API Gateway HTTP listeners:envoy_suppress_envoy_headers(removes the header entirely) andenvoy_server_header_name(renames it to a custom value). If both are set, suppress takes precedence. [GH-13027]BUG FIXES:
service-routercomposed a route to a destination in a different service, namespace, or partition during discovery-chain synthesis. [GH-23793]Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.