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 17 of 35
Current
Severity CVE CVSS
HIGH CVE-2023-25666 7.5
HIGH CVE-2023-25667 7.5
CRITICAL CVE-2023-25668 9.8
HIGH CVE-2023-25669 7.5
HIGH CVE-2023-25670 7.5
HIGH CVE-2023-25671 7.5
HIGH CVE-2023-25672 7.5
HIGH CVE-2023-25673 7.5
HIGH CVE-2023-25674 7.5
HIGH CVE-2023-25675 7.5
HIGH CVE-2023-25676 7.5
HIGH CVE-2023-25801 7.8
HIGH CVE-2023-27579 7.5
MEDIUM CVE-2023-25661 6.5
HIGH CVE-2023-33976 7.5
HIGH CVE-2025-0649 7.5
MEDIUM CVE-2025-55556 6.5
HIGH CVE-2025-55559 7.5
CRITICAL CVE-2022-45907 9.8
CRITICAL CVE-2023-43654 9.8

Page 17 of 35