SCA: security update for github.com/ulikunitz/xz (GHSA-jc7w-c686-c4v9)

medium Tenable Self-Hosted Container Security Plugin ID 435147

Description

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

- xz is a pure golang package for reading and writing xz-compressed files. Prior to version 0.5.14, it is
possible to put data in front of an LZMA-encoded byte stream without detecting the situation while reading
the header. This can lead to increased memory consumption because the current implementation allocates the
full decoding buffer directly after reading the header. The LZMA header doesn't include a magic number or
has a checksum to detect such an issue according to the specification. Note that the code recognizes the
issue later while reading the stream, but at this time the memory allocation has already been done. This
issue has been patched in version 0.5.14. (CVE-2025-58058)

See Also

https://github.com/advisories/GHSA-jc7w-c686-c4v9

Plugin Details

Severity: Medium

ID: 435147

Version: Revision 1.9

Type: Local

Family: SCA Checks

Published: 8/29/2025

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 1.2

Percentile: 0.01

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.7

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

CVSS Score Source: CVE-2025-58058

CVSS v3

Risk Factor: Medium

Base Score: 5.3

Temporal Score: 4.6

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

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 8/28/2025

Vulnerability Publication Date: 8/28/2025

Reference Information

CVE: CVE-2025-58058

cwe: CWE-770