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 hackmd-mcp to version 1.5.0 or higher.
hackmd-mcp is an A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants.
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) via the hackmdApiUrl parameter in HTTP transport mode. An attacker can access internal network resources, perform network reconnaissance, and bypass network access controls by supplying arbitrary values through the Hackmd-Api-Url HTTP header or a base64-encoded JSON query parameter.
Switch to stdio mode by setting TRANSPORT=stdio or removing the TRANSPORT environment variable to disable HTTP mode.
Restrict outbound server connections using firewalls or network policies.
Deploy a reverse proxy in front of the MCP server to validate and filter the Hackmd-Api-Url header and the base64-encoded JSON config query parameter, blocking potentially dangerous hackmdApiUrl values.