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 Missing Authentication for Critical Function vulnerabilities in an interactive lesson.
Start learningUpgrade @n8n/mcp-browser to version 0.8.1, 0.9.1 or higher.
@n8n/mcp-browser is a Browser automation MCP tools built on Playwright, WebDriver BiDi, and safaridriver
Affected versions of this package are vulnerable to Missing Authentication for Critical Function through the MCP server’s HTTP request handling. An attacker can take over a user’s browser session by sending requests to the MCP endpoint and invoking browser tools without presenting any credentials. When the extension is installed and the browser connection is active, a network-reachable client or a website the user visits can reach the HTTP listener and use the real browser profile to navigate, run JavaScript, and read cookies and storage. This exposes browser state and allows the attacker to act using the user’s browser capabilities.
Notes
@n8n/mcp-browser when it is started in HTTP transport mode; the default stdio transport is not part of the vulnerable path.Workarounds
@n8n/mcp-browser with --transport http; use the default stdio transport instead to prevent unauthenticated network or website access to browser-control sessions.