SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-44829

HIGH · CVSS 8.8 EPSS 0.37% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-19 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The vulnerability affects Gotenberg versions 8.32.0 and earlier, allowing remote attackers to exploit improper filename handling, which fails to sanitize Windows-style path components. This can lead to arbitrary file writes on downstream Windows systems when extracted, posing a significant risk to environments utilizing Gotenberg for PDF processing. Organizations using Gotenberg, particularly those operating on Windows, should prioritize upgrading to version 8.33.0 to mitigate this high-severity risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-44829
Severity
HIGH
CVSS
8.8
EPSS
0.37%
Windows Office Linux Docker

Original NVD 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.