SCA: security update for github.com/gotenberg/gotenberg/v8 (GHSA-vp73-vjw8-8f32)

high Tenable Cloud Security Plugin ID 442469

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Gotenberg is a Docker-powered stateless API for PDF files. From 8.10.0 until 8.33.0, the newContext
function in pkg/modules/api/context.go starts one errgroup.Go goroutine for each multipart downloadFrom
entry and allows those goroutines to concurrently write to the shared ctx.files, ctx.diskToOriginal, and
ctx.filesByField maps and slices. Go maps and slices are not safe for concurrent mutation, so a crafted
multipart request containing many downloadFrom entries can trigger a data race and terminate the process
with a fatal concurrent map writes runtime error. The default configuration enables downloadFrom and
disables authentication, allowing an unauthenticated remote attacker to crash an exposed conversion
service and cause a denial of service. This issue is fixed in version 8.33.0. (CVE-2026-45742)

Solution

Update the github.com/gotenberg/gotenberg/v8 library and its related packages to version 8.33.0 or later.

See Also

https://github.com/advisories/GHSA-vp73-vjw8-8f32

Plugin Details

Severity: High

ID: 442469

Version: Revision 1.4

Type: Local

Family: SCA Checks

Published: 5/29/2026

Updated: 8/20/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.71

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 5.8

Vector: CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:C

CVSS Score Source: CVE-2026-45742

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.5

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

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 5/29/2026

Vulnerability Publication Date: 5/29/2026

Reference Information

CVE: CVE-2026-45742

cwe: CWE-362