Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/gotenberg/gotenberg/v8
  4. ›
  5. CVE-2026-42590

CVE-2026-42590: Gotenberg's ExifTool group-prefix syntax bypasses dangerous-tag blocklist

May 7, 2026 (updated May 14, 2026)

Summary

The ExifTool metadata write blocklist in Gotenberg v8 can be bypassed using ExifTool’s group-prefix syntax, enabling arbitrary file rename, move, hardlink, and symlink creation on the server. This is a bypass of the fix for GHSA-qmwh-9m9c-h36m.

Details

The blocklist in pkg/modules/exiftool/exiftool.go filters four dangerous pseudo-tags (FileName, Directory, HardLink, SymLink) using strings.EqualFold(key, tag). However, ExifTool supports group-prefix syntax where File:FileName is processed identically to FileName – the prefix is stripped by SetNewValue in Writer.pl before tag matching.

The safeKeyPattern regex (^[a-zA-Z0-9\-_.:]+$) allows colons, so prefixed tag names pass validation. Any prefix works: File:FileName, System:Directory, a:HardLink, etc.

Additionally, FilePermissions, FileUserID, and FileGroupID pseudo-tags are not blocked at all and can modify file attributes without any prefix.

PoC

References

  • github.com/advisories/GHSA-7v3r-m9c8-r855
  • github.com/advisories/GHSA-qmwh-9m9c-h36m
  • github.com/gotenberg/gotenberg/security/advisories/GHSA-7v3r-m9c8-r855
  • nvd.nist.gov/vuln/detail/CVE-2026-42590

Code Behaviors & Features

Detect and mitigate CVE-2026-42590 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions up to 8.29.1

Solution

Unfortunately, there is no solution available yet.

Impact 8.2 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L

Learn more about CVSS

Weakness

  • CWE-184: Incomplete List of Disallowed Inputs

Source file

go/github.com/gotenberg/gotenberg/v8/CVE-2026-42590.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Fri, 12 Jun 2026 12:17:18 +0000.