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 19 of 35
Current
Severity CVE CVSS
HIGH CVE-2025-55552 7.5
HIGH CVE-2025-55553 7.5
MEDIUM CVE-2025-55554 5.3
HIGH CVE-2025-55558 7.5
HIGH CVE-2025-55560 7.5
HIGH CVE-2025-62164 8.8
MEDIUM CVE-2025-29770 6.5
MEDIUM CVE-2025-26265 6.5
CRITICAL CVE-2025-53767 10.0
HIGH CVE-2025-65805 7.5
HIGH CVE-2025-66786 7.5
HIGH CVE-2021-43831 7.7
HIGH CVE-2022-24770 8.8
CRITICAL CVE-2023-25823 9.8
HIGH CVE-2023-51449 7.5
CRITICAL CVE-2024-34359 9.6
UNKNOWN CVE-2024-4181 -
HIGH CVE-2025-48889 7.5
UNKNOWN CVE-2024-3924 -
HIGH CVE-2025-24357 8.8

Page 19 of 35