Description
Gotenberg is a Docker-powered stateless API for PDF files. Prior to 8.34.0, Gotenberg's /forms/libreoffice/convert endpoint allows a specially crafted document to cause LibreOffice to automatically retrieve external HTTP(S) resources and local file resources during document conversion, enabling blind SSRF and limited local file disclosure via linked image resource loading. This issue is fixed in version 8.34.0.
Published: 2026-07-10
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Gotenberg is a Docker‑powered stateless API for PDF files. Prior to version 8.34.0, its /forms/libreoffice/convert endpoint accepts a specially crafted document that causes LibreOffice to automatically retrieve external HTTP(S) resources and local file resources during conversion. This leads to blind Server‑Side Request Forgery against internal resources and limited local file disclosure via linked image resource loading. The vulnerability arises from an uncontrolled network request performed by the application and is classified as CWE‑918. The issue is resolved in Gotenberg 8.34.0.

Affected Systems

All Gotenberg releases before version 8.34.0 are impacted. The issue manifests in the /forms/libreoffice/convert API endpoint on Docker‑based Gotenberg in the LibreOffice conversion component bundled with Gotenberg.

Risk and Exploitability

The CVSS score of 7.5 indicates a high‑severity flaw. The EPSS score of < 1% indicates that exploitation is unlikely but still possible, and the absence of a KEV listing suggests the vulnerability is not yet widely exploited. The most likely attack vector is an attacker supplying a malicious document to the /forms/libreoffice/convert endpoint, which the server processes blindly, initiating outbound requests to arbitrary destinations. If the endpoint is publicly accessible or lacks proper authentication, the risk escalates to remote exploitation of internal resources.

Generated by OpenCVE AI on July 29, 2026 at 10:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Gotenberg to version 8.34.0 or later where the SSRF issue is resolved
  • If immediate upgrade is not possible, restrict the /forms/libreoffice/convert endpoint to trusted clients or enforce strict API authentication
  • Configure the host environment so that LibreOffice has no outbound network access, for example by placing the service in a restricted network segment or using firewall rules to block outbound connections from the conversion container

Generated by OpenCVE AI on July 29, 2026 at 10:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-2mrg-35hw-x3x9 Gotenberg: SSRF via LibreOffice document processing
History

Mon, 13 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 10 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Gotenberg
Gotenberg gotenberg
Vendors & Products Gotenberg
Gotenberg gotenberg

Fri, 10 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
Description Gotenberg is a Docker-powered stateless API for PDF files. Prior to 8.34.0, Gotenberg's /forms/libreoffice/convert endpoint allows a specially crafted document to cause LibreOffice to automatically retrieve external HTTP(S) resources and local file resources during document conversion, enabling blind SSRF and limited local file disclosure via linked image resource loading. This issue is fixed in version 8.34.0.
Title Gotenberg: SSRF via LibreOffice document processing
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

Gotenberg Gotenberg
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-13T16:19:22.189Z

Reserved: 2026-06-16T16:16:32.628Z

Link: CVE-2026-55229

cve-icon Vulnrichment

Updated: 2026-07-13T16:19:12.581Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T10:15:06Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)