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 6 of 17
Current
Severity CVE CVSS
UNKNOWN CVE-2024-1561 -
HIGH CVE-2024-34510 7.5
CRITICAL CVE-2024-4253 9.1
CRITICAL CVE-2024-3234 9.8
MEDIUM CVE-2024-47165 5.4
LOW CVE-2024-47869 3.7
CRITICAL CVE-2024-47871 9.1
UNKNOWN CVE-2024-10650 -
UNKNOWN CVE-2024-10707 -
MEDIUM CVE-2024-12217 5.3
MEDIUM CVE-2024-8021 6.1
UNKNOWN CVE-2025-0187 -
CRITICAL CVE-2024-41118 9.8
CRITICAL CVE-2024-41120 9.8
MEDIUM CVE-2024-42474 6.5
UNKNOWN CVE-2025-34072 -
UNKNOWN CVE-2025-66479 -
HIGH CVE-2026-0621 7.5
HIGH CVE-2026-21852 7.5
MEDIUM CVE-2025-63390 5.3

Page 6 of 17