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 network-ai to version 5.4.5 or higher.
network-ai is an AI agent orchestration framework for TypeScript/Node.js - 29 adapters (LangChain, AutoGen, CrewAI, OpenAI Assistants, LlamaIndex, Semantic Kernel, Haystack, DSPy, Agno, MCP, OpenClaw, A2A, Codex, MiniMax, NemoClaw, APS, Copilot, LangGraph, Anthropic Compu
Affected versions of this package are vulnerable to Origin Validation Error due to the default configuration setting an empty secret in the process.env['NETWORK_AI_MCP_SECRET'] environment variable, which causes the authorization check in the function to always return true. Combined with the unconditional application of the Access-Control-Allow-Origin: * header in the function, this allows unauthenticated cross-origin requests to invoke sensitive MCP tools. An attacker can modify orchestrator configuration, spawn arbitrary agents, corrupt shared agent state, or tamper with token management by luring a user to visit a malicious web page while the server is running locally.