SCA: security update for dbt-common (GHSA-w75w-9qv4-j5xj)

low Tenable Cloud Security Plugin ID 438413

Description

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

- dbt-common is the shared common utilities for dbt-core and adapter implementations use. Prior to versions
1.34.2 and 1.37.3, a path traversal vulnerability exists in dbt-common's safe_extract() function used when
extracting tarball archives. The function uses os.path.commonprefix() to validate that extracted files
remain within the intended destination directory. However, commonprefix() compares paths character-by-
character rather than by path components, allowing a malicious tarball to write files to sibling
directories with matching name prefixes. This issue has been patched in versions 1.34.2 and 1.37.3.
(CVE-2026-29790)

See Also

https://github.com/advisories/GHSA-w75w-9qv4-j5xj

Plugin Details

Severity: Low

ID: 438413

Version: Revision 1.10

Type: Local

Family: SCA Checks

Published: 3/5/2026

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: Low

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.7

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

CVSS Score Source: CVE-2026-29790

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:L/A:N

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

CVSS v4

Risk Factor: Low

Base Score: 2

Threat Score: 0.4

Threat Vector: CVSS:4.0/E:U

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 3/5/2026

Vulnerability Publication Date: 3/5/2026

Reference Information

CVE: CVE-2026-29790

cwe: CWE-22