In affected Snowflake drivers, the WORKLOAD_IDENTITY authenticator obtains a cloud workload-identity attestation and attaches it to the login request before verifying that the destination host is a Snowflake endpoint. If an attacker can modify the connection configuration, the driver can mint a fresh attestation and send it to a host controlled by the attacker. The captured token can be replayed to Snowflake for its remaining lifetime when the workload identity is already registered in the relevant Snowflake account. On Azure, the token audience is also taken from the connection configuration, so an attacker-controlled host can cause the driver to request a Managed Identity access token for a non-Snowflake Azure resource and deliver it to the attacker. This is the only described path that extends impact beyond Snowflake, and it remains bounded by the token lifetime and the managed identity's permissions. The available evidence does not identify specific internal functions or code paths beyond the WORKLOAD_IDENTITY flow occurring before host validation.