CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-53715

mediumCVSS 5.3covered by 1 sourcefirst seen 2026-07-16
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.

⚡ Watch CVE-2026-53715

Get an email if CVE-2026-53715 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Advisory coverage (1)

External references

NVD record for CVE-2026-53715

CVE.org record

Embed the live status

CVE-2026-53715 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-53715 status](https://www.csirts.com/badge/CVE-2026-53715)](https://www.csirts.com/cve/CVE-2026-53715)