CVE-2026-45019 affects Chainlit, a Python framework for conversational AI, in versions 2.4.0rc0 through 2.12.0. When the MCP feature is enabled, the POST /mcp endpoint is exposed without authentication. Attackers can supply arbitrary URLs and headers to SSE and streamable-HTTP transports, causing the Chainlit server to make blind outbound requests to internal or external services. This enables Server-Side Request Forgery (SSRF) attacks, including probing cloud metadata endpoints, internal port scanning, and issuing state-changing authenticated requests using attacker-controlled Authorization and Cookie headers. The SSE sink has been present since version 2.4.0rc0, with header forwarding and streamable-HTTP support added in 2.6.4. The vulnerability is caused by missing scheme validation, private-address filtering, and allowlist enforcement in backend/chainlit/types.py and server.py. The issue is fully remediated in Chainlit version 2.12.0.