Skip to content

[Security] TLS verification disabled in MCPConnection + auth bypass in MCPOauth #11468

@hhhashexe

Description

@hhhashexe

Found via SkillFence automated scan.

Finding 1: MCPConnection.ts — TLS verification disabled, allowing MITM attacks on MCP server connections.

Finding 2: MCPOauth.ts — Authentication disabled pattern detected.

Impact: MCP connections without TLS verification can be intercepted, potentially allowing tool poisoning attacks.

Recommendation:

  • Enable TLS verification by default
  • Require auth for all MCP connections
  • Add certificate pinning for known MCP servers

Scan: npx skillfence scan . (Verdict: BLOCK, 82 critical, 64 high)

Responsible disclosure via automated security scanning.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:mcpRelates to Model Context Protocol (MCP)kind:bugIndicates an unexpected problem or unintended behavior

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions