AIVSS Calculator
Traditional CVSS scoring was built for static software. Agentic AI systems act on their own, call tools, hold memory, and coordinate with other agents — capabilities that amplify the impact of an otherwise ordinary vulnerability. The OWASP AI Vulnerability Scoring System extends CVSS to capture that amplification. Select any of the ten OWASP Agentic AI Top 10 scenarios, score a finding, and download the full report.
| AIVSS | AI Vulnerability Scoring System |
|---|---|
| CVSS | Common Vulnerability Scoring System |
| AARS | Agentic AI Risk Score |
| AARF | Agentic AI Risk Factor |
| ThM | Threat Multiplier |
CVSS v4.0 base metrics combined with the 10 Agentic AI Risk Factors and an optional Threat Multiplier.
The 9 AI-specific metrics across 39 sub-categories, weighted by seven industry profiles.
Every calculation runs in your browser. No accounts, no uploads, no telemetry on your assessment data.
Pre-defined OWASP Scenarios
Select a scenario from the OWASP Agentic AI Top 10, then adjust it to your system.
Start from defaults and score your own finding.
CVSS v4.0 Base Metrics
The traditional vulnerability component of the score.
Agentic AI Risk Factors (AARS)
Ten factors describing how much the agent's design amplifies risk. Each scores 0.0, 0.5, or 1.0.
Threat Multiplier (ThM)
Optional adjustment for observed real-world exploitation.
How the scoring works
Agentic (AARS) model
AIVSS = ((CVSS_Base + AARS) / 2) × ThMThe AARS component sums ten Agentic AI Risk Factors — autonomy, tool use, memory, dynamic identity, multi-agent interaction, non-determinism, self-modification, goal-driven planning, contextual awareness, and opacity — each scored 0.0, 0.5, or 1.0 for a total from 0.0 to 10.0. Averaging it with the CVSS v4.0 base score gives equal weight to what the vulnerability is and what the agent can do with it.
Industry model
AIVSS = [(w1×Base) + (w2×AI) + (w3×Impact)] × Temporal × MitigationBased on the OWASP Python calculator V4, this model scores 9 AI-specific metrics across 39 sub-categories and weights them by industry — financial services, healthcare, critical infrastructure, automotive, legal, government, or general.
Implementation notes. The CVSS v4.0 base score here is a calibrated approximation of the official MacroVector lookup table; the emitted vector string is spec-compliant, so you can paste it into the FIRST calculator for an authoritative figure. In the industry model, the nine AI metrics are aggregated by mean rather than by product — multiplying nine values each at or below 0.90 drives the result toward zero and would suppress the most heavily weighted term in the formula.
Pre-defined scenarios. The ten selectable scenarios map to the OWASP Agentic AI Top 10, AAI01 (Agentic AI Tool Misuse) through AAI10 (Agent Goal and Instruction Manipulation). Each ships a representative CVSS vector and agentic-factor profile for that risk class — a calibrated starting point for a typical instance, not a verdict. Adjust every metric to match the system you are actually assessing.
This calculator is an independent implementation offered for education and assessment guidance. It is not an official OWASP tool and does not constitute a formal certification. Always confirm results against the current AIVSS specification.