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 14 of 17
Current
Severity CVE CVSS
LOW CVE-2026-7847 2.6
MEDIUM CVE-2026-40934 6.8
HIGH CVE-2026-40110 -
MEDIUM CVE-2025-61669 -
MEDIUM CVE-2026-42045 6.2
HIGH CVE-2026-33079 -
HIGH CVE-2026-42203 8.8
CRITICAL CVE-2026-42208 9.8
HIGH CVE-2026-42271 8.8
MEDIUM CVE-2026-44563 5.4
MEDIUM CVE-2026-44562 6.5
MEDIUM CVE-2026-44559 4.3
MEDIUM CVE-2026-44557 4.3
HIGH CVE-2026-44554 8.1
MEDIUM CVE-2026-44558 5.4
HIGH CVE-2026-44556 7.1
HIGH CVE-2026-44555 7.6
HIGH CVE-2026-44553 8.1
MEDIUM CVE-2026-44550 5.0
CRITICAL CVE-2026-44551 9.1

Page 14 of 17