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.

700
Total CVEs
35
Pages
Page 34 of 35
Current
Severity CVE CVSS
MEDIUM CVE-2026-12799 4.3
MEDIUM CVE-2026-12796 6.3
MEDIUM CVE-2026-12798 6.3
HIGH CVE-2026-10845 7.3
CRITICAL CVE-2026-54352 9.6
HIGH CVE-2026-54232 8.8
MEDIUM CVE-2026-10645 4.9
CRITICAL CVE-2026-26210 9.8
UNKNOWN CVE-2026-4930 -
MEDIUM CVE-2026-11703 -
HIGH CVE-2026-5757 7.5
CRITICAL GHSA-98x5-vq43-vc5p -
CRITICAL CVE-2026-2651 9.0
HIGH CVE-2026-10118 7.8
HIGH CVE-2026-4775 7.8
MEDIUM CVE-2026-4878 6.7
HIGH CVE-2026-57947 8.5
MEDIUM CVE-2026-57948 6.8
HIGH CVE-2026-23536 7.5
HIGH CVE-2025-71363 8.1

Page 34 of 35