Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/envoyproxy/gateway
  4. ›
  5. CVE-2026-53715

CVE-2026-53715: Envoy Gateway: Wasm cache ServeHTTP reads mappingPath2Cache without lock

July 16, 2026

Vulnerability report without repro case. Repro case may be added later after harness is complete.

Preconditions (4):

  • Pod-network reachability to :18002 (no auth)
  • Tenant can create EnvoyExtensionPolicy (baseline)
  • Attacker pod floods GET while churning EnvoyExtensionPolicy with distinct Wasm URLs
  • Read at :153 must overlap a write at :201/:209 (probabilistic, attacker controls both rates)

Description:

httpserver.go:153 reads s.mappingPath2Cache with no lock while httpserver.go:201/209 write it under s.Lock(); the struct uses a plain map. Writer is tenant-reachable via EnvoyExtensionPolicy translation, reader is pod-network-reachable on :18002 with per-request goroutines. Go’s concurrent map read+write detection calls runtime.throw, which net/http’s per-conn recover cannot catch, so the controller process exits — cross-tenant control-plane DoS. Capped at MEDIUM: DoS-only, k8s restarts pod, timing-dependent trigger.

References

  • github.com/advisories/GHSA-8fv2-88gg-hm7q
  • github.com/envoyproxy/gateway/security/advisories/GHSA-8fv2-88gg-hm7q
  • nvd.nist.gov/vuln/detail/CVE-2026-53715

Code Behaviors & Features

Detect and mitigate CVE-2026-53715 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.7.4, all versions starting from 1.8.0-rc.0 before 1.8.1

Fixed versions

  • 1.7.4
  • 1.8.1

Solution

Upgrade to versions 1.7.4, 1.8.1 or above.

Impact 5.3 MEDIUM

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

Source file

go/github.com/envoyproxy/gateway/CVE-2026-53715.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 08 Aug 2026 00:17:01 +0000.