CVE Catalog

CVE-2026-44968

MediumCVSS 6.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.14%

4th percentile - higher than 4% of all known CVEs

Summary

dbt-mcp before version 1.17.1 does not sanitize node_selection and resource_type values before appending them to the dbt subprocess argument list. An MCP client can inject global dbt flags (e.g., --profiles-dir) despite shell=False.

Risk Assessment

An attacker MCP client can alter dbt configuration, potentially accessing unauthorized profiles or project directories.

Recommendation

Update dbt-mcp to version 1.17.1 or later.

Other vulnerabilities in dbt-mcp

See all
Original NVD description (English source)

dbt-mcp is a Model Context Protocol server for interacting with dbt. Prior to 1.17.1, _run_dbt_command() in src/dbt_mcp/dbt_cli/tools.py appended unsanitized node_selection and resource_type values to the dbt subprocess argument list, allowing an MCP client to inject dbt global flags such as --profiles-dir, --project-dir, and --target into subprocess.Popen even though shell=False prevents shell metacharacter injection. This issue is fixed in version 1.17.1.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS