9 AI-related CVEs are on CISA's Known Exploited Vulnerabilities list. 1 have a confirmed ransomware campaign association. 1 added to KEV in 2025 · 8 added in 2026 · 0 added earlier.
Vulnerabilities in AI Software
Daily-updated analysis of CVEs affecting AI and machine-learning software — frameworks, libraries, LLM platforms, agent protocols, enterprise assistants, and supporting infrastructure. Compares vulnerabilities in AI software against all other software, with breakdowns by severity, vector, weakness, exploitability and priority.
Last updated: 23 August 2026 00:24 UTC
AI risk, in one read
1,436 vulnerabilities disclosed in AI software so far in 2026 — ↑158% annualized against 2025, and 9 of them are on CISA’s exploited list.
Volume & Trend
CVSS Distribution by Year
AI Subcategory Risk Profile
What each category means — definitions & examples
- LLM Application Platforms
- Frameworks and runtimes for building applications on top of large language models — orchestration, retrieval-augmented generation, agents, and prompt pipelines. Vulnerabilities cluster in tool-calling, prompt handling, and untrusted-input flows. e.g. LangChain, LlamaIndex, Ollama, llama.cpp, vLLM, Flowise
- AI Agent Protocols and Integrations
- Standards and connectors that let AI agents call tools and talk to each other; risk lives in the connection, delegation, and data-exchange layers. e.g. Model Context Protocol (MCP), Agent2Agent (A2A), MCP servers
- Deep Learning Frameworks
- Core neural-network libraries for training and running models; CVEs often involve model execution, tensor operations, or GPU handling. e.g. TensorFlow, PyTorch, Keras, MXNet, Caffe
- Enterprise AI Assistants
- Production RAG / generative assistants embedded in productivity and security suites; risks include prompt injection and data exfiltration (e.g. the EchoLeak flaw, CVE-2025-32711). e.g. Microsoft 365 Copilot, Security Copilot, Copilot Studio
- Other AI Platforms
- AI/ML software that doesn't fall into the named categories above — the catch-all bucket for less common frameworks and tooling. e.g. Miscellaneous ML frameworks, data pipelines, and model tooling
- Other Platforms
- Managed cloud ML platforms — training, deployment, and MLOps services; exposure is usually service- or integration-specific. e.g. AWS SageMaker, Azure Machine Learning, Google AI Platform
- NLP and Transformers
- Pre-trained language-model libraries and model hubs; emerging CVEs in model loading, deserialization, and tokenization. e.g. Hugging Face Transformers
- Machine Learning Libraries
- General-purpose ML algorithm libraries; common CVEs in data handling and model serialization (e.g. unsafe pickle loads). e.g. scikit-learn, FastAI
- APIs and Models
- Hosted model endpoints and their client SDKs; vulnerabilities cluster in the API-integration layer more than in the models themselves. e.g. OpenAI GPT / Embeddings APIs
- Computer Vision
- Image and video processing libraries; frequent CVEs in buffer handling and media-format parsing. e.g. OpenCV, torchvision, Pillow
Who Builds It
CVSS Vector Profile
Top CWEs — 2025 vs 2026 Rank Shift
MITRE ATT&CK Enterprise Techniques
EPSS Cumulative Distribution
AI CVE Exploit Pressure
CISA KEV: AI-listed Vulnerabilities
Top 25 AI CVEs by Risk Priority
| CVE | Risk Priority | CVSS | EPSS | Published |
|---|---|---|---|---|
| CVE-2025-59528 | 100 | 10.0 | 0.9123 | 2025-09-22 |
| CVE-2026-0770KEV UPD | 100 | 0.0 | 0.6292 | 2026-01-23 |
| CVE-2025-11749 UPD | 97 | 9.8 | 0.7476 | 2025-11-05 |
| CVE-2025-2294 UPD | 97 | 9.8 | 0.7788 | 2025-03-28 |
| CVE-2025-3248KEV UPD | 97 | 9.8 | 1.0000 | 2025-04-07 |
| CVE-2025-8943 UPD | 97 | 9.8 | 0.7231 | 2025-08-14 |
| CVE-2026-33017KEV UPD | 97 | 9.8 | 0.9618 | 2026-03-20 |
| CVE-2026-42208KEV UPD | 97 | 9.8 | 0.8942 | 2026-05-08 |
| CVE-2025-26319 UPD | 93 | 9.8 | 0.5587 | 2025-03-04 |
| CVE-2025-6514 UPD | 93 | 9.6 | 0.7775 | 2025-07-09 |
| CVE-2025-32375 UPD | 92 | 9.8 | 0.5045 | 2025-04-09 |
| CVE-2025-58434 UPD | 92 | 9.8 | 0.4989 | 2025-09-12 |
| CVE-2025-12420 UPD | 91 | 9.8 | 0.4607 | 2026-01-12 |
| CVE-2025-34291KEV UPD | 90 | 8.8 | 0.8384 | 2025-12-05 |
| CVE-2025-62593KEV UPD | 90 | 8.8 | 0.0100 | 2025-11-26 |
| CVE-2026-23744 UPD | 90 | 9.8 | 0.4503 | 2026-01-16 |
| CVE-2026-42271KEV UPD | 90 | 8.8 | 0.8301 | 2026-05-08 |
| CVE-2026-33032 UPD | 89 | 9.8 | 0.3848 | 2026-03-30 |
| CVE-2025-27520 UPD | 88 | 9.8 | 0.3567 | 2025-04-04 |
| CVE-2026-26190 | 88 | 9.8 | 0.3691 | 2026-02-13 |
| CVE-2026-30824 | 88 | 9.8 | 0.3625 | 2026-03-07 |
| CVE-2026-27966 | 87 | 9.8 | 0.3369 | 2026-02-26 |
| CVE-2025-11201 | 86 | 9.8 | 0.2703 | 2025-10-29 |
| CVE-2025-5120 UPD | 86 | 10.0 | 0.1953 | 2025-07-27 |
| CVE-2025-2828 UPD | 85 | 10.0 | 0.1588 | 2025-06-23 |
Sample CVE Deep-Dives
The AI Engine plugin for WordPress is vulnerable to sensitive information exposure in all versions through 3.1.3. The flaw resides in the /mcp/v1/ REST API endpoint, which leaks the configured Bearer Token value whenever the No-Auth URL feature is enabled, corresponding to CWE-200.
The vulnerability affects the Keras deep learning framework's Model.load_model function. A manually crafted malicious .keras archive can bypass the safe_mode=True setting by embedding attacker-controlled entries in its config.json file, causing arbitrary Python modules and functions to be imported and executed during deserialization.
CVE-2025-12420, published on 2026-01-12, is a critical vulnerability (CVSS 9.8; CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) in the ServiceNow AI Platform, associated with CWE-250. The flaw enables an unauthenticated user to impersonate another user and perform any operations that the impersonated user is entitled to execute.
Recommendations — Software Producers
Prioritise defence against the dominant weakness classes in AI-related software. Through 2026 these are OS command injection (CWE-78), command injection (CWE-77), server-side request forgery (CWE-918, newly prominent in 2026), path traversal (CWE-22), and cross-site scripting (CWE-79).
Avoid passing user-controlled or LLM-generated text directly to shell commands or HTTP fetchers. Use built-in libraries or APIs, parameterise subprocess invocations, and explicitly enumerate allowed hosts for any outbound HTTP. Add tool sandboxing, least- privilege token scoping, and signed tool manifests for any agentic component that delegates execution. Mandate human approval gates for sensitive actions and log every tool invocation.
Recommendations — Enterprises (Software Consumers)
Request penetration test results from AI-software vendors with explicit coverage of injection (CWE-77/CWE-78), SSRF (CWE-918), path traversal (CWE-22), XSS (CWE-79), and authorisation flaws (CWE-862, CWE-284). For self-hosted AI components, run independent fuzzing against tool interfaces and prompt-injection vectors.
Track the EPSS-driven Risk Priority of CVEs in your AI software stack (see the table above) and treat ransomware-linked KEVs as immediate- remediation. For agentic AI specifically, evaluate platforms providing tool discovery, real-time monitoring, and policy-based execution control as a layer over generic application security.
Future Work
Two analyses depend on annotation coverage that's still maturing: MITRE ATLAS technique mapping (the AI-specific adversarial framework) and OWASP Top 10 for LLMs 2025 categorisation. Once enough 2026 CVEs are processed by our QA tools we'll add tabs covering both. Threat-actor attribution for AI vulnerabilities remains sparse in public reporting and will be incorporated as data improves.