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 15 of 17
Current
Severity CVE CVSS
HIGH CVE-2026-44721 7.3
HIGH CVE-2026-44567 7.3
HIGH CVE-2026-44549 7.3
MEDIUM CVE-2026-44560 6.5
MEDIUM CVE-2026-44561 5.4
MEDIUM CVE-2026-44564 5.4
HIGH CVE-2026-44570 8.3
MEDIUM CVE-2026-44571 6.5
HIGH CVE-2026-44569 7.1
MEDIUM CVE-2026-43979 5.0
HIGH CVE-2026-45134 7.1
HIGH GHSA-7g73-99r4-m4mj -
HIGH CVE-2026-45732 -
HIGH CVE-2026-45675 8.1
MEDIUM CVE-2026-45667 6.5
MEDIUM CVE-2026-45666 6.5
HIGH GHSA-3wgj-c2hg-vm6q 7.3
HIGH CVE-2026-45399 7.1
HIGH CVE-2026-45398 7.5
MEDIUM CVE-2026-45387 4.3

Page 15 of 17