Origin Validation Errordbt-mcp is an A MCP (Model Context Protocol) server for interacting with dbt resources.
Affected versions of this package are vulnerable to Origin Validation Error in the GET /dbt_platform_context endpoint, which is exposed without authentication or host-origin validation. An attacker can obtain sensitive OAuth tokens by sending unauthenticated HTTP requests to the local FastAPI server, either through DNS rebinding attacks or from a co-located process on the same host. This allows unauthorized access to the victim's dbt Cloud API and persistent access via the refresh token.
How to fix Origin Validation Error? Upgrade dbt-mcp to version 1.20.0 or higher.
| |
Insertion of Sensitive Information Into Sent Datadbt-mcp is an A MCP (Model Context Protocol) server for interacting with dbt resources.
Affected versions of this package are vulnerable to Insertion of Sensitive Information Into Sent Data in the emit_tool_called_event process, which serializes and transmits all tool arguments, including sensitive fields such as sql_query and vars, to a remote telemetry endpoint without redaction or filtering. An attacker can gain unauthorized access to sensitive information, such as credentials or personally identifiable data, by intercepting or accessing the telemetry payloads sent from affected systems. This is only exploitable if telemetry is enabled by default and the user has not explicitly opted out via environment variables.
How to fix Insertion of Sensitive Information Into Sent Data? Upgrade dbt-mcp to version 1.17.1 or higher.
| |
Insertion of Sensitive Information into Log Filedbt-mcp is an A MCP (Model Context Protocol) server for interacting with dbt resources.
Affected versions of this package are vulnerable to Insertion of Sensitive Information into Log File in the call_tool process when file logging is enabled via the DBT_MCP_SERVER_FILE_LOGGING setting. An attacker can access sensitive information, such as SQL queries and credentials, by reviewing unredacted log files written to disk. This is only exploitable if file logging is explicitly enabled in the server configuration.
How to fix Insertion of Sensitive Information into Log File? Upgrade dbt-mcp to version 1.17.1 or higher.
| |
Arbitrary Argument Injectiondbt-mcp is an A MCP (Model Context Protocol) server for interacting with dbt resources.
Affected versions of this package are vulnerable to Arbitrary Argument Injection via the node_selection or resource_type parameters in the _run_dbt_command process. An attacker can override configuration files and redirect execution by injecting arbitrary command-line flags, such as --profiles-dir, which may cause the application to load attacker-controlled configuration and perform unintended actions. This is only exploitable if the attacker can supply crafted tool arguments and has a configuration file accessible at the injected path on the host running the application.
How to fix Arbitrary Argument Injection? Upgrade dbt-mcp to version 1.17.1 or higher.
| |