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 applicationsUpgrade @modelcontextprotocol/sdk to version 1.26.0 or higher.
@modelcontextprotocol/sdk is a Model Context Protocol implementation for TypeScript
Affected versions of this package are vulnerable to Race Condition via the reuse of a single McpServer or Server instance and transport across multiple concurrent client connections. An attacker can access response data intended for other clients by exploiting JSON-RPC message ID collisions, which causes responses to be misrouted between clients.
Note:
This is only exploitable if a server instance is shared across concurrent client sessions and clients generate overlapping message IDs.
This vulnerability can be mitigated by creating fresh McpServer and transport instances for each request (in stateless mode) or for each session (in stateful mode).