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 24 of 35
Current
Severity CVE CVSS
LOW CVE-2025-5320 3.7
CRITICAL CVE-2024-41114 9.8
CRITICAL CVE-2024-41119 9.8
UNKNOWN CVE-2024-4897 -
HIGH CVE-2020-28975 7.5
HIGH CVE-2024-43598 8.1
CRITICAL CVE-2024-2912 10.0
HIGH CVE-2024-9056 7.5
CRITICAL CVE-2024-9070 9.8
CRITICAL CVE-2025-27520 9.8
CRITICAL CVE-2025-32375 9.8
CRITICAL CVE-2025-54381 9.9
MEDIUM CVE-2026-24123 6.5
HIGH CVE-2024-10188 7.5
UNKNOWN CVE-2025-11203 -
MEDIUM CVE-2026-30886 6.5
HIGH CVE-2026-25048 7.5
HIGH GHSA-wccx-j62j-r448 -
MEDIUM CVE-2026-27482 5.9
MEDIUM CVE-2026-1778 5.9

Page 24 of 35