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 5 of 35
Current
Severity CVE CVSS
HIGH CVE-2021-29570 7.1
HIGH CVE-2021-29571 7.8
HIGH CVE-2021-29574 7.8
MEDIUM CVE-2021-29575 5.5
HIGH CVE-2021-29577 7.8
HIGH CVE-2021-29579 7.8
MEDIUM CVE-2021-29580 5.5
MEDIUM CVE-2021-29581 5.5
HIGH CVE-2021-29582 7.1
HIGH CVE-2021-29583 7.8
MEDIUM CVE-2021-29584 5.5
HIGH CVE-2021-29585 7.8
HIGH CVE-2021-29586 7.8
HIGH CVE-2021-29587 7.8
HIGH CVE-2021-29588 7.8
HIGH CVE-2021-29589 7.8
HIGH CVE-2021-29590 7.1
HIGH CVE-2021-29591 7.8
HIGH CVE-2021-29592 7.8
HIGH CVE-2021-29593 7.8

Page 5 of 35