CVE-2026-32873
Last modified
CVE-2026-32873 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. ewe is a Gleam web server. Versions 0.8.0 through 3.0.4 contain a bug in the handle_trailers function where rejected trailer headers (forbidden or undeclared) cause an infinite loop. EPSS estimates a 0.60% chance of exploitation in the next 30 days.
Description
ewe is a Gleam web server. Versions 0.8.0 through 3.0.4 contain a bug in the handle_trailers function where rejected trailer headers (forbidden or undeclared) cause an infinite loop. When handle_trailers encounters such a trailer, three code paths (lines 520, 523, 526) recurse with the original buffer (rest) instead of advancing past the rejected header (Buffer(header_rest, 0)), causing decoder.decode_packet to re-parse the same header on every iteration. The resulting loop has no timeout or escape — the BEAM process permanently wedges at 100% CPU. Any application that calls ewe.read_body on chunked requests is affected, and this is exploitable by any unauthenticated remote client before control returns to application code, making an application-level workaround impossible. This issue is fixed in version 3.0.5.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Vshakitskiy | Ewe | >= 0.8.0, < 3.0.5 |
References
- https://github.com/vshakitskiy/ewe/security/advisories/GHSA-4w98-xf39-23gpExploit, Patch, Vendor Advisory
- https://github.com/vshakitskiy/ewe/security/advisories/GHSA-4w98-xf39-23gpExploit, Patch, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-32873?
How severe is CVE-2026-32873?
How do I fix CVE-2026-32873?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-32867OPEXUS eComplaint before version 10.1.0.0 allows an unauthen…9.8
- CVE-2026-32868OPEXUS eComplaint and eCASE before 10.2.0.0 do not correctly…5.4
- CVE-2026-32869OPEXUS eComplaint and eCASE before 10.2.0.0 do not correctly…5.4
- CVE-2026-3287A security flaw has been discovered in youlaitech youlai-mal…9.8
- CVE-2026-32870Kirby is an open-source content management system. Kirby's `…7.5
- CVE-2026-32871FastMCP is a Pythonic way to build MCP servers and clients. …10
- CVE-2026-32874UltraJSON is a fast JSON encoder and decoder written in pure…7.5
- CVE-2026-32875UltraJSON is a fast JSON encoder and decoder written in pure…7.5
- CVE-2026-32877Botan is a C++ cryptography library. From version 2.3.0 to b…8.2
- CVE-2026-32878Parse Server is an open source backend that can be deployed …7.5
- CVE-2026-32879New API is a large language mode (LLM) gateway and artificia…4.9
- CVE-2026-3288A security issue was discovered in ingress-nginx where the `…8.8
Are you affected by CVE-2026-32873?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
