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 4 of 17
Current
Severity CVE CVSS
MEDIUM CVE-2025-13359 6.5
MEDIUM CVE-2025-13922 6.5
MEDIUM CVE-2025-14371 4.3
HIGH CVE-2025-65805 7.5
HIGH CVE-2025-66786 7.5
MEDIUM CVE-2025-14980 6.5
HIGH CVE-2025-65098 7.4
UNKNOWN CVE-2024-48919 -
CRITICAL CVE-2023-34239 9.1
HIGH CVE-2025-23042 7.5
HIGH CVE-2023-43472 7.5
MEDIUM CVE-2025-52967 5.8
HIGH CVE-2025-14279 8.1
HIGH CVE-2026-0599 7.5
HIGH CVE-2024-8768 7.5
MEDIUM CVE-2024-8939 6.2
MEDIUM CVE-2025-48887 6.5
MEDIUM CVE-2025-48942 6.5
MEDIUM CVE-2025-48944 6.5
HIGH CVE-2025-48956 7.5

Page 4 of 17