GHSA-4wr8-3xfv-vhj5HighCVSS 7.5
webhook through 2.8.3 reads the entire request body into memory before evaluating trigger rules,...
🔗 CVE IDs covered (1)
📋 Description
webhook through 2.8.3 reads the entire request body into memory before evaluating trigger rules, allowing unauthenticated attackers to exhaust memory by sending oversized bodies. Attackers can send multi-gigabyte request bodies with invalid signatures to trigger out-of-memory conditions and crash the service.
🔗 References (6)
- https://nvd.nist.gov/vuln/detail/CVE-2026-91080
- https://github.com/adnanh/webhook/issues/756
- https://github.com/adnanh/webhook
- https://github.com/adnanh/webhook/blob/2.8.3/webhook.go
- https://www.vulncheck.com/advisories/webhook-through-2.8.3-memory-exhaustion-via-oversized-request-body
- https://github.com/advisories/GHSA-4wr8-3xfv-vhj5