Get PDF - CFM
Get PDF - CFM
Get PDF - CFM
and Technology
Acknowledgements: The authors sincerely wish to recognize the contributions of all of the Forum of
Incident Response and Security Teams (FIRST) CVSS Special Interest Group members, including Barrie
Brook, Seth Hanford, Stav Raviv, Gavin Reid, George Theall and Tadashi Yamagishi as well as the
authors of the CVSS v1.0 standard [1].
The Common Vulnerability Scoring System (CVSS) provides an open framework for
communicating the characteristics and impacts of IT vulnerabilities. CVSS consists of
three groups: Base, Temporal and Environmental. Each group produces a numeric score
ranging from 0 to 10, and a Vector, a compressed textual representation that reflects the
values used to derive the score. The Base group represents the intrinsic qualities of a
vulnerability. The Temporal group reflects the characteristics of a vulnerability that
change over time. The Environmental group represents the characteristics of a
vulnerability that are unique to any user’s environment. CVSS enables IT managers,
vulnerability bulletin providers, security vendors, application vendors and researchers to
all benefit by adopting this common language of scoring IT vulnerabilities.
The Forum of Incident Response and Security Teams (FIRST) sponsors and supports the Common
Vulnerability Scoring System-Special Interest Group (CVSS-SIG), a diverse group of security
professionals that has a keen interest in security vulnerabilities and use CVSS in its daily work. Many
group members have implemented the scoring system for varying production uses within their
organizations. Their experiences have helped shape the proposed direction for CVSS, while providing
continued leadership for support and training. A list of the CVSS-SIG organizations is available at
http://www.first.org/cvss/eadopters.html. In addition, a list of active CVSS-SIG members is available at
http://www.first.org/cvss/team/.
• Base: represents the intrinsic and fundamental characteristics of a vulnerability that are constant
over time and user environments. Base metrics are discussed in Section 2.1.
• Temporal: represents the characteristics of a vulnerability that change over time but not among
user environments. Temporal metrics are discussed in Section 2.2.
• Environmental: represents the characteristics of a vulnerability that are relevant and unique to a
particular user’s environment. Environmental metrics are discussed in Section 2.3.
The purpose of the CVSS base group is to define and communicate the fundamental characteristics of a
vulnerability. This objective approach to characterizing vulnerabilities provides users with a clear and
intuitive representation of a vulnerability. Users can then invoke the temporal and environmental groups
to provide contextual information that more accurately reflects the risk to their unique environment. This
allows them to make more informed decisions when trying to mitigate risks posed by the vulnerabilities.
CVSS can also be described by what it is not. That is, it is none of the following:
• A threat rating system such as those used by the US Department of Homeland Security, and the
Sans Internet Storm Center. 2 These services provide an advisory warning system for threats to
critical US and global IT networks, respectively.
• A vulnerability database such as the National Vulnerability Database (NVD), Open Source
Vulnerability Database (OSVDB) or Bugtraq. These databases provide a rich catalogue of known
vulnerabilities and vulnerability details.
• A vulnerability identification system such as the industry-standard Common Vulnerabilities and
Exposures (CVE) or a weakness dictionary such as the Common Weakness Enumeration (CWE).
These frameworks are meant to uniquely identify and classify vulnerabilities according to the
causes “as they are manifested in code, design, or architecture.” 3
10
Score Vector
CVSS
f(x1, x2, … xn) f(y1, y2, … yn) f(z1, z2, … zn)
BaseMetrics
Base Metrics Exploitability
Temporal Environmental
Base Metrics Exploitability
Metrics Metrics
Optional
Optionally, the base score can be refined by assigning values to the temporal and environmental metrics.
This is useful in order to provide additional context for a vulnerability by more accurately reflecting the
risk posed by the vulnerability to a user’s environment. However, this is not required. Depending on one’s
purpose, the base score and vector may be sufficient.
2
http://www.dhs.gov/xinfoshare/programs/Copy_of_press_release_0046.shtm, http://isc.sans.org/
3
http://cve.mitre.org/, http://cwe.mitre.org/index.html , http://cwe.mitre.org/about/process.html
• Vulnerability Bulletin Providers: Both non-profit and commercial organizations are publishing
CVSS base and temporal scores and vectors in their free vulnerability bulletins. These bulletins
offer much information, including the date of discovery, systems affected and links to vendors for
patching recommendations.
• Software Application Vendors: Software application vendors are providing CVSS base scores
and vectors to their customers. This helps them properly communicate the severity of
vulnerabilities in their products and helps their customers effectively manage their IT risk.
• User Organizations: Many private-sector organizations are using CVSS internally to make
informed vulnerability management decisions. They use scanners or monitoring technologies to
first locate host and application vulnerabilities. They combine this data with CVSS base, temporal
and environmental scores to obtain more contextual risk information and remediate those
vulnerabilities that pose the greatest risk to their systems.
• Vulnerability Scanning and Management: Vulnerability management organizations scan
networks for IT vulnerabilities. They provide CVSS base scores for every vulnerability on each
host. User organizations use this critical data stream to more effectively manage their IT
infrastructures by reducing outages and protecting against malicious and accidental IT threats.
• Security (Risk) Management: Security Risk Management firms use CVSS scores as input to
calculating an organization’s risk or threat level. These firms use sophisticated applications that
4
www.first.org/cvss
2 Metric Groups
2.1 Base Metrics
The base metric group captures the characteristics of a vulnerability that are constant with time and across
user environments. The Access Vector, Access Complexity, and Authentication metrics capture how the
vulnerability is accessed and whether or not extra conditions are required to exploit it. The three impact
metrics measure how a vulnerability, if exploited, will directly affect an IT asset, where the impacts are
independently defined as the degree of loss of confidentiality, integrity, and availability. For example, a
vulnerability could cause a partial loss of integrity and availability, but no loss of confidentiality.
Metric Description
Value
Local (L) A vulnerability exploitable with only local access requires the attacker to have either
physical access to the vulnerable system or a local (shell) account. Examples of locally
exploitable vulnerabilities are peripheral attacks such as Firewire/USB DMA attacks, and
local privilege escalations (e.g., sudo).
Adjacent A vulnerability exploitable with adjacent network access requires the attacker to have
Network access to either the broadcast or collision domain of the vulnerable software. Examples of
(A) local networks include local IP subnet, Bluetooth, IEEE 802.11, and local Ethernet
segment.
Network A vulnerability exploitable with network access means the vulnerable software is bound to
(N) the network stack and the attacker does not require local network access or local access.
Such a vulnerability is often termed “remotely exploitable”. An example of a network
attack is an RPC buffer overflow.
Table 1: Access Vector Scoring Evaluation
Other vulnerabilities, however, may require additional steps in order to be exploited. For example, a
vulnerability in an email client is only exploited after the user downloads and opens a tainted attachment.
The possible values for this metric are listed in Table 2. The lower the required complexity, the higher the
vulnerability score.
Metric Description
Value
High (H) Specialized access conditions exist. For example:
• In most configurations, the attacking party must already have elevated privileges or
spoof additional systems in addition to the attacking system (e.g., DNS hijacking).
• The attack depends on social engineering methods that would be easily detected by
knowledgeable people. For example, the victim must perform several suspicious or
atypical actions.
• The vulnerable configuration is seen very rarely in practice.
• If a race condition exists, the window is very narrow.
Medium The access conditions are somewhat specialized; the following are examples:
(M) • The attacking party is limited to a group of systems or users at some level of
authorization, possibly untrusted.
• Some information must be gathered before a successful attack can be launched.
• The affected configuration is non-default, and is not commonly configured (e.g., a
vulnerability present when a server performs user account authentication via a
specific scheme, but not present for another authentication scheme).
• The attack requires a small amount of social engineering that might occasionally fool
cautious users (e.g., phishing attacks that modify a web browser’s status bar to show
a false link, having to be on someone’s “buddy” list before sending an IM exploit).
Low (L) Specialized access conditions or extenuating circumstances do not exist. The following are
examples:
• The affected product typically requires access to a wide range of systems and users,
possibly anonymous and untrusted (e.g., Internet-facing web or mail server).
• The affected configuration is default or ubiquitous.
• The attack can be performed manually and requires little skill or additional
information gathering.
• The “race condition” is a lazy one (i.e., it is technically a race but easily winnable).
Table 2: Access Complexity Scoring Evaluation
Metric Description
Value
Multiple Exploiting the vulnerability requires that the attacker authenticate two or more times, even if
(M) the same credentials are used each time. An example is an attacker authenticating to an
operating system in addition to providing credentials to access an application hosted on that
system.
Single (S) One instance of authentication is required to access and exploit the vulnerability.
None (N) Authentication is not required to access and exploit the vulnerability.
Table 3: Authentication Scoring Evaluation
The metric should be applied based on the authentication the attacker requires before launching an attack.
For example, if a remote mail server is vulnerable to a command that can be issued before a user
authenticates, the metric should be scored as “None” because the attacker can launch the exploit before
credentials are required. If the vulnerable command is only available after successful authentication, then
the vulnerability should be scored as “Single” or “Multiple,” depending on how many instances of
authentication must occur before issuing the command.
Initially, real-world exploitation may only be theoretical. Publication of proof of concept code, functional
exploit code, or sufficient technical details necessary to exploit the vulnerability may follow.
Furthermore, the exploit code available may progress from a proof-of-concept demonstration to exploit
code that is successful in exploiting the vulnerability consistently. In severe cases, it may be delivered as
the payload of a network-based worm or virus. The possible values for this metric are listed in Table 7.
The more easily a vulnerability can be exploited, the higher the vulnerability score.
Clearly, each organization must determine for themselves the precise meaning of “slight, moderate,
significant, and catastrophic.”
The full effect on the environmental score is determined by the corresponding base impact metrics. That
is, these metrics modify the environmental score by reweighting the (base) confidentiality, integrity, and
availability impact metrics. 5 For example, the confidentiality impact (C) metric has increased weight if
the confidentiality requirement (CR) is “high.” Likewise, the confidentiality impact metric has decreased
weight if the confidentiality requirement is “low.” The confidentiality impact metric weighting is neutral
if the confidentiality requirement is “medium.” This same logic is applied to the integrity and availability
requirements.
Note that the confidentiality requirement will not affect the environmental score if the (base)
confidentiality impact is set to “none.” Also, increasing the confidentiality requirement from “medium” to
“high” will not change the environmental score when the (base) impact metrics are set to “complete.”
This is because the impact sub score (part of the base score that calculates impact) is already at a
maximum value of 10.
The possible values for the security requirements are listed in Table 12. For brevity, the same table is used
for all three metrics. The greater the security requirement, the higher the score (remember that “medium”
is considered the default). These metrics will modify the score as much as plus or minus 2.5.
5
Please note that the base confidentiality, integrity and availability impact metrics, themselves, are not changed.
In many organizations, IT resources are labeled with criticality ratings based on network location,
business function, and potential for loss of revenue or life. For example, the U.S. government assigns
every unclassified IT asset to a grouping of assets called a System. Every System must be assigned three
“potential impact” ratings to show the potential impact on the organization if the System is compromised
according to three security objectives: confidentiality, integrity, and availability. Thus, every unclassified
IT asset in the U.S. government has a potential impact rating of low, moderate, or high with respect to the
security objectives of confidentiality, integrity, and availability. This rating system is described within
Federal Information Processing Standards (FIPS) 199. 6 CVSS follows this general model of FIPS 199,
but does not require organizations to use any particular system for assigning the low, medium, and high
impact ratings.
For example, a vulnerability with base metric values of “Access Vector: Low, Access Complexity:
Medium, Authentication: None, Confidentiality Impact: None, Integrity Impact: Partial, Availability
Impact: Complete” would have the following base vector: “AV:L/AC:M/Au:N/C:N/I:P/A:C.”
6
http://csrc.nist.gov/publications/fips/fips199/FIPS-PUB-199-final.pdf
3.1.1 General
SCORING TIP #1: Vulnerability scoring should not take into account any interaction with other
vulnerabilities. That is, each vulnerability should be scored independently.
SCORING TIP #2: When scoring a vulnerability, consider the direct impact to the target host only. For
example, consider a cross-site scripting vulnerability: the impact to a user’s system could be much greater
than the impact to the target host. However, this is an indirect impact. Cross-site scripting vulnerabilities
should be scored with no impact to confidentiality or availability, and partial impact to integrity.
SCORING TIP #3: Many applications, such as Web servers, can be run with different privileges, and
scoring the impact involves making an assumption as to what privileges are used. Therefore,
vulnerabilities should be scored according to the privileges most commonly used. This may not
necessarily reflect security best practices, especially for client applications which are often run with root-
level privileges. When uncertain as to which privileges are most common, scoring analysts should assume
a default configuration.
SCORING TIP #4: When scoring the impact of a vulnerability that has multiple exploitation methods
(attack vectors), the analyst should choose the exploitation method that causes the greatest impact, rather
than the method which is most common, or easiest to perform. For example, if functional exploit code
exists for one platform but not another, then Exploitability should be set to “Functional”. If two separate
variants of a product are in parallel development (e.g. PHP 4.x and PHP 5.x), and a fix exists for one
variant but not another, then the Remediation Level should be set to “Unavailable”.
SCORING TIP #5: When a vulnerability can be exploited both locally and from the network, the
“Network” value should be chosen. When a vulnerability can be exploited both locally and from adjacent
networks, but not from remote networks, the “Adjacent Network” value should be chosen. When a
vulnerability can be exploited from the adjacent network and remote networks, the “Network” value
should be chosen.
SCORING TIP #6: Many client applications and utilities have local vulnerabilities that can be exploited
remotely either through user-complicit actions or via automated processing. For example, decompression
utilities and virus scanners automatically scan incoming email messages. Also, helper applications (office
suites, image viewers, media players, etc.) are exploited when malicious files are exchanged via e-mail or
downloaded from web sites. Therefore, analysts should score the Access Vector of these vulnerabilities as
“Network”.
SCORING TIP #7: If the vulnerability exists in an authentication scheme itself (e.g., PAM, Kerberos) or
an anonymous service (e.g., public FTP server), the metric should be scored as “None” because the
attacker can exploit the vulnerability without supplying valid credentials. Presence of a default user
account may be considered as “Single” or “Multiple” Authentication (as appropriate), but may have
Exploitability of “High” if the credentials are publicized.
SCORING TIP #8: Vulnerabilities that give root-level access should be scored with complete loss of
confidentiality, integrity, and availability, while vulnerabilities that give user-level access should be
scored with only partial loss of confidentiality, integrity, and availability. For example, an integrity
violation that allows an attacker to modify an operating system password file should be scored with
complete impact of confidentiality, integrity, and availability.
SCORING TIP #9: Vulnerabilities with a partial or complete loss of integrity can also cause an impact to
availability. For example, an attacker who is able to modify records can probably also delete them.
3.2 Equations
Scoring equations and algorithms for the base, temporal and environmental metric groups are described
below. Further discussion of the origin and testing of these equations is available at www.first.org/cvss.
BaseScore 7 = round_to_1_decimal(((0.6*Impact)+(0.4*Exploitability)–1.5)*f(Impact))
Impact = 10.41*(1-(1-ConfImpact)*(1-IntegImpact)*(1-AvailImpact))
7
This is formula version 2.10
TemporalScore = round_to_1_decimal(BaseScore*Exploitability
*RemediationLevel*ReportConfidence)
EnvironmentalScore = round_to_1_decimal((AdjustedTemporal+
(10-AdjustedTemporal)*CollateralDamagePotential)*TargetDistribution)
3.3 Examples
Below, we provide examples of how CVSS is used for three different vulnerabilities.
3.3.1 CVE-2002-0392
Consider CVE-2002-0392: Apache Chunked-Encoding Memory Corruption Vulnerability. In June 2002,
a vulnerability was discovered in the means by which the Apache web server handles requests encoded
using chunked encoding. The Apache Foundation reported that a successful exploit can lead to denial of
service in some cases, and in others, the execution of arbitrary code with the privileges of the web server.
Since the vulnerability can be exploited remotely, the Access Vector is "Network". The Access
Complexity is "Low" because no additional circumstances need to exist for this exploit to be successful;
the attacker need only craft a proper exploit message to the Apache web listener. No authentication is
required to trigger the vulnerability (any Internet user can connect to the web server), so the
Authentication metric is "None".
If the vulnerability is exploited to execute arbitrary code with the permissions of the web server, thereby
altering web content and possibly viewing local user or configuration information (including connection
settings and passwords to back-end databases), the Confidentiality and Integrity Impact metrics are set to
“Partial”. Together, these metrics result in a base score of 6.4.
If the vulnerability is exploited to cause a denial of service, the Availability Impact is set to “Complete”.
Together, the metrics produce a base score of 7.8. Since this is the highest possible base score of the
exploitation options, it is used as the base score.
Exploit code is known to exist and therefore Exploitability is set to “Functional”. The Apache foundation
has released patches for this vulnerability (available to both 1.3 and 2.0) and so Remediation Level is
“Official-Fix”. Naturally, report confidence is “Confirmed”. These metrics adjust the base score to give a
temporal score of 6.4.
Assuming that availability is more important than usual for the targeted systems, and depending on the
values for Collateral Damage Potential and Target Distribution, the environmental score could vary
between 0.0 (“None”, “None”) and 9.2 (“High”, “High”). The results are summarized below.
----------------------------------------------------
BASE METRIC EVALUATION SCORE
----------------------------------------------------
Access Vector [Network] (1.00)
Access Complexity [Low] (0.71)
Authentication [None] (0.704)
Confidentiality Impact [None] (0.00)
Integrity Impact [None] (0.00)
Availability Impact [Complete] (0.66)
----------------------------------------------------
BASE FORMULA BASE SCORE
----------------------------------------------------
Impact = 10.41*(1-(1)*(1)*(0.34)) == 6.9
Exploitability = 20*0.71*0.704*1 == 10.0
f(Impact) = 1.176
BaseScore = (0.6*6.9 + 0.4*10.0 – 1.5)*1.176
== (7.8)
----------------------------------------------------
----------------------------------------------------
TEMPORAL METRIC EVALUATION SCORE
----------------------------------------------------
Exploitability [Functional] (0.95)
Remediation Level [Official-Fix] (0.87)
Report Confidence [Confirmed] (1.00)
----------------------------------------------------
TEMPORAL FORMULA TEMPORAL SCORE
----------------------------------------------------
round(7.8 * 0.95 * 0.87 * 1.00) == (6.4)
----------------------------------------------------
----------------------------------------------------
3.3.2 CVE-2003-0818
Consider CVE-2003-0818: Microsoft Windows ASN.1 Library Integer Handling Vulnerability. In
September 2003, a vulnerability was discovered that targets the ASN.1 library of all Microsoft operating
systems. Successful exploitation of this vulnerability results in a buffer overflow condition allowing the
attacker to execute arbitrary code with administrative (system) privileges.
This is a remotely exploitable vulnerability that does not require authentication, therefore the Access
Vector is “Network” and “Authentication” is “None”. The Access Complexity is “Low” because no
additional access or specialized circumstances need to exist for the exploit to be successful. Each of the
Impact metrics is set to “Complete” because of the possibility of a complete system compromise.
Together, these metrics produce a maximum base score of 10.0.
Known exploits do exist for this vulnerability and so Exploitability is “Functional”. In February 2004,
Microsoft released patch MS04-007, making the Remediation Level “Official-Fix” and the Report
Confidence “Confirmed”. These metrics adjust the base score to give a temporal score of 8.3.
Assuming that availability is less important than usual for the targeted systems, and depending on the
values for Collateral Damage Potential and Target Distribution, the environmental score could vary
between 0.0 (“None”, “None”) and 9.0 (“High”, “High”). The results are summarized below.
----------------------------------------------------
BASE METRIC EVALUATION SCORE
----------------------------------------------------
Access Vector [Network] (1.00)
Access Complexity [Low] (0.71)
Authentication [None] (0.704)
Confidentiality Impact [Complete] (0.66)
Integrity Impact [Complete] (0.66)
Availability Impact [Complete] (0.66)
----------------------------------------------------
FORMULA BASE SCORE
----------------------------------------------------
----------------------------------------------------
TEMPORAL METRIC EVALUATION SCORE
----------------------------------------------------
Exploitability [Functional] (0.95)
Remediation Level [Official-Fix] (0.87)
Report Confidence [Confirmed] (1.00)
----------------------------------------------------
FORMULA TEMPORAL SCORE
----------------------------------------------------
round(10.0 * 0.95 * 0.87 * 1.00) == (8.3)
----------------------------------------------------
----------------------------------------------------
ENVIRONMENTAL METRIC EVALUATION SCORE
----------------------------------------------------
Collateral Damage Potential [None - High] {0 - 0.5}
Target Distribution [None - High] {0 - 1.0}
Confidentiality Req. [Medium] (1.0)
Integrity Req. [Medium] (1.0)
Availability Req. [Low] (0.5)
----------------------------------------------------
FORMULA ENVIRONMENTAL SCORE
----------------------------------------------------
AdjustedImpact = 10.41*(1-(1-0.66*1)*(1-0.66*1)
*(1-0.66*0.5)) == 9.6
AdjustedBase =((0.6*9.6)+(0.4*10.0)–1.5)*1.176
== (9.7)
AdjustedTemporal == (9.7*0.95*0.87*1.0) == (8.0)
EnvScore = round((8.0+(10-8.0)*{0-0.5})*{0-1})
== (0.00 - 9.0)
----------------------------------------------------
3.3.3 CVE-2003-0062
Consider CVE-2003-0062: Buffer Overflow in NOD32 Antivirus. NOD32 is an antivirus software
application developed by Eset. In February 2003, a buffer overflow vulnerability was discovered in Linux
and Unix versions prior to 1.013 that could allow local users to execute arbitrary code with the privileges
of the user executing NOD32. To trigger the buffer overflow, the attacker must wait for (or coax) another
user (possibly root) to scan a directory path of excessive length.
Since the vulnerability is exploitable only to a user locally logged into the system, the Access Vector is
“Local”. The Access Complexity is “High” because this vulnerability is not exploitable at the attacker's
whim. There is an additional layer of complexity because the attacker must wait for another user to run
the virus scanning software. Authentication is set to “None” because the attacker does not need to
authenticate to any additional system. If an administrative user were to run the virus scan, causing the
buffer overflow, then a full system compromise would be possible. Since the most harmful case must be
considered, each of the three Impact metrics is set to “Complete”. Together, these metrics produce a base
score of 6.2.
Partial exploit code has been released, so the Exploitability metric is set to “Proof-Of-Concept”. Eset has
released updated software, giving a Remediation Level of “Official-Fix” and Report Confidence of
“Confirmed”. These three metrics adjust the base score to give a temporal score of 4.9.
Assuming that confidentiality, integrity, and availability are roughly equally important for the targeted
systems, and depending on the values for Collateral Damage Potential and Target Distribution, the
environmental score could vary between 0.0 (“None”, “None”) and 7.5 (“High”, “High”). The results are
summarized below.
----------------------------------------------------
BASE METRIC EVALUATION SCORE
----------------------------------------------------
Access Vector [Local] (0.395)
Access Complexity [High] (0.35)
Authentication [None] (0.704)
Confidentiality Impact [Complete] (0.66)
Integrity Impact [Complete] (0.66)
Availability Impact [Complete] (0.66)
----------------------------------------------------
FORMULA BASE SCORE
----------------------------------------------------
Impact = 10.41*(1-(0.34*0.34*0.34)) == 10.0
Exploitability = 20*0.35*0.704*0.395 == 1.9
f(Impact) = 1.176
BaseScore =((0.6*10)+(0.4*1.9)–1.5)*1.176
== (6.2)
----------------------------------------------------
----------------------------------------------------
TEMPORAL METRIC EVALUATION SCORE
----------------------------------------------------
Exploitability [Proof-Of-Concept](0.90)
Remediation Level [Official-Fix] (0.87)
Report Confidence [Confirmed] (1.00)
----------------------------------------------------
FORMULA TEMPORAL SCORE
----------------------------------------------------
round(6.2 * 0.90 * 0.87 * 1.00) == (4.9)
----------------------------------------------------
----------------------------------------------------
ENVIRONMENTAL METRIC EVALUATION SCORE
----------------------------------------------------
Collateral Damage Potential [None - High] {0 - 0.5}
Target Distribution [None - High] {0 - 1.0}
Confidentiality Req. [Medium] (1.0)
Integrity Req. [Medium] (1.0)
Availability Req. [Medium] (1.0)
----------------------------------------------------
FORMULA ENVIRONMENTAL SCORE
----------------------------------------------------
AdjustedTemporal == 4.9
EnvScore = round((4.9+(10-4.9)*{0-0.5})*{0-1})
== (0.00 - 7.5)
----------------------------------------------------
Vulnerability bulletins:
• The National Institute of National Institute of Standards and Technology (NIST) maintains the
National Vulnerability Database (NVD), a vulnerability bulletin website that includes CVSS base
scores. NIST provides these web-based bulletins in addition to XML feeds free for use. They can
be found at http://nvd.nist.gov/nvd.cfm, and http://nvd.nist.gov/download.cfm#XML,
respectively.
• IBM Internet Security Systems (ISS) publishes X-Force vulnerability bulletins free for use. They
include CVSS base and temporal scores and can be found at http://xforce.iss.net/xforce/alerts.
• Qualys publishes vulnerability references that include both CVSS base and temporal scores.
These can be found at http://www.qualys.com/research/alerts/.
• Cisco vulnerability bulletins including CVSS base and temporal scores can be found at
http://tools.cisco.com/MySDN/Intelligence/home.x. (Note: requires a Cisco Connection Online
account).
• Tenable Network Security publishes plugins for the Nessus vulnerability scanning tool. These
plugins that include CVSS base score can be found at http://www.nessus.org/plugins/.
CVSS Calculators
• The NIST CVSSv2 calculator can be found at
http://nvd.nist.gov/cvss.cfm?calculator&adv&version=2
5 Final Remarks
The authors recognize that many other metrics could have been included in CVSS. We also realize that no
one scoring system will fit everyone's needs perfectly. The particular metrics used in CVSS were
identified as the best compromise between completeness, ease-of-use and accuracy. They represent the
cumulative experience of the CVSS Special Interest Group members as well as extensive testing of real-
world vulnerabilities in end-user environments. As CVSS matures, these metrics may expand or adjust,
making the scoring even more accurate, flexible and representative of modern vulnerabilities and their
risks.