Vulnerability Description
Gotenberg is a Docker-powered stateless API for PDF files. From 8.10.0 until 8.33.0, the newContext function in pkg/modules/api/context.go starts one errgroup.Go goroutine for each multipart downloadFrom entry and allows those goroutines to concurrently write to the shared ctx.files, ctx.diskToOriginal, and ctx.filesByField maps and slices. Go maps and slices are not safe for concurrent mutation, so a crafted multipart request containing many downloadFrom entries can trigger a data race and terminate the process with a fatal concurrent map writes runtime error. The default configuration enables downloadFrom and disables authentication, allowing an unauthenticated remote attacker to crash an exposed conversion service and cause a denial of service. This issue is fixed in version 8.33.0.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/gotenberg/gotenberg/commit/6671b5e5d30289087ca80130fc76f130cf
- https://github.com/gotenberg/gotenberg/releases/tag/v8.33.0
- https://github.com/gotenberg/gotenberg/security/advisories/GHSA-vp73-vjw8-8f32
- https://github.com/gotenberg/gotenberg/security/advisories/GHSA-vp73-vjw8-8f32
FAQ
What is CVE-2026-45742?
CVE-2026-45742 is a vulnerability with a CVSS score of 7.5 (HIGH). Gotenberg is a Docker-powered stateless API for PDF files. From 8.10.0 until 8.33.0, the newContext function in pkg/modules/api/context.go starts one errgroup.Go goroutine for each multipart downloadF...
How severe is CVE-2026-45742?
CVE-2026-45742 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-45742?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.