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 11 of 35
Current
Severity CVE CVSS
HIGH CVE-2022-23573 8.8
HIGH CVE-2022-23574 8.8
MEDIUM CVE-2022-23575 6.5
MEDIUM CVE-2022-23576 6.5
MEDIUM CVE-2022-23577 6.5
MEDIUM CVE-2022-23578 4.3
MEDIUM CVE-2022-23580 6.5
MEDIUM CVE-2022-23581 6.5
MEDIUM CVE-2022-23582 6.5
MEDIUM CVE-2022-23583 6.5
MEDIUM CVE-2022-23584 6.5
MEDIUM CVE-2022-23585 6.5
CRITICAL CVE-2022-23587 9.8
MEDIUM CVE-2022-23588 6.5
HIGH CVE-2022-23590 7.5
HIGH CVE-2022-23592 8.1
HIGH CVE-2022-23593 7.5
MEDIUM CVE-2022-23595 6.5
MEDIUM CVE-2022-29194 5.5
MEDIUM CVE-2022-29195 5.5

Page 11 of 35