VYPR

PyPI package

dbt-mcp

pkg:pypi/dbt-mcp

Vulnerabilities (3)

  • CVE-2026-44970LowJul 16, 2026
    affected < 1.17.1fixed 1.17.1

    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_pr

  • CVE-2026-44969LowJul 16, 2026
    affected < 1.17.1fixed 1.17.1

    dbt-mcp is a Model Context Protocol server for interacting with dbt. Prior to 1.17.1, DbtMCP.call_tool() in src/dbt_mcp/mcp/server.py logged the raw arguments dictionary at INFO level before each tool call and at ERROR level on exceptions, and configure_file_logging() wrote those

  • CVE-2026-44968MedJul 16, 2026
    affected < 1.17.1fixed 1.17.1

    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 f