Teams often waste remediation effort on vulnerabilities that look alarming but never cross the threshold into practical attack paths. The better approach is to combine CVE data with exploit signals such as PoCs, KEV entries, EPSS movement, and real attacker activity so that the queue reflects exposure, not noise.
Why This Matters for Security Teams
Tracking AI CVEs without exploit context can distort risk decisions, especially when product teams, security operations, and governance functions are all using the same vulnerability queue. A CVE label suggests a technical flaw, but it does not prove exploitability, reachability, or attacker interest. The result is often over-prioritisation of low-likelihood issues while the organisation delays work on weaknesses that are already being operationalised by threat actors. Guidance from NIST SP 800-53 Rev 5 Security and Privacy Controls is most useful here when teams treat vulnerability handling as part of a broader control system, not as a standalone inventory exercise.
For AI systems, the gap is sharper because some reported issues are model-adjacent, while others affect orchestration layers, connectors, or supporting software that can actually be reached in production. Current guidance suggests that teams should distinguish theoretical model weaknesses from vulnerabilities with a demonstrable route to exploitation. That distinction matters for risk acceptance, patch timing, and whether a finding belongs in engineering backlog, SOC triage, or executive reporting. In practice, many security teams encounter the cost of missing exploit context only after a high-severity advisory has already consumed scarce remediation capacity.
How It Works in Practice
Operationally, the best approach is to enrich every AI-related CVE with exploitability indicators before it enters a priority queue. That means checking whether the issue has a proof of concept, whether it appears in the CISA Known Exploited Vulnerabilities list, whether EPSS is rising, and whether telemetry shows probing or exploitation attempts. For AI platforms, this also includes asking whether the flaw sits in the model service itself, the API gateway, the agent runtime, the RAG pipeline, or a third-party dependency. A CVE in a library that is never called from production is materially different from a flaw in an exposed inference endpoint.
Security teams typically get better results when they map CVEs to control objectives rather than treating them as isolated tickets. A practical workflow is:
- Classify the asset as model, application, orchestration, or dependency.
- Confirm exposure paths, including internet reachability and privilege boundary crossing.
- Check exploit evidence from PoCs, threat intel, KEV, and internal detections.
- Assign remediation timing based on blast radius, not just severity score.
- Document compensating controls where immediate patching is not feasible.
This is especially important in AI environments where a single issue may affect many workloads through shared model serving infrastructure or orchestration code. The Anthropic — first AI-orchestrated cyber espionage campaign report is a useful reminder that attacker tradecraft evolves around accessible control points, not just the presence of a published weakness. These controls tend to break down when AI services are deployed through fast-moving CI/CD pipelines with weak asset inventory, because teams cannot reliably tell which CVEs are actually present in production.
Common Variations and Edge Cases
Tighter vulnerability prioritisation often increases operational overhead, requiring organisations to balance speed against the cost of evidence gathering. That tradeoff is real, because exploit signals are not always available early, and some AI CVEs never receive strong public telemetry even when they are technically serious. Best practice is evolving here, and there is no universal standard for weighting PoCs versus observed exploitation, so organisations should make the scoring logic explicit and review it regularly.
Edge cases appear when the AI system is internally hosted, air-gapped, or used only for low-risk workflows. In those environments, the absence of exploitation evidence may legitimately lower urgency, but it should not eliminate review. The opposite problem also occurs: some findings are not CVEs at all, but insecure model behaviour, prompt injection paths, or supply chain defects that will never be represented well in a classic vulnerability feed. For that reason, AI vulnerability management should sit alongside governance for model provenance, dependency integrity, and runtime monitoring rather than rely on CVE counts alone. The practical question is not whether a CVE exists, but whether it creates a realistic path to abuse in the specific AI deployment.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
MITRE ATLAS and OWASP Agentic AI Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST AI RMF and NIST AI 600-1 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | GV.RA-01 | Risk understanding should incorporate exploit evidence, not just raw CVE listings. |
| NIST AI RMF | MAP | AI systems need context on where vulnerabilities sit in the model and service stack. |
| MITRE ATLAS | AML.TA0007 | Adversarial AI threats help distinguish real attacker paths from noise. |
| NIST AI 600-1 | GenAI risk handling should account for orchestration and deployment weaknesses. | |
| OWASP Agentic AI Top 10 | A03 | Agentic systems often fail through exposed tools and connectors more than model defects. |
Use risk analysis to separate theoretical AI flaws from issues with credible exploitation paths.
Related resources from NHI Mgmt Group
- What breaks when AI model sprawl is tracked without identity context?
- How should security teams use AI-assisted pentesting without losing control of evidence quality?
- How should security teams use AI to prioritise CVEs without losing control of the process?
- Why do AI red team failures need to be tracked as governance evidence?