CVE-2026-44829
Description
Gotenberg is a Docker-powered stateless API for PDF files. In 8.32.0 and earlier, filename handling in pkg/modules/api/context.go uses filepath.Base on Linux, which does not treat backslashes as path separators, so a multipart filename containing Windows-style parent directory components survives sanitization. The original filename flows through ctx.diskToOriginal and the multi-output PDF routes into archives.FilesFromDisk and archives.Zip.Archive as the generated zip entry name. A remote attacker can submit a name such as ........\Windows\System32\evil.pdf through an upload or an upstream downloadFrom Content-Disposition header, and a Windows archive extractor can write the resulting file outside the intended extraction directory. The affected paths include /forms/pdfengines/split and other multi-output PDF, LibreOffice, and conversion routes, and exploitation can cause arbitrary file writes on a downstream Windows system when a user or process extracts the returned archive. This issue is fixed in version 8.33.0.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
github.com/gotenberg/gotenberg/v8Go | < 8.33.0 | 8.33.0 |
Affected products
2- osv-coordsRange: < 0.0.20260723T184607-160000.1.1
Patches
Vulnerability mechanics
References
5- github.com/advisories/GHSA-hwc4-gmrw-5222ghsaADVISORY
- github.com/gotenberg/gotenberg/releases/tag/v8.33.0nvdWEB
- github.com/gotenberg/gotenberg/security/advisories/GHSA-hwc4-gmrw-5222nvdWEB
- github.com/gotenberg/gotenberg/commit/93d0103585372433e18b351bb16edf4c383932d3nvd
- github.com/gotenberg/gotenberg/issues/662nvd
News mentions
1- Gotenberg: Three High-Severity Bugs Disclosed Together — Race Condition, SSRF Bypass, Path TraversalVypr Intelligence · May 29, 2026