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.

482
Total CVEs
25
Pages
Page 22 of 25
Current
Severity CVE CVSS
CRITICAL CVE-2026-54352 9.6
HIGH CVE-2026-50132 7.3
HIGH CVE-2026-52798 8.9
HIGH CVE-2026-55409 7.6
HIGH CVE-2026-56268 7.7
MEDIUM CVE-2026-22174 6.8
HIGH CVE-2026-32034 8.1
MEDIUM CVE-2026-32045 5.9
HIGH CVE-2026-32042 8.8
LOW CVE-2026-32897 3.7
CRITICAL CVE-2026-32913 9.3
MEDIUM CVE-2026-33576 6.5
HIGH CVE-2026-33575 7.5
MEDIUM CVE-2026-33580 6.5
HIGH CVE-2026-34504 8.3
MEDIUM CVE-2026-35619 4.3
MEDIUM CVE-2026-35621 6.5
MEDIUM CVE-2026-35628 4.8
MEDIUM CVE-2026-35644 6.5
HIGH CVE-2026-35639 8.8

Page 22 of 25