AI Component

API

AI APIs are the boundary between the application and the model. Self-hosted inference servers (vLLM, Triton, Ollama, TGI) and third-party gateways (LiteLLM, OpenRouter) expose OpenAI-compatible endpoints, and the same web-app vulnerability classes appear here: missing or weak authentication on /v1/chat/completions, broken authorization between tenants, lack of rate limiting that lets an attacker drain quota or burn GPU time, and overly permissive CORS that leaks API keys from browser-side calls. The blast radius is unusual: a single auth-bypass on an inference endpoint exposes both data and compute, and in the case of paid hosted models, directly costs money. We have seen production CVEs across most popular self-hosted servers in the last 18 months. Defenses: require auth on every endpoint, per-tenant rate limits, separate key scopes for read vs admin, and pin server versions aggressively.

325
Total CVEs
17
Pages
Page 3 of 17
Current
Severity CVE CVSS
MEDIUM CVE-2024-13698 6.5
MEDIUM CVE-2025-29770 6.5
UNKNOWN CVE-2024-11037 -
UNKNOWN CVE-2024-12775 -
HIGH CVE-2024-7959 7.7
MEDIUM CVE-2025-31843 4.3
HIGH CVE-2025-5018 7.1
MEDIUM CVE-2025-7021 6.5
MEDIUM CVE-2025-6716 6.4
MEDIUM CVE-2025-53621 6.9
MEDIUM CVE-2025-7780 6.5
HIGH CVE-2025-7725 7.2
CRITICAL CVE-2025-53767 10.0
CRITICAL CVE-2025-59434 9.6
MEDIUM CVE-2025-60511 4.3
MEDIUM CVE-2025-12360 4.3
MEDIUM CVE-2025-11972 4.9
MEDIUM CVE-2025-12732 4.3
HIGH CVE-2025-12973 7.2
MEDIUM CVE-2025-13354 4.3

Page 3 of 17