Back to list

Gotenberg's DNS rebinding bypasses SSRF validation on Chromium URL conversion routes — CVE-2026-42592

GHSA · GitHub · CVE-2026-42592

ID
CVE-2026-42592
Date
Updated
Activity
Source
GHSA
Vendor
GitHub
Threat
medium
CVSS
5.3

Summary

## Summary `FilterOutboundURL` resolves the hostname, checks the resolved IPs against the private-address deny-list, and returns only the error. It discards the resolved addresses. Chromium later performs its own DNS resolution when it navigates to the URL. An attacker who controls DNS for a hostname with a short TTL returns a public IP on the first query (Gotenberg allows) and a private IP on the second query…

Product

go: github.com/gotenberg/gotenberg/v8

What to do

General, cautious steps (verify details in the official source):

  • Review exposure and plan remediation based on risk and environment.
  • Identify affected product versions in your inventory and verify whether you are impacted.
  • Apply vendor patches/updates or recommended mitigations as soon as available.
  • Read the official advisory for exact affected versions and remediation steps.

Official advisory

Related advisories