Terminology Index

Glossary

2953 terms

Open concept maps
C
32

CVSS

The Common Vulnerability Scoring System: a standardized way to rate a vulnerability's severity on a 0-10 scale based on factors like exploitability and impact, helping teams compare and prioritize vulnerabilities consistently.

CVSS produces a numeric severity score from characteristics such as attack vector, complexity, and the impact on confidentiality, integrity, and availability, giving a common language for how serious a vulnerability is. It is widely used to triage and prioritize remediation, but defenders treat the base score as a starting point, real prioritization also weighs exploitability in the wild, asset criticality, and exposure, not the score alone.

Introduced in: System Hardening Fundamentals, Security Analyst Fundamentals

Examples

  • Rating a vulnerability 9.8 (critical) to flag it for urgent patching.
  • Comparing two vulnerabilities' CVSS scores to sequence remediation.
  • Adjusting priority beyond the base CVSS score using exploitability and exposure.