SCA: security update for libreoffice-convert (GHSA-gmxc-r82q-347r)

medium Tenable Cloud Security Plugin ID 446375

Description

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

- libreoffice-convert is a Node.js module for converting office documents to different formats. Prior to
1.8.2, index.js uses the caller-controlled options.fileName value in path.join(tempDir.name, fileName)
without reducing it to a base name. A filename containing ../ can escape the temporary directory because
path.basename() normalization is missing and write the supplied document buffer to an arbitrary path
writable by the process, including an SSH authorized_keys file, a cron configuration, or a web root. This
issue is fixed in version 1.8.2. (CVE-2026-54732)

Solution

Update the libreoffice-convert library and its related packages to version 1.8.2 or later.

See Also

https://github.com/advisories/GHSA-gmxc-r82q-347r

Plugin Details

Severity: Medium

ID: 446375

Version: Revision 1.2

Type: Local

Family: SCA Checks

Published: 8/27/2026

Updated: 8/28/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.65

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5

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

CVSS Score Source: CVE-2026-54732

CVSS v3

Risk Factor: Medium

Base Score: 6.5

Temporal Score: 5.7

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

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 8/27/2026

Vulnerability Publication Date: 8/27/2026

Reference Information

CVE: CVE-2026-54732

cwe: CWE-22