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 12 of 35
Current
Severity CVE CVSS
MEDIUM CVE-2022-29198 5.5
MEDIUM CVE-2022-29200 5.5
MEDIUM CVE-2022-29207 5.5
MEDIUM CVE-2022-29201 5.5
MEDIUM CVE-2022-29203 5.5
MEDIUM CVE-2022-29206 5.5
MEDIUM CVE-2022-29209 5.5
MEDIUM CVE-2022-29210 5.5
MEDIUM CVE-2022-29212 5.5
MEDIUM CVE-2022-29213 5.5
HIGH CVE-2022-29216 7.8
HIGH CVE-2022-35934 7.5
HIGH CVE-2022-35935 7.5
CRITICAL CVE-2022-35937 9.1
CRITICAL CVE-2022-35938 9.1
CRITICAL CVE-2022-35939 9.8
HIGH CVE-2022-35940 7.5
HIGH CVE-2022-35941 7.5
HIGH CVE-2022-35952 7.5
HIGH CVE-2022-35959 7.5

Page 12 of 35