Path Traversal Affecting github.com/hashicorp/consul/agent/xds package, versions >=1.9.0 <1.20.1
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-GOLANG-GITHUBCOMHASHICORPCONSULAGENTXDS-8310967
- published 31 Oct 2024
- disclosed 29 Oct 2024
- credit Unknown
Introduced: 29 Oct 2024
New CVE-2024-10005 Open this link in a new tabHow to fix?
Upgrade github.com/hashicorp/consul/agent/xds
to version 1.20.1 or higher.
Overview
github.com/hashicorp/consul/agent/xds is a provides an implementation of a gRPC service that exports Envoy's xDS API for config discovery. Specifically we support the Aggregated Discovery Service (ADS) only as we control all config.
Affected versions of this package are vulnerable to Path Traversal due to a lack of path normalization, when using URL paths in L7 traffic intentions. An attacker could bypass HTTP request path-based access rules, using URL-encoded paths and/or multiple slashes.