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.

699
Total CVEs
35
Pages
Page 30 of 35
Current
Severity CVE CVSS
MEDIUM CVE-2026-46032 5.5
MEDIUM CVE-2026-46091 5.5
MEDIUM CVE-2026-45907 5.5
MEDIUM CVE-2026-45973 5.5
MEDIUM CVE-2026-46236 5.5
HIGH CVE-2026-46176 7.8
HIGH CVE-2026-46178 7.8
UNKNOWN CVE-2026-4944 -
HIGH CVE-2026-41236 8.8
HIGH CVE-2026-41235 -
MEDIUM CVE-2026-47213 6.5
CRITICAL CVE-2026-9319 9.0
MEDIUM CVE-2026-43625 5.9
CRITICAL CVE-2026-47117 9.8
HIGH CVE-2026-4035 7.7
CRITICAL CVE-2026-44182 -
CRITICAL CVE-2026-44181 -
CRITICAL CVE-2026-44180 9.8
LOW CVE-2026-10783 2.5
MEDIUM CVE-2026-10804 4.7

Page 30 of 35