GHSA-w75w-9qv4-j5xj · Severity: low · Ecosystem: pip — dbt-common's commonprefix() doesn't protect against path traversal
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.
Conclusion & alert: CVE-2026-29790 is rated Low Risk (13.8/100): CVSS Low severity, with low exploitation likelihood (EPSS 0.05%). Mandatory action: Low composite risk—no urgent action required; patch on your normal maintenance cycle and revisit priority if CVSS or EPSS increases.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-03-14 | 0.04% | 0.05% | +0.01% |
| 2 | 2026-03-07 | — | 0.04% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 2.0 | 4.0 | LOW |
|
— | — | [email protected] |
| 5.3 | 3.1 | MEDIUM |
|
3.9 | 1.4 | [email protected] |
GHSA-w75w-9qv4-j5xj · Severity: low · Ecosystem: pip — dbt-common's commonprefix() doesn't protect against path traversal
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| getdbt | dbt-common | < 1.34.2 | cpe:2.3:a:getdbt:dbt-common:*:*:*:*:*:*:*:* |
| getdbt | dbt-common | >= 1.35.0, < 1.37.3 | cpe:2.3:a:getdbt:dbt-common:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/dbt-labs/dbt-common/commit/e547954a48bac9394ef6eb98432e429dce9a7709 | Patch |
| https://github.com/dbt-labs/dbt-common/security/advisories/GHSA-w75w-9qv4-j5xj | Mitigation Vendor Advisory |
| https://github.com/pypa/pip/pull/13777 | Issue Tracking |