The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Server-side Request Forgery (SSRF) vulnerabilities in an interactive lesson.
Start learningUpgrade chainlit to version 2.12.0 or higher.
chainlit is a Build Conversational AI.
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) via the /mcp connect handling in backend/chainlit/server.py. An attacker can force the server to make outbound HTTP requests to arbitrary internal or external URLs by sending a POST /mcp request for the sse or streamable-http transport with a user-controlled url and headers. This lets an unauthenticated client probe internal services and cloud metadata endpoints, and send forged requests with attacker-chosen headers such as Authorization and Cookie, breaking the security of deployments with MCP enabled.
Workarounds
features.mcp.enabled = false in .chainlit/config.toml to disable /mcp entirely and block the SSRF attack path./mcp requires an authenticated session, which removes the unauthenticated attack path.