GHSA-qqff-5854-px68
HIGHCVE-2026-55149vouch-proxy v0.47.2 contains an unauthenticated remote denial-of-service vulnerability in its multipart cookie reassembly logic. The /validate endpoint parses the total cookie part count directly from the attacker-controlled cookie name (e.g., VouchCookie1of<N>) and passes it without any bounds check to make([]string, N). A single HTTP request with N=10000000000 causes the Go runtime to attempt a
- Affected
- >=0, <0.48.0
- Fixed in
- 0.48.0
- Weakness
- CWE-789
- Published
- 2026-08-20
- Source
- github