---
id: CVE-2026-73511
title: >-
  Envoy is an open source edge and service proxy designed for cloud-native
  applications
summary: >-
  Envoy is an open source edge and service proxy designed for cloud-native
  applications. Prior to 1.36.10, 1.37.6, 1.38.4, and 1.39.1, Envoy normally
  matches the raw request path, while servlet backends such as Apache Tomcat
  strip semicolo…
severity: medium
cvss: 5.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'
cwe:
  - CWE-289
  - CWE-436
vendor: envoyproxy
product: envoy
affected:
  - envoy < 1.36.10
  - 'envoy >= 1.37.0, < 1.37.6'
  - 'envoy >= 1.38.0, < 1.38.4'
  - 'envoy >= 1.39.0, < 1.39.1'
published: '2026-09-21'
updated: '2026-09-23'
sourceUpdated: '2026-09-23T18:21:42.327'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-73511'
references:
  - url: 'https://github.com/envoyproxy/envoy/commit/26d5'
    label: security-advisories@github.com
  - url: >-
      https://github.com/envoyproxy/envoy/commit/50f7bfa48dccfee339822e9846b2b8053e07d325
    label: security-advisories@github.com
  - url: >-
      https://github.com/envoyproxy/envoy/commit/b205d1f4982e14ce5693ba94ef84d37e7155e050
    label: security-advisories@github.com
  - url: >-
      https://github.com/envoyproxy/envoy/commit/fcb663752c7055257f5dcc8b6ce6c7c905ebb1ff
    label: security-advisories@github.com
  - url: 'https://github.com/envoyproxy/envoy/releases/tag/v1.36.10'
    label: security-advisories@github.com
  - url: 'https://github.com/envoyproxy/envoy/releases/tag/v1.37.6'
    label: security-advisories@github.com
  - url: 'https://github.com/envoyproxy/envoy/releases/tag/v1.38.4'
    label: security-advisories@github.com
  - url: 'https://github.com/envoyproxy/envoy/releases/tag/v1.39.1'
    label: security-advisories@github.com
  - url: >-
      https://github.com/envoyproxy/envoy/security/advisories/GHSA-m745-gh6x-349x
    label: security-advisories@github.com
tags:
  - nvd
  - cve.org
epss: 0.00554
epssPercentile: 0.43921
ssvc:
  exploitation: none
  automatable: 'yes'
  technicalImpact: partial
  timestamp: '2026-09-22T14:15:36.667360Z'
ingestedAt: '2026-09-21T20:52:58.300Z'
---

## Overview

Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to 1.36.10, 1.37.6, 1.38.4, and 1.39.1, Envoy normally matches the raw request path, while servlet backends such as Apache Tomcat strip semicolon matrix parameters from each path segment before resolving the resource. Envoy's ignore_path_parameters_in_path_matching option instead truncates at the first semicolon and still does not match per-segment backend behavior. A remote client can use a parameterized protected segment, or a parameter on an earlier segment, to make Envoy select an unprotected fallback while the backend resolves the protected resource. The relevant scope boundary is that the bypass requires both a path-based Envoy decision and a backend that strips semicolon parameters per segment. This issue is fixed in versions 1.36.10, 1.37.6, 1.38.4, and 1.39.1.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
