Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
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 lemur to version 1.9.3 or higher.
lemur is a Certificate management and orchestration service
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) via the ACME client following server-controlled URLs in acme_handlers.py. A malicious or compromised ACME server can embed arbitrary internal URLs in its directory, order, authorization, or finalize responses, causing Lemur to issue outbound HTTP requests to those attacker-controlled destinations. Additionally, the acme_url field was not re-validated against ACME_DIRECTORY_HOST_ALLOWLIST on authority update (update) or update_options, allowing an authenticated user with authority-edit privileges to bypass the allowlist and point the ACME client at an arbitrary host.