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 14 of 35
Current
Severity CVE CVSS
HIGH CVE-2022-35988 7.5
HIGH CVE-2022-35989 7.5
HIGH CVE-2022-35990 7.5
HIGH CVE-2022-36018 7.5
HIGH CVE-2022-36019 7.5
HIGH CVE-2022-36026 7.5
HIGH CVE-2022-35991 7.5
HIGH CVE-2022-35992 7.5
HIGH CVE-2022-35993 7.5
HIGH CVE-2022-35994 7.5
HIGH CVE-2022-35995 7.5
HIGH CVE-2022-35996 7.5
HIGH CVE-2022-35997 7.5
HIGH CVE-2022-35998 7.5
HIGH CVE-2022-35999 7.5
HIGH CVE-2022-36000 7.5
HIGH CVE-2022-36001 7.5
HIGH CVE-2022-36002 7.5
HIGH CVE-2022-36003 7.5
HIGH CVE-2022-36004 7.5

Page 14 of 35