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 22 of 35
Current
Severity CVE CVSS
HIGH CVE-2024-12055 7.5
HIGH CVE-2024-8063 7.5
HIGH CVE-2025-0312 7.5
HIGH CVE-2025-0315 7.5
HIGH CVE-2025-0317 7.5
UNKNOWN CVE-2025-1975 -
MEDIUM CVE-2025-51471 6.9
MEDIUM CVE-2025-44779 6.6
CRITICAL CVE-2025-63389 9.8
HIGH CVE-2025-15514 7.5
HIGH CVE-2025-66959 7.5
HIGH CVE-2025-66960 7.5
UNKNOWN CVE-2025-15063 -
MEDIUM CVE-2023-41626 4.8
HIGH CVE-2023-46315 7.5
HIGH CVE-2023-6572 8.1
CRITICAL CVE-2024-0964 9.4
MEDIUM CVE-2024-2206 6.5
UNKNOWN CVE-2024-1729 -
HIGH CVE-2024-1728 7.5

Page 22 of 35