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 23 of 35
Current
Severity CVE CVSS
MEDIUM CVE-2024-31462 6.3
UNKNOWN CVE-2024-1183 -
HIGH CVE-2024-34510 7.5
CRITICAL CVE-2024-4253 9.1
HIGH CVE-2024-4325 8.6
HIGH CVE-2024-4941 7.5
MEDIUM CVE-2024-4940 6.1
CRITICAL CVE-2024-39236 9.8
HIGH CVE-2024-47084 8.3
MEDIUM CVE-2024-47164 6.5
CRITICAL CVE-2024-47167 9.8
MEDIUM CVE-2024-47168 4.3
HIGH CVE-2024-47868 7.5
HIGH CVE-2024-47870 8.1
CRITICAL CVE-2024-47871 9.1
MEDIUM CVE-2024-47872 5.4
MEDIUM CVE-2024-48052 6.5
HIGH CVE-2024-10624 7.5
HIGH CVE-2024-10648 8.2
UNKNOWN CVE-2024-12065 -

Page 23 of 35