CVE-2020-25018
Description
Envoy master between 2d69e30 and 3b5acb2 may fail to parse request URL that requires host canonicalization.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Envoy master versions between 2d69e30 and 3b5acb2 crash when parsing URLs with Internationalized Domain Names due to failed Punycode encoding.
Vulnerability
Envoy master versions between commit 2d69e30 and 3b5acb2 (inclusive) contain a vulnerability in the URL parser. When a request URL includes an Internationalized Domain Name (IDN) as the host component, the parser attempts to perform Punycode encoding (converting Unicode to ASCII). However, the conversion data is not available, causing the conversion to fail and leading to a segmentation fault (crash). [1]
Exploitation
An attacker can trigger this vulnerability by sending a crafted HTTP request with an IDN host to an affected Envoy proxy. No authentication or special network position is required; the request can be sent over the network. The attacker does not need user interaction. The crash occurs during URL parsing before any request processing. [1]
Impact
Successful exploitation results in a denial of service (DoS) due to abnormal termination of the Envoy proxy process. The crash is a segmentation fault, causing the proxy to stop serving traffic. The confidentiality and integrity of data are not affected, but availability is compromised. [1]
Mitigation
The fix was introduced in Envoy master after commit 3b5acb2. Users should update to a version that includes the fix. As of the advisory publication (2020-10-01), no workaround is mentioned. The vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog. [1]
AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Envoy/Envoydescription
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2- github.com/envoyproxy/envoy/security/advisories/GHSA-fwwh-fc9w-9673mitrex_refsource_MISC
- groups.google.com/forum/mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.