GHSA-r33j-c622-r6qp · Severity: high · Ecosystem: go — Gotenberg has an unauthenticated denial of service via echo.Context pool reuse in webhook async goroutine
Gotenberg is a Docker-powered stateless API for PDF files. Prior to 8.32.0, the webhook middleware spawns a goroutine that holds a reference to the request's echo.Context after the synchronous handler returns ErrAsyncProcess and Echo recycles the context back to its sync.Pool. When a concurrent request claims the recycled context, c.Reset() clears the store. If the webhook goroutine reaches hardTimeoutMiddleware at that moment, an unchecked type assertion on a nil store entry panics outside any recover() scope, crashing the Gotenberg process. Any anonymous caller reaches the webhook path (default webhook-deny-list filters only the webhook destination, not the submitter). A single-source stress of ~24 webhook requests plus ~60 GET /version requests crashes the process in about two seconds. This vulnerability is fixed in 8.32.0.
Conclusion & alert: CVE-2026-42594 is rated Exploit Available (50/100): CVSS High severity, with low exploitation likelihood (EPSS 0.02%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-05-22 | 0.05% | 0.02% | -0.03% |
| 2 | 2026-05-20 | 0.04% | 0.05% | +0.01% |
| 3 | 2026-05-15 | — | 0.04% | — |
Full EPSS history (3 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
GHSA-r33j-c622-r6qp · Severity: high · Ecosystem: go — Gotenberg has an unauthenticated denial of service via echo.Context pool reuse in webhook async goroutine
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| thecodingmachine | gotenberg | < 8.32.0 | cpe:2.3:a:thecodingmachine:gotenberg:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/gotenberg/gotenberg/security/advisories/GHSA-r33j-c622-r6qp | Exploit Mitigation Vendor Advisory |