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 7 of 17
Current
Severity CVE CVSS
CRITICAL CVE-2025-13374 9.8
HIGH CVE-2026-25580 8.6
HIGH CVE-2026-24780 8.8
MEDIUM CVE-2023-34094 5.3
CRITICAL CVE-2024-31224 9.8
HIGH CVE-2024-36420 7.5
HIGH CVE-2025-61784 8.1
CRITICAL CVE-2024-49326 9.8
HIGH CVE-2026-1669 7.5
CRITICAL CVE-2025-54381 9.9
HIGH CVE-2023-27563 8.8
HIGH CVE-2023-27564 7.5
MEDIUM CVE-2025-52478 5.4
CRITICAL CVE-2025-55526 9.1
CRITICAL CVE-2026-21858 10.0
HIGH CVE-2025-61917 7.7
CRITICAL CVE-2026-25049 9.9
MEDIUM CVE-2026-25051 5.4
CRITICAL CVE-2026-25052 9.9
MEDIUM CVE-2026-25054 5.4

Page 7 of 17