Improper Input Validation Affecting envoyproxy/envoy package, versions [,1.28.7) [1.29.0,1.29.9) [1.30.0,1.30.6) [1.31.0,1.31.2)
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-UNMANAGED-ENVOYPROXYENVOY-8062350
- published 20 Sep 2024
- disclosed 19 Sep 2024
- credit James Force
Introduced: 19 Sep 2024
CVE-2024-7207 Open this link in a new tabHow to fix?
Upgrade envoyproxy/envoy
to version 1.28.7, 1.29.9, 1.30.6, 1.31.2 or higher.
Overview
Affected versions of this package are vulnerable to Improper Input Validation through the manipulation of HTTP headers. An attacker can forge requests to internal-only services or arbitrary external systems by manipulating headers in pass-through routes used for the ingress gateway. This is only exploitable if the internal_address_config
range for envoy is not set to 0.0.0.0/32
.
Note:
This is a regression of the fix for CVE-2023-27487
Workaround
This vulnerability can be mitigated by setting the internal_address_config
range for envoy to 0.0.0.0/32
.