SCA: security update for guarddog (GHSA-78m5-jpmf-ch7v)

low Tenable Self-Hosted Container Security Plugin ID 411942

Description

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

- GuardDog is a CLI tool to identify malicious PyPI packages. Versions prior to v0.1.8 are vulnerable to
arbitrary file write when scanning a specially-crafted remote PyPI package. Extracting files using
shutil.unpack_archive() from a potentially malicious tarball without validating that the destination file
path is within the intended destination directory can cause files outside the destination directory to be
overwritten. This issue is patched in version 0.1.8. Potential workarounds include using a safer module,
like zipfile, and validating the location of the extracted files and discarding those with malicious
paths. (CVE-2022-23530)

See Also

https://github.com/advisories/GHSA-78m5-jpmf-ch7v

Plugin Details

Severity: Low

ID: 411942

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.18

Vendor

Vendor Severity: Low

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 6.1

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

CVSS Score Source: CVE-2022-23530

CVSS v3

Risk Factor: Medium

Base Score: 6.5

Temporal Score: 5.9

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

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

CVSS v4

Risk Factor: Low

Base Score: 2.3

Threat Score: 1.3

Threat Vector: CVSS:4.0/E:P

Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:L/VA:L/SC:L/SI:L/SA:L

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 12/5/2022

Vulnerability Publication Date: 12/5/2022

Reference Information

CVE: CVE-2022-23530

cwe: CWE-22