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 litellm to version 1.88.6, 1.89.7, 1.90.7, 1.91.5, 1.92.2, 1.93.2, 1.94.3, 1.95.1, 1.96.2 or higher.
litellm is a Library to easily interface with LLM API providers
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) through request-body validation in the proxy auth path. An authenticated user can supply routing or credential parameters such as api_base, base_url, or other deployment-owned fields in the request body to redirect an outbound provider call to an attacker-controlled destination and make the proxy send its configured upstream credentials there. The vulnerable validation missed sensitive parameters and did not consistently inspect nested request fields, so caller-controlled body data could override server-side deployment settings instead of being rejected. From the user’s perspective, this can leak provider API keys and other configured secrets and can also be used to make the proxy reach internal services that are otherwise only accessible from its network.