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.

489
Total CVEs
25
Pages
Page 25 of 25
Current
Severity CVE CVSS
MEDIUM CVE-2026-56778 6.4
UNKNOWN CVE-2026-59821 -
UNKNOWN CVE-2026-59209 -
HIGH CVE-2026-59224 8.0
MEDIUM CVE-2026-59853 6.5
HIGH CVE-2026-60091 7.2
CRITICAL CVE-2026-61444 9.1
CRITICAL CVE-2026-54069 -
HIGH CVE-2026-54066 7.5

Page 25 of 25