PatchSiren cyber security CVE debrief
CVE-2026-45742 gotenberg CVE debrief
CVE-2026-45742 is a denial-of-service vulnerability in Gotenberg, a Docker-powered stateless API for PDF files. The vulnerability exists in versions 8.10.0 through 8.32.0 and allows an unauthenticated remote attacker to crash an exposed conversion service by sending a crafted multipart request. This issue is fixed in version 8.33.0. The vulnerability is caused by the newContext function in pkg/modules/api/context.go, which starts multiple goroutines for each multipart downloadFrom entry, allowing concurrent writes to shared maps and slices. A crafted multipart request can trigger a data race, terminating the process with a fatal concurrent map writes runtime error. Defenders should
- Vendor
- gotenberg
- Product
- Unknown
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-19
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-19
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for Gotenberg conversion services, especially those with unauthenticated access enabled, should assess exposure and potential impact. They should verify if Gotenberg conversion services are exposed and unauthenticated, assess the potential impact of a denial-of-service attack on operations, and update to version 8.33.0 or later if vulnerable. Additionally, defenders should review compensating controls for exposed systems while
Why it matters
CVE-2026-45742 is a denial-of-service vulnerability in Gotenberg that allows an unauthenticated remote attacker to crash an exposed conversion service. Defenders should verify exposure, assess impact, and update to version 8.33.0 or later if vulnerable.
- Denial-of-service attack can crash exposed conversion services
- Unauthenticated access allows remote exploitation
- Fixed version 8.33.0 or later is available
- Verification of exposure and impact is necessary
Technical summary
The newContext function in pkg/modules/api/context.go starts multiple goroutines for each multipart downloadFrom entry, allowing concurrent writes to shared maps and slices. A crafted multipart request can trigger a data race, terminating the process with a fatal concurrent map writes runtime error. This issue is fixed in version 8.33.0. The vulnerability allows an unauthenticated remote attacker to crash an exposed conversion service, causing a denial-of-service attack. Defenders should prioritize verifying exposure of Gotenberg conversion services, especially if unauthenticated access is enabled, and assess the potential impact of a denial-of-service attack on their operations.
Defensive priority
Defenders should prioritize verifying exposure of Gotenberg conversion services, especially if unauthenticated access is enabled, and assess the potential impact of a denial-of-service attack on their operations.
Recommended defensive actions
- Verify if Gotenberg conversion services are exposed and unauthenticated
- Assess the potential impact of a denial-of-service attack on operations
- Update to version 8.33.0 or later if vulnerable
- Monitor for potential exploitation attempts
- Review compensating controls for exposed systems
- Track exceptions and retest remediated assets
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and NVD entry provide details about the vulnerability, its impact, and the fixed version. However, additional information about potential exploitation or affected systems is limited. Defenders should verify exposure of Gotenberg conversion services, especially if unauthenticated access is enabled, and assess the potential impact of a denial-of-service attack on their operations. The lack of authentication allows for remote exploitation, and defenders should review compensating controls for exposed systems while
Sources and references
Verified primary and authoritative sources
-
CVE-2026-45742 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-45742
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-45742 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-45742
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/gotenberg/gotenberg/commit/6671b5e5d30289087ca80130fc76f130cfa4dd7b
-
Source reference
Unverified legacy reference
URL: https://github.com/gotenberg/gotenberg/releases/tag/v8.33.0
-
Source reference
Unverified legacy reference
URL: https://github.com/gotenberg/gotenberg/security/advisories/GHSA-vp73-vjw8-8f32
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.