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 applicationsUpgrade litellm to version 1.83.10 or higher.
litellm is a Library to easily interface with LLM API providers
Affected versions of this package are vulnerable to External Control of File Name or Path via request-supplied OIDC file references through the /health/test_connection handler in litellm/proxy/health_endpoints/_health_endpoints.py and litellm/secret_managers/main.py. An attacker with privileged access to the proxy can read arbitrary local files by sending a litellm_params payload that points an oidc/file/ secret reference at a filesystem path such as /etc/passwd or another credential file. This exposes file contents to the caller during connection testing, letting a proxy administrator or other authorized model-connection tester retrieve secrets from the host filesystem instead of only using server-managed credential locations.
Notes
oidc/file/ resolution is constrained to standard credential mount locations by default (/var/run/secrets and /run/secrets). Deployments that store OIDC material elsewhere need to set LITELLM_OIDC_ALLOWED_CREDENTIAL_DIRS to include those absolute directories, or those reads are rejected.litellm_params/metadata fields in the connection-test flow, so the file-reference handling is not limited to a single top-level parameter location.