VYPR

envoy

by Envoy

Source repositories

CVEs (77)

  • CVE-2026-47774HigJun 17, 2026
    risk 0.49cvss 7.5epss 0.01

    Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to versions 1.35.11, 1.36.7, 1.37.3, and 1.38.1, a vulnerability in Envoy's HTTP/2 downstream request processing allows an unauthenticated remote client to trigger excessive memory…

  • 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-2021-28682HigMay 20, 2021
    risk 0.49cvss 7.5epss 0.02

    An issue was discovered in Envoy through 1.71.1. There is a remotely exploitable integer overflow in which a very large grpc-timeout value leads to unexpected timeout calculations.

  • CVE-2020-25018HigOct 1, 2020
    risk 0.49cvss 7.5epss 0.01

    Envoy master between 2d69e30 and 3b5acb2 may fail to parse request URL that requires host canonicalization.

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

    Envoy version 1.14.2, 1.13.2, 1.12.4 or earlier may exhaust file descriptors and/or memory when accepting too many connections.

  • 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-12604HigJul 1, 2020
    risk 0.49cvss 7.5epss 0.02

    Envoy version 1.14.2, 1.13.2, 1.12.4 or earlier is susceptible to increased memory usage in the case where an HTTP/2 client requests a large payload but does not send enough window updates to consume the entire stream and does not reset the stream.

  • 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-73546impAug 26, 2026
    risk 0.48cvss 7.4epss

    envoy: envoy: stored XSS through dynamically generated stat names in admin interface

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

    Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to 1.35.11, 1.36.7, 1.37.3, and 1.38.1, Envoy can translate a downstream HTTP/3 request that is complete at the transport layer (HEADERS with FIN / headers-only close) but still carries…

  • 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.