โ† Back to browse ยท API

CVE-2026-42589

Severity
CRITICAL
CVSS
9.8
EPSS
0.03013
Risk score
40.25
CISA KEV
No
PoC
Yes
Published
2026-05-14
Modified
2026-05-14
First seen
2026-08-07
Aliases
EUVD-2026-30311, GHSA-RQGH-GXV4-6657
Products
gotenberg:gotenberg < 8.31.0, linux, suse
Sources
euvd EUVD-2026-30311
packetstorm e760ebd193aaec6c0d4acb9c|CVE-2026-42589

Description

Gotenberg is a Docker-powered stateless API for PDF files. Prior to 8.31.0, Gotenberg's /forms/pdfengines/metadata/write HTTP endpoint accepts a JSON metadata object and passes its keys directly to ExifTool via the go-exiftool library. No validation is performed on key characters. A \n embedded in a JSON key splits the ExifTool stdin stream into a new argument line, allowing an attacker to inject arbitrary ExifTool flags โ€” including -if, which evaluates Perl expressions. This achieves unauthenticated OS command execution in a single HTTP request. The response is HTTP 200 with a valid PDF, making the attack transparent to basic monitoring. This vulnerability is fixed in 8.31.0.

References