cvedb.io
CVE-2026-39383
HIGH · CVSS 7.2
EPSS exploitation probability: 0%
Published 2026-05-05T21:16:22.397 · Last modified 2026-06-17T10:42:01.630

Summary

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 th

Affected products

thecodingmachine — gotenberg

Does this affect you?

Add your gear to cvedb and we'll alert you only when thecodingmachine ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.