Gotenberg is an API-based document conversion tool. In version 8.29.1, an unauthenticated attacker with network access can force the server to make outbound HTTP POST requests to arbitrary internal or external destinations by supplying a crafted URL in the Gotenberg-Webhook-Url request header. The FilterDeadline function in filter.go is intended to gate outbound URLs, but when both the allow-list and deny-list are empty (the default configuration), it returns nil unconditionally and permits any URL.
This is a blind SSRF: Gotenberg POSTs the converted document to the webhook URL and only checks whether the response status code is an error, but never returns the target's response body to the attacker. An attacker can use this to probe internal network infrastructure by observing whether the error callback is invoked, force POST requests against internal services that perform side effects, and confirm reachability of cloud metadata endpoints. The retryable HTTP client issues up to 4 automatic retries per request, amplifying each probe.
This issue has been fixed in version 8.31.0. As a workaround, configure the GOTENBERG_API_WEBHOOK_ALLOW_LIST environment variable to restrict webhook URLs to known receivers, or set GOTENBERG_API_WEBHOOK_DENY_LIST to block RFC-1918 and link-local address ranges.
References
| Link | Resource |
|---|---|
| https://github.com/gotenberg/gotenberg/security/advisories/GHSA-5vh4-rgv7-p9g4 | Exploit Mitigation Vendor Advisory |
| https://github.com/gotenberg/gotenberg/security/advisories/GHSA-5vh4-rgv7-p9g4 | Exploit Mitigation Vendor Advisory |
Configurations
History
08 May 2026, 19:02
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:a:thecodingmachine:gotenberg:*:*:*:*:*:*:*:* | |
| References | () https://github.com/gotenberg/gotenberg/security/advisories/GHSA-5vh4-rgv7-p9g4 - Exploit, Mitigation, Vendor Advisory | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.2 |
| First Time |
Thecodingmachine gotenberg
Thecodingmachine |
06 May 2026, 16:16
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/gotenberg/gotenberg/security/advisories/GHSA-5vh4-rgv7-p9g4 - |
05 May 2026, 21:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-05 21:16
Updated : 2026-05-08 19:02
NVD link : CVE-2026-39383
Mitre link : CVE-2026-39383
CVE.ORG link : CVE-2026-39383
JSON object : View
Products Affected
thecodingmachine
- gotenberg
CWE
CWE-918
Server-Side Request Forgery (SSRF)
