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.

698
Total CVEs
35
Pages
Page 29 of 35
Current
Severity CVE CVSS
HIGH GHSA-6xcp-7mpr-m7wm 8.3
UNKNOWN CVE-2026-31251 -
CRITICAL CVE-2026-31238 9.8
HIGH CVE-2026-31232 8.8
HIGH CVE-2026-8597 7.2
HIGH CVE-2026-45672 8.8
MEDIUM CVE-2026-45667 6.5
HIGH CVE-2026-45400 8.5
HIGH CVE-2026-45399 7.1
MEDIUM CVE-2026-45365 5.4
MEDIUM CVE-2026-45347 4.3
MEDIUM CVE-2026-45317 4.6
HIGH CVE-2026-46517 7.8
HIGH CVE-2026-8596 7.2
HIGH CVE-2026-46432 7.8
HIGH CVE-2026-47101 8.8
HIGH CVE-2026-47102 8.8
MEDIUM CVE-2026-9540 5.3
MEDIUM CVE-2026-48545 6.8
MEDIUM CVE-2026-3676 6.5

Page 29 of 35