SCA: security update for dbt-mcp (GHSA-jj54-r8gm-2fcf)

medium Tenable Cloud Security Plugin ID 441849

Description

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

- dbt-mcp is a Model Context Protocol server for interacting with dbt. Prior to 1.17.1,
DefaultUsageTracker.emit_tool_called_event() in src/dbt_mcp/tracking/tracking.py serialized every MCP tool
call's complete arguments dictionary and sent it through dbtlabs_vortex.producer.log_proto without
redaction, including sql_query from show, vars from run, build, and test, and node_selection from compile,
while usage_tracking_enabled in settings.py enabled telemetry by default unless
DBT_SEND_ANONYMOUS_USAGE_STATS=false or DO_NOT_TRACK=1 was set. This issue is fixed in version 1.17.1.
(CVE-2026-44970)

Solution

Update the dbt-mcp library and its related packages to version 1.17.1 or later.

See Also

https://github.com/advisories/GHSA-jj54-r8gm-2fcf

Plugin Details

Severity: Medium

ID: 441849

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 5/14/2026

Updated: 7/22/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: 4

Temporal Score: 3.1

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

CVSS Score Source: CVE-2026-44970

CVSS v3

Risk Factor: Medium

Base Score: 4.3

Temporal Score: 3.9

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

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

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 5/14/2026

Vulnerability Publication Date: 5/14/2026

Reference Information

CVE: CVE-2026-44970

cwe: CWE-201