VYPR

Vendor CVEs

Envoy

All CVEs

65 total · sorted by risk
  • CVE-2019-18802CriDec 13, 2019
    risk 0.64cvss 9.8epss 0.02

    An issue was discovered in Envoy 1.12.0. An untrusted remote client may send an HTTP header (such as Host) with whitespace after the header content. Envoy will treat "header-value " as a different string from "header-value" so for example with the Host header "example.com " one…

  • CVE-2019-18801CriDec 13, 2019
    risk 0.64cvss 9.8epss 0.03

    An issue was discovered in Envoy 1.12.0. An untrusted remote client may send HTTP/2 requests that write to the heap outside of the request buffers when the upstream is HTTP/1. This may be used to corrupt nearby heap contents (leading to a query-of-death scenario) or may be used…

  • CVE-2021-29492HigMay 28, 2021
    risk 0.58cvss 8.1epss 0.68

    Envoy is a cloud-native edge/middle/service proxy. Envoy does not decode escaped slash sequences `%2F` and `%5C` in HTTP URL paths in versions 1.18.2 and before. A remote attacker may craft a path with escaped slashes, e.g. `/something%2F..%2Fadmin`, to bypass access control,…

  • CVE-2024-21881HigAug 12, 2024
    risk 0.56cvss epss 0.00

    Inadequate Encryption Strength vulnerability allow an authenticated attacker to execute arbitrary OS Commands via encrypted package upload.This issue affects Envoy: 4.x and 5.x

  • CVE-2023-35941HigJul 25, 2023
    risk 0.56cvss 8.6epss 0.01

    Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to versions 1.27.0, 1.26.4, 1.25.9, 1.24.10, and 1.23.12, a malicious client is able to construct credentials with permanent validity in some specific scenarios. This is caused by the…

  • CVE-2021-32781HigAug 24, 2021
    risk 0.56cvss 8.6epss 0.01

    Envoy is an open source L7 proxy and communication bus designed for large modern service oriented architectures. In affected versions after Envoy sends a locally generated response it must stop further processing of request or response data. However when local response is…

  • CVE-2021-32780HigAug 24, 2021
    risk 0.56cvss 8.6epss 0.01

    Envoy is an open source L7 proxy and communication bus designed for large modern service oriented architectures. In affected versions Envoy transitions a H/2 connection to the CLOSED state when it receives a GOAWAY frame without any streams outstanding. The connection state is…

  • CVE-2021-32779HigAug 24, 2021
    risk 0.56cvss 8.6epss 0.01

    Envoy is an open source L7 proxy and communication bus designed for large modern service oriented architectures. In affected versions envoy incorrectly handled a URI '#fragment' element as part of the path element. Envoy is configured with an RBAC filter for authorization or…

  • CVE-2021-32777HigAug 24, 2021
    risk 0.56cvss 8.6epss 0.03

    Envoy is an open source L7 proxy and communication bus designed for large modern service oriented architectures. In affected versions when ext-authz extension is sending request headers to the external authorization service it must merge multiple value headers according to the…

  • CVE-2023-35944HigJul 25, 2023
    risk 0.53cvss 8.2epss 0.01

    Envoy is an open source edge and service proxy designed for cloud-native applications. Envoy allows mixed-case schemes in HTTP/2, however, some internal scheme checks are case-sensitive. Prior to versions 1.27.0, 1.26.4, 1.25.9, 1.24.10, and 1.23.12, this can lead to the…

  • CVE-2023-27493HigApr 4, 2023
    risk 0.53cvss 8.1epss 0.01

    Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to versions 1.26.0, 1.25.3, 1.24.4, 1.23.6, and 1.22.9, Envoy does not sanitize or escape request properties when generating request headers. This can lead to characters that are illegal…

  • CVE-2023-27487HigApr 4, 2023
    risk 0.53cvss 8.2epss 0.01

    Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to versions 1.26.0, 1.25.3, 1.24.4, 1.23.6, and 1.22.9, the client may bypass JSON Web Token (JWT) checks and forge fake original paths. The header `x-envoy-original-path` should be an…

  • CVE-2026-47774impJun 4, 2026
    risk 0.49cvss 7.5epss 0.01

    envoy: envoy: HTTP/2 Remote Denial of Service via HPACK compression bomb and Slowloris-style attack

  • CVE-2025-62409HigOct 16, 2025
    risk 0.49cvss 7.5epss 0.00

    Envoy is a cloud-native, open source edge and service proxy. Prior to 1.36.1, 1.35.5, 1.34.9, and 1.33.10, large requests and responses can potentially trigger TCP connection pool crashes due to flow control management in Envoy. It will happen when the connection is closing but…

  • CVE-2023-35945HigJul 13, 2023
    risk 0.49cvss 7.5epss 0.01

    Envoy is a cloud-native high-performance edge/middle/service proxy. Envoy’s HTTP/2 codec may leak a header map and bookkeeping structures upon receiving `RST_STREAM` immediately followed by the `GOAWAY` frames from an upstream server. In nghttp2, cleanup of pending requests…

  • CVE-2021-28683HigMay 20, 2021
    risk 0.49cvss 7.5epss 0.02

    An issue was discovered in Envoy through 1.71.1. There is a remotely exploitable NULL pointer dereference and crash in TLS when an unknown TLS alert code is received.

  • CVE-2020-12605HigJul 1, 2020
    risk 0.49cvss 7.5epss 0.01

    Envoy version 1.14.2, 1.13.2, 1.12.4 or earlier may consume excessive amounts of memory when processing HTTP/1.1 headers with long field names or requests with long URLs.

  • CVE-2020-12603HigJul 1, 2020
    risk 0.49cvss 7.5epss 0.01

    Envoy version 1.14.2, 1.13.2, 1.12.4 or earlier may consume excessive amounts of memory when proxying HTTP/2 requests or responses with many small (i.e. 1 byte) data frames.

  • CVE-2019-18838HigDec 13, 2019
    risk 0.49cvss 7.5epss 0.02

    An issue was discovered in Envoy 1.12.0. Upon receipt of a malformed HTTP request without a Host header, it sends an internally generated "Invalid request" response. This internally generated response is dispatched through the configured encoder filter chain before being sent to…

  • CVE-2019-18836HigNov 11, 2019
    risk 0.49cvss 7.5epss 0.02

    Envoy 1.12.0 allows a remote denial of service because of resource loops, as demonstrated by a single idle TCP connection being able to keep a worker thread in an infinite busy loop when continue_on_listener_filters_timeout is used."

  • CVE-2019-15225HigAug 19, 2019
    risk 0.49cvss 7.5epss 0.03

    In Envoy through 1.11.1, users may configure a route to match incoming path headers via the libstdc++ regular expression implementation. A remote attacker may send a request with a very long URI to result in a denial of service (memory consumption). This is a related issue to…

  • CVE-2026-47220impJun 26, 2026
    risk 0.42cvss 7.5epss 0.00

    envoy: Envoy: Denial of Service via missing host header in specific logging configurations

  • CVE-2026-48743impJun 26, 2026
    risk 0.42cvss 7.5epss 0.00

    envoy: Envoy: Request desynchronization allows security policy bypass via HTTP/3 to HTTP/1 translation

  • CVE-2026-48044impJun 26, 2026
    risk 0.42cvss 7.5epss 0.00

    Envoy: Envoy: Denial of Service via specially crafted zstd payload

  • CVE-2026-48042impJun 26, 2026
    risk 0.42cvss 7.5epss 0.00

    envoy: Envoy: Denial of Service via deeply nested JSON objects

  • CVE-2025-62504MedOct 16, 2025
    risk 0.42cvss 6.5epss 0.00

    Envoy is an open source edge and service proxy. Envoy versions earlier than 1.36.2, 1.35.6, 1.34.10, and 1.33.12 contain a use-after-free vulnerability in the Lua filter. When a Lua script executing in the response phase rewrites a response body so that its size exceeds the…

  • CVE-2024-45810MedSep 20, 2024
    risk 0.42cvss 6.5epss 0.01

    Envoy is a cloud-native high-performance edge/middle/service proxy. Envoy will crash when the http async client is handling `sendLocalReply` under some circumstance, e.g., websocket upgrade, and requests mirroring. The http async client will crash during the `sendLocalReply()`…

  • CVE-2024-45808MedSep 20, 2024
    risk 0.42cvss 6.5epss 0.00

    Envoy is a cloud-native high-performance edge/middle/service proxy. A vulnerability has been identified in Envoy that allows malicious attackers to inject unexpected content into access logs. This is achieved by exploiting the lack of validation for the `REQUESTED_SERVER_NAME`…

  • CVE-2024-45806MedSep 20, 2024
    risk 0.42cvss 6.5epss 0.00

    Envoy is a cloud-native high-performance edge/middle/service proxy. A security vulnerability in Envoy allows external clients to manipulate Envoy headers, potentially leading to unauthorized access or other malicious actions within the mesh. This issue arises due to Envoy's…

  • CVE-2024-34363HigJun 4, 2024
    risk 0.42cvss 7.5epss 0.01

    Envoy is a cloud-native, open source edge and service proxy. Due to how Envoy invoked the nlohmann JSON library, the library could throw an uncaught exception from downstream data if incomplete UTF-8 strings were serialized. The uncaught exception would cause Envoy to crash.

  • CVE-2023-35942MedJul 25, 2023
    risk 0.42cvss 6.5epss 0.01

    Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to versions 1.27.0, 1.26.4, 1.25.9, 1.24.10, and 1.23.12, gRPC access loggers using listener's global scope can cause a `use-after-free` crash when the listener is drained. Versions…

  • CVE-2023-27496MedApr 4, 2023
    risk 0.42cvss 6.5epss 0.01

    Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to versions 1.26.0, 1.25.3, 1.24.4, 1.23.6, and 1.22.9, the OAuth filter assumes that a `state` query param is present on any response that looks like an OAuth redirect response. Sending…

  • CVE-2025-55162MedSep 3, 2025
    risk 0.41cvss 6.3epss 0.00

    Envoy is an open source L7 proxy and communication bus designed for large modern service oriented architectures. In versions below 1.32.10 and 1.33.0 through 1.33.6, 1.34.0 through 1.34.4 and 1.35.0, insufficient Session Expiration in the Envoy OAuth2 filter leads to failed…

  • CVE-2023-35943MedJul 25, 2023
    risk 0.41cvss 6.3epss 0.01

    Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to versions 1.27.0, 1.26.4, 1.25.9, 1.24.10, and 1.23.12, the CORS filter will segfault and crash Envoy when the `origin` header is removed and deleted between `decodeHeaders`and…

  • CVE-2026-48706modJun 26, 2026
    risk 0.38cvss 5.9epss 0.00

    envoy: Envoy Heap Buffer Overflow in TcpStatsdSink

  • CVE-2024-32974MedJun 4, 2024
    risk 0.38cvss 5.9epss 0.01

    Envoy is a cloud-native, open source edge and service proxy. A crash was observed in `EnvoyQuicServerStream::OnInitialHeadersComplete()` with following call stack. It is a use-after-free caused by QUICHE continuing push request headers after `StopReading()` being called on the…

  • CVE-2021-32778MedAug 24, 2021
    risk 0.38cvss 5.8epss 0.01

    Envoy is an open source L7 proxy and communication bus designed for large modern service oriented architectures. In affected versions envoy’s procedure for resetting a HTTP/2 stream has O(N^2) complexity, leading to high CPU utilization when a large number of streams are…

  • CVE-2026-47204modJun 26, 2026
    risk 0.35cvss 6.5epss 0.00

    envoy: Envoy: Denial of Service via Connect protocol request

  • CVE-2023-27491MedApr 4, 2023
    risk 0.35cvss 5.4epss 0.01

    Envoy is an open source edge and service proxy designed for cloud-native applications. Compliant HTTP/1 service should reject malformed request lines. Prior to versions 1.26.0, 1.25.3, 1.24.4, 1.23.6, and 1.22.9, There is a possibility that non compliant HTTP/1 service may allow…

  • CVE-2023-27488MedApr 4, 2023
    risk 0.35cvss 5.4epss 0.01

    Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to versions 1.26.0, 1.25.3, 1.24.4, 1.23.6, and 1.22.9, escalation of privileges is possible when `failure_mode_allow: true` is configured for `ext_authz` filter. For affected components…

  • CVE-2025-46821MedMay 7, 2025
    risk 0.34cvss 5.3epss 0.00

    Envoy is a cloud-native edge/middle/service proxy. Prior to versions 1.34.1, 1.33.3, 1.32.6, and 1.31.8, Envoy's URI template matcher incorrectly excludes the `*` character from a set of valid characters in the URI path. As a result URI path containing the `*` character will not…

  • CVE-2024-45809MedSep 20, 2024
    risk 0.34cvss 5.3epss 0.00

    Envoy is a cloud-native high-performance edge/middle/service proxy. Jwt filter will lead to an Envoy crash when clear route cache with remote JWKs. In the following case: 1. remote JWKs are used, which requires async header processing; 2. clear_route_cache is enabled on the…

  • CVE-2026-47221modJun 26, 2026
    risk 0.31cvss 5.9epss 0.00

    envoy: Envoy: Null pointer deref in internal redirects

  • CVE-2024-23326MedJun 4, 2024
    risk 0.31cvss 5.9epss 0.00

    Envoy is a cloud-native, open source edge and service proxy. A theoretical request smuggling vulnerability exists through Envoy if a server can be tricked into adding an upgrade header into a response. Per RFC https://www.rfc-editor.org/rfc/rfc7230#section-6.7 a server sends 101…

  • CVE-2023-27492MedApr 4, 2023
    risk 0.31cvss 4.8epss 0.01

    Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to versions 1.26.0, 1.25.3, 1.24.4, 1.23.6, and 1.22.9, the Lua filter is vulnerable to denial of service. Attackers can send large request bodies for routes that have Lua filter enabled…

  • CVE-2020-15104MedJul 14, 2020
    risk 0.30cvss 4.6epss 0.00

    In Envoy before versions 1.12.6, 1.13.4, 1.14.4, and 1.15.0 when validating TLS certificates, Envoy would incorrectly allow a wildcard DNS Subject Alternative Name apply to multiple subdomains. For example, with a SAN of *.example.com, Envoy would incorrectly allow…

  • CVE-2026-47692modJun 26, 2026
    risk 0.24cvss 4.8epss 0.00

    envoy: Envoy: PROXY Protocol v2 header generator emits "skipped" TLVs, causing 65 KB attacker-controlled spillover into the upstream application stream

  • CVE-2026-47778modJun 26, 2026
    risk 0.22cvss 4.4epss 0.00

    envoy: Envoy: Information disclosure via malicious certificate with NUL byte in DNS Subject Alternative Name (SAN)

  • CVE-2020-11767LowApr 15, 2020
    risk 0.20cvss 3.1epss 0.02

    Istio through 1.5.1 and Envoy through 1.14.1 have a data-leak issue. If there is a TCP connection (negotiated with SNI over HTTPS) to *.example.com, a request for a domain concurrently configured explicitly (e.g., abc.example.com) is sent to the server(s) listening behind…

  • CVE-2026-48090modJun 26, 2026
    risk 0.19cvss epss 0.00

    Envoy HTTP: OAuth2 filter late async token completion after stream teardown (UAF / crash risk)

Page 1 of 2