The Common Vulnerability Scoring System (CVSS) is maintained by FIRST and produces a 0–10 score describing how severe a vulnerability would be if an attacker exploited it. The base score is built from intrinsic characteristics — attack vector, complexity, privileges required, user interaction and the impact on confidentiality, integrity and availability. Scores are banded as low, medium, high and critical, and most tools surface the critical and high bands by default.
Two properties of the CVSS base score are routinely forgotten. It is a measure of severity, not of likelihood: a 9.8 describes the damage available to an attacker who succeeds, not the chance that anyone will try. It is also deliberately environment-agnostic, because the score is published once for every organisation that will ever consume it. FIRST is explicit that the base score alone is not a prioritisation mechanism.
The practical consequence is a queue sorted by a number that does not know your estate. A critical CVSS score on an internal service behind mutual TLS with no route from the internet outranks a medium score on an unauthenticated public endpoint, even though the second is the one an attacker will reach first.