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 utcp-http to version 1.1.3 or higher.
utcp-http is an UTCP communication protocol plugin for HTTP, SSE, and streamable HTTP, plus an OpenAPI converter.
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) via the call_tool and call_tool_streaming functions when attacker-controlled URLs from OpenAPI server specifications are not properly validated. An attacker can access internal network resources and sensitive cloud metadata by supplying a malicious OpenAPI specification that references internal or restricted endpoints.
This vulnerability can be mitigated by refusing to call register_manual with any URL controlled by an untrusted party, even over HTTPS, and by restricting outbound network access from the host running the agent so internal addresses are unreachable.