AI Component

Inference

Inference servers are the most actively-exploited component of the AI stack because they sit between the model and the public internet and they hold the GPU. The shape of the bugs is mostly web-app classes magnified by the cost of compute: missing auth on /v1 endpoints, SSRF that escapes the sandbox onto the platform's control plane, unsafe deserialization on model-loading paths, and path traversal in artifact-management endpoints. vLLM, Triton, TGI, BentoML, Ray Serve, and Ollama have each shipped multiple high-severity CVEs since 2023; CVE-2024-11041 in vLLM was a notable example combining prompt injection with code execution. Multi-tenant deployments are particularly exposed because a single bug typically crosses tenant boundaries. Defenses: aggressive patching, mandatory auth, network segmentation between inference and control plane, and per-tenant resource quotas to bound abuse.

700
Total CVEs
35
Pages
Page 33 of 35
Current
Severity CVE CVSS
CRITICAL CVE-2026-35308 10.0
CRITICAL CVE-2026-35309 9.8
CRITICAL CVE-2026-35310 9.8
MEDIUM CVE-2026-54021 6.3
CRITICAL CVE-2026-44727 9.0
MEDIUM CVE-2026-12706 6.5
MEDIUM CVE-2026-55832 6.1
HIGH CVE-2026-53489 -
HIGH CVE-2026-53488 -
MEDIUM CVE-2026-50195 -
MEDIUM CVE-2026-49345 -
HIGH CVE-2026-56340 7.5
HIGH CVE-2025-71379 7.5
HIGH CVE-2026-12770 8.8
HIGH CVE-2026-12771 7.5
MEDIUM CVE-2026-12772 6.3
MEDIUM CVE-2026-12774 6.3
HIGH CVE-2026-12773 7.3
HIGH CVE-2026-12795 7.3
MEDIUM CVE-2026-12797 6.3

Page 33 of 35