dradis-calculator_cvss 4.0.0 → 4.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +40 -69
- data/CHANGELOG.template +12 -0
- data/README.md +1 -1
- data/app/assets/javascripts/dradis/plugins/calculators/cvss/calculator.js.coffee +38 -8
- data/app/assets/javascripts/dradis/plugins/calculators/cvss/manifests/application.js +3 -0
- data/app/assets/javascripts/dradis/plugins/calculators/cvss/manifests/tylium.js +3 -0
- data/app/assets/javascripts/dradis/plugins/calculators/cvss/vendor/cvsscalc30_helptext.js +156 -0
- data/app/assets/javascripts/dradis/plugins/calculators/cvss/vendor/cvsscalc31.js +753 -0
- data/app/assets/javascripts/dradis/plugins/calculators/cvss/vendor/cvsscalc31_helptext.js +157 -0
- data/app/assets/stylesheets/dradis/plugins/calculators/cvss/_version_switch.scss +47 -0
- data/app/assets/stylesheets/dradis/plugins/calculators/cvss/manifests/application.css.scss +3 -0
- data/app/assets/stylesheets/dradis/plugins/calculators/cvss/manifests/tylium.scss +2 -0
- data/app/controllers/dradis/plugins/calculators/cvss/issues_controller.rb +1 -1
- data/app/models/dradis/plugins/calculators/cvss/v3.rb +1 -1
- data/app/views/dradis/plugins/calculators/cvss/_addons_menu.html.erb +1 -1
- data/app/views/dradis/plugins/calculators/cvss/_version_switch.html.erb +10 -0
- data/app/views/dradis/plugins/calculators/cvss/base/_base.html.erb +30 -30
- data/app/views/dradis/plugins/calculators/cvss/base/_environmental.html.erb +53 -53
- data/app/views/dradis/plugins/calculators/cvss/base/_temporal.html.erb +17 -17
- data/app/views/dradis/plugins/calculators/cvss/base/index.html.erb +7 -6
- data/app/views/dradis/plugins/calculators/cvss/issues/_show-content.html.erb +3 -1
- data/app/views/dradis/plugins/calculators/cvss/issues/_show-tabs.html.erb +3 -1
- data/app/views/dradis/plugins/calculators/cvss/issues/edit.html.erb +5 -2
- data/dradis-calculator_cvss.gemspec +2 -2
- data/lib/dradis/plugins/calculators/cvss/engine.rb +7 -2
- data/lib/dradis/plugins/calculators/cvss/gem_version.rb +1 -1
- metadata +13 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47a3dded4c95ca4a0a9e806a0cb7f2df65fdbf84c0fea1a67e9ea0e70c9eba23
|
4
|
+
data.tar.gz: 96052150243094c9a043f9f233f79045b97e3d8cfd5ad6fd5eae6a32d62ffe2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8269bbb854a2e593ea64a7d69b98721c6eefc47f5cad2fc3af62106bd5f0189261ebb1a81b9fac63ba9f5847fd4c0991989eed0bdcddfe63683650ff35c27f08
|
7
|
+
data.tar.gz: d703dce9906cd03834c0918c247a09323602c23bc6a6aacd0eea5d35a01fe85b8514bc09897c974ee053a7b8d0d9c5eb89fdcb411c214b72966b79d67d158380
|
data/CHANGELOG.md
CHANGED
@@ -1,87 +1,58 @@
|
|
1
|
-
|
1
|
+
v4.1.0 (November 2021)
|
2
|
+
- Settings: show/hide the calculator in the Issues view
|
3
|
+
- Toggle between CVSSv3.0 and CVSSv3.1
|
2
4
|
|
3
|
-
|
5
|
+
v4.0.0 (July 2021)
|
6
|
+
- No changes
|
4
7
|
|
5
|
-
|
8
|
+
v3.22.0 (April 2021)
|
9
|
+
- Update css manifest to use font-awesome assets from vendor files (rather than old gem)
|
6
10
|
|
7
|
-
|
11
|
+
v3.21.0 (February 2021)
|
12
|
+
- Specify exact js and css file name when precompiling assets
|
8
13
|
|
9
|
-
|
14
|
+
v3.20.0 (December 2020)
|
15
|
+
- Use Bootstrap gem vs vendored assets
|
10
16
|
|
11
|
-
|
17
|
+
v3.19.0 (September 2020)
|
18
|
+
- No changes
|
12
19
|
|
20
|
+
v3.18.0 (July 2020)
|
21
|
+
- No changes
|
13
22
|
|
14
|
-
|
23
|
+
v3.17.0 (May 2020)
|
24
|
+
- Update REGEX reference for compatibility
|
15
25
|
|
16
|
-
|
26
|
+
v3.16.0 (February 2020)
|
27
|
+
- Update for compatibility with Tylium
|
17
28
|
|
29
|
+
v3.15.0 (November 2019)
|
30
|
+
- No changes
|
18
31
|
|
19
|
-
|
32
|
+
v3.14.0 (August 2019)
|
33
|
+
- No changes
|
20
34
|
|
21
|
-
|
35
|
+
v3.13.0 (June 2019)
|
36
|
+
- Allow empty 'CVSSv3.Vector' field to trigger the per-issue calculator.
|
22
37
|
|
38
|
+
v3.12.0 (March 2019)
|
39
|
+
- Present a per-issue CVSSv3 calculator
|
23
40
|
|
24
|
-
|
41
|
+
v3.11.0 (November 2018)
|
42
|
+
- No changes
|
25
43
|
|
26
|
-
|
44
|
+
v3.10.0 (August 2018)
|
45
|
+
- Fix vertical button selection behavior
|
27
46
|
|
47
|
+
v3.9.0 (January 2018)
|
48
|
+
- Add metric-specific fields to calculator output (v3.8.1)
|
28
49
|
|
29
|
-
|
50
|
+
v3.8.0 (September 2017)
|
51
|
+
- No changes
|
30
52
|
|
31
|
-
|
53
|
+
v3.7.0 (July 2017)
|
54
|
+
- Add mouseover details to each button
|
55
|
+
- Add "High" as an option for Exploit Code Maturity (E)
|
32
56
|
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
* Update for compatibility with Tylium
|
37
|
-
|
38
|
-
|
39
|
-
## Dradis Framework 3.15 (November, 2019) ##
|
40
|
-
|
41
|
-
* No changes.
|
42
|
-
|
43
|
-
|
44
|
-
## Dradis Framework 3.14 (August, 2019) ##
|
45
|
-
|
46
|
-
* No changes.
|
47
|
-
|
48
|
-
|
49
|
-
## Dradis Framework 3.13 (June, 2019) ##
|
50
|
-
|
51
|
-
* Allow empty 'CVSSv3.Vector' field to trigger the per-issue calculator.
|
52
|
-
|
53
|
-
|
54
|
-
## Dradis Framework 3.12 (March, 2019) ##
|
55
|
-
|
56
|
-
* Present a per-issue CVSSv3 calculator.
|
57
|
-
|
58
|
-
|
59
|
-
## Dradis Framework 3.11 (November, 2018) ##
|
60
|
-
|
61
|
-
* No changes
|
62
|
-
|
63
|
-
|
64
|
-
## Dradis Framework 3.10 (August, 2018) ##
|
65
|
-
|
66
|
-
* Fix vertical button selection behavior
|
67
|
-
|
68
|
-
|
69
|
-
## Dradis Framework 3.9 (January, 2018) ##
|
70
|
-
|
71
|
-
* Add metric-specific fields to calculator output (v3.8.1)
|
72
|
-
|
73
|
-
|
74
|
-
## Dradis Framework 3.8 (September, 2017) ##
|
75
|
-
|
76
|
-
* No changes.
|
77
|
-
|
78
|
-
|
79
|
-
## Dradis Framework 3.7 (July, 2017) ##
|
80
|
-
|
81
|
-
* Add mouseover details to each button
|
82
|
-
* Add "High" as an option for Exploit Code Maturity (E)
|
83
|
-
|
84
|
-
|
85
|
-
## Dradis Framework 3.6 (March XX, 2017) ##
|
86
|
-
|
87
|
-
* No changes.
|
57
|
+
v3.6.0 (March 2017)
|
58
|
+
- No changes
|
data/CHANGELOG.template
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
[v#.#.#] ([month] [YYYY])
|
2
|
+
- [future tense verb] [feature]
|
3
|
+
- Upgraded gems:
|
4
|
+
- [gem]
|
5
|
+
- Bugs fixes:
|
6
|
+
- [future tense verb] [bug fix]
|
7
|
+
- Bug tracker items:
|
8
|
+
- [item]
|
9
|
+
- Security Fixes:
|
10
|
+
- High: (Authenticated|Unauthenticated) (admin|author|contributor) [vulnerability description]
|
11
|
+
- Medium: (Authenticated|Unauthenticated) (admin|author|contributor) [vulnerability description]
|
12
|
+
- Low: (Authenticated|Unauthenticated) (admin|author|contributor) [vulnerability description]
|
data/README.md
CHANGED
@@ -4,7 +4,7 @@ This simple add-on adds a new page under `/calculators/cvss` for you to perform
|
|
4
4
|
|
5
5
|
![cvss_calculator](https://cloud.githubusercontent.com/assets/53006/12947493/f01cb53a-cffb-11e5-8f48-19072a3bd8c8.png)
|
6
6
|
|
7
|
-
The Common Vulnerability Scoring System Version 3.0
|
7
|
+
The Common Vulnerability Scoring System (CVSS) Version 3.0 & 3.1 Calculator is heavily inspired in the one provided by [FIRST](https://www.first.org/cvss/calculator/3.0).
|
8
8
|
|
9
9
|
|
10
10
|
## Install
|
@@ -1,5 +1,12 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
class CVSSCalculator
|
2
|
+
constructor: ->
|
3
|
+
$('[data-cvss]').each (_, item)=>
|
4
|
+
title = $(item).data('cvss')
|
5
|
+
$(item).attr('title', @cvssHelp.helpText_en[title])
|
6
|
+
|
7
|
+
@calculate()
|
8
|
+
|
9
|
+
calculate: =>
|
3
10
|
av = $("input[name=av]").val()
|
4
11
|
ac = $("input[name=ac]").val()
|
5
12
|
pr = $("input[name=pr]").val()
|
@@ -31,7 +38,7 @@
|
|
31
38
|
# AvailabilityRequirement, ModifiedAttackVector, ModifiedAttackComplexity,
|
32
39
|
# ModifiedPrivilegesRequired, ModifiedUserInteraction, ModifiedScope,
|
33
40
|
# ModifiedConfidentiality, ModifiedIntegrity, ModifiedAvailability
|
34
|
-
output =
|
41
|
+
output = @calc.calculateCVSSFromMetrics(av, ac, pr, ui, s, c, i, a,
|
35
42
|
e, rl, rc,
|
36
43
|
cr, ir, ar, mav, mac, mpr, mui, ms, mc, mi, ma);
|
37
44
|
|
@@ -121,15 +128,38 @@
|
|
121
128
|
$('input[type=submit]').attr('disabled', 'disabled')
|
122
129
|
$('[data-behavior~=cvss-error]').removeClass('d-none').text(errorMessage)
|
123
130
|
|
131
|
+
class CVSS30Calculator extends CVSSCalculator
|
132
|
+
constructor: ->
|
133
|
+
@calc = CVSS
|
134
|
+
@cvssHelp = CVSS_Help
|
135
|
+
|
136
|
+
super()
|
137
|
+
|
138
|
+
class CVSS31Calculator extends CVSSCalculator
|
139
|
+
constructor: ->
|
140
|
+
@calc = CVSS31
|
141
|
+
@cvssHelp = CVSS31_Help
|
142
|
+
|
143
|
+
super()
|
144
|
+
|
124
145
|
document.addEventListener "turbolinks:load", ->
|
125
146
|
if $('[data-behavior~=cvss-buttons]').length
|
126
|
-
|
147
|
+
if $('[data-behavior~=cvss-version-toggle]').prop('checked')
|
148
|
+
window.calculator = new CVSS30Calculator()
|
149
|
+
else
|
150
|
+
window.calculator = new CVSS31Calculator()
|
151
|
+
|
127
152
|
$('[data-behavior~=cvss-error]').addClass('d-none')
|
128
153
|
|
129
154
|
$('[data-behavior~=cvss-buttons] button').on 'click', ->
|
130
|
-
|
131
155
|
$this = $(this)
|
132
|
-
$this.parent().find('button').removeClass('active btn-primary')
|
133
|
-
$this.addClass('active btn-primary')
|
156
|
+
$this.parent().find('button').removeClass('active btn-primary')
|
157
|
+
$this.addClass('active btn-primary')
|
134
158
|
$("input[name=#{$this.attr('name')}]").val($this.val())
|
135
|
-
|
159
|
+
window.calculator.calculate()
|
160
|
+
|
161
|
+
$('[data-behavior~=cvss-version-toggle]').on 'change', ->
|
162
|
+
if $('[data-behavior~=cvss-version-toggle]').prop('checked')
|
163
|
+
window.calculator = new CVSS30Calculator()
|
164
|
+
else
|
165
|
+
window.calculator = new CVSS31Calculator()
|
@@ -4,4 +4,7 @@
|
|
4
4
|
//= require turbolinks
|
5
5
|
|
6
6
|
//= require dradis/plugins/calculators/cvss/vendor/cvsscalc30
|
7
|
+
//= require dradis/plugins/calculators/cvss/vendor/cvsscalc30_helptext
|
8
|
+
//= require dradis/plugins/calculators/cvss/vendor/cvsscalc31
|
9
|
+
//= require dradis/plugins/calculators/cvss/vendor/cvsscalc31_helptext
|
7
10
|
//= require dradis/plugins/calculators/cvss/calculator
|
@@ -1,2 +1,5 @@
|
|
1
1
|
//= require dradis/plugins/calculators/cvss/vendor/cvsscalc30
|
2
|
+
//= require dradis/plugins/calculators/cvss/vendor/cvsscalc30_helptext
|
3
|
+
//= require dradis/plugins/calculators/cvss/vendor/cvsscalc31
|
4
|
+
//= require dradis/plugins/calculators/cvss/vendor/cvsscalc31_helptext
|
2
5
|
//= require dradis/plugins/calculators/cvss/calculator
|
@@ -0,0 +1,156 @@
|
|
1
|
+
/* Copyright (c) 2015, FIRST.ORG, INC.
|
2
|
+
* All rights reserved.
|
3
|
+
*
|
4
|
+
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
|
5
|
+
* following conditions are met:
|
6
|
+
* 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following
|
7
|
+
* disclaimer.
|
8
|
+
* 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
|
9
|
+
* following disclaimer in the documentation and/or other materials provided with the distribution.
|
10
|
+
* 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote
|
11
|
+
* products derived from this software without specific prior written permission.
|
12
|
+
*
|
13
|
+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
14
|
+
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
15
|
+
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
16
|
+
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
17
|
+
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
18
|
+
* WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
19
|
+
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
20
|
+
*/
|
21
|
+
|
22
|
+
var CVSS_Help = {};
|
23
|
+
|
24
|
+
// This object is used as an associative array mapping the names of elements on the web page to help text that is
|
25
|
+
// added as title text. Browsers will display the text when the element is hovered over with the cursor.
|
26
|
+
CVSS_Help.helpText_en = {
|
27
|
+
"baseMetricGroup_Legend" : "The Base Metric group represents the intrinsic characteristics of a vulnerability that are constant over time and across user environments. Determine the vulnerable component and score Attack Vector, Attack Complexity, Privileges Required and User Interaction relative to this.",
|
28
|
+
|
29
|
+
"AV_Heading" : "This metric reflects the context by which vulnerability exploitation is possible. The Base Score increases the more remote (logically, and physically) an attacker can be in order to exploit the vulnerable component.",
|
30
|
+
"AV_N_Label" : "A vulnerability exploitable with network access means the vulnerable component is bound to the network stack and the attacker's path is through OSI layer 3 (the network layer). Such a vulnerability is often termed \"remotely exploitable\” and can be thought of as an attack being exploitable one or more network hops away.",
|
31
|
+
"AV_A_Label" : "A vulnerability exploitable with adjacent network access means the vulnerable component is bound to the network stack, however the attack is limited to the same shared physical (e.g. Bluetooth, IEEE 802.11), or logical (e.g. local IP subnet) network, and cannot be performed across an OSI layer 3 boundary (e.g. a router).",
|
32
|
+
"AV_L_Label" : "A vulnerability exploitable with local access means that the vulnerable component is not bound to the network stack, and the attacker’s path is via read/write/execute capabilities. In some cases, the attacker may be logged in locally in order to exploit the vulnerability, otherwise, she may rely on User Interaction to execute a malicious file.",
|
33
|
+
"AV_P_Label" : "A vulnerability exploitable with physical access requires the attacker to physically touch or manipulate the vulnerable component. Physical interaction may be brief or persistent.",
|
34
|
+
|
35
|
+
"AC_Heading" : "This metric describes the conditions beyond the attacker’s control that must exist in order to exploit the vulnerability. Such conditions may require the collection of more information about the target, the presence of certain system configuration settings, or computational exceptions.",
|
36
|
+
"AC_L_Label" : "Specialized access conditions or extenuating circumstances do not exist. An attacker can expect repeatable success against the vulnerable component.",
|
37
|
+
"AC_H_Label" : "A successful attack depends on conditions beyond the attacker's control. That is, a successful attack cannot be accomplished at will, but requires the attacker to invest in some measurable amount of effort in preparation or execution against the vulnerable component before a successful attack can be expected. For example, a successful attack may require the attacker: to perform target-specific reconnaissance; to prepare the target environment to improve exploit reliability; or to inject herself into the logical network path between the target and the resource requested by the victim in order to read and/or modify network communications (e.g. a man in the middle attack).",
|
38
|
+
|
39
|
+
"PR_Heading" : "This metric describes the level of privileges an attacker must possess before successfully exploiting the vulnerability. This Base Score increases as fewer privileges are required.",
|
40
|
+
"PR_N_Label" : "The attacker is unauthorized prior to attack, and therefore does not require any access to settings or files to carry out an attack.",
|
41
|
+
"PR_L_Label" : "The attacker is authorized with (i.e. requires) privileges that provide basic user capabilities that could normally affect only settings and files owned by a user. Alternatively, an attacker with Low privileges may have the ability to cause an impact only to non-sensitive resources.",
|
42
|
+
"PR_H_Label" : "The attacker is authorized with (i.e. requires) privileges that provide significant (e.g. administrative) control over the vulnerable component that could affect component-wide settings and files.",
|
43
|
+
|
44
|
+
"UI_Heading" : "This metric captures the requirement for a user, other than the attacker, to participate in the successful compromise the vulnerable component. This metric determines whether the vulnerability can be exploited solely at the will of the attacker, or whether a separate user (or user-initiated process) must participate in some manner. The Base Score is highest when no user interaction is required.",
|
45
|
+
"UI_N_Label" : "The vulnerable system can be exploited without any interaction from any user.",
|
46
|
+
"UI_R_Label" : "Successful exploitation of this vulnerability requires a user to take some action before the vulnerability can be exploited.",
|
47
|
+
|
48
|
+
"S_Heading" : "Does a successful attack impact a component other than the vulnerable component? If so, the Base Score increases and the Confidentiality, Integrity and Authentication metrics should be scored relative to the impacted component.",
|
49
|
+
"S_U_Label" : "An exploited vulnerability can only affect resources managed by the same authority. In this case the vulnerable component and the impacted component are the same.",
|
50
|
+
"S_C_Label" : "An exploited vulnerability can affect resources beyond the authorization privileges intended by the vulnerable component. In this case the vulnerable component and the impacted component are different.",
|
51
|
+
|
52
|
+
"C_Heading" : "This metric measures the impact to the confidentiality of the information resources managed by a software component due to a successfully exploited vulnerability. Confidentiality refers to limiting information access and disclosure to only authorized users, as well as preventing access by, or disclosure to, unauthorized ones.",
|
53
|
+
"C_N_Label" : "There is no loss of confidentiality within the impacted component.",
|
54
|
+
"C_L_Label" : "There is some loss of confidentiality. Access to some restricted information is obtained, but the attacker does not have control over what information is obtained, or the amount or kind of loss is constrained. The information disclosure does not cause a direct, serious loss to the impacted component.",
|
55
|
+
"C_H_Label" : "There is total loss of confidentiality, resulting in all resources within the impacted component being divulged to the attacker. Alternatively, access to only some restricted information is obtained, but the disclosed information presents a direct, serious impact.",
|
56
|
+
|
57
|
+
"I_Heading" : "This metric measures the impact to integrity of a successfully exploited vulnerability. Integrity refers to the trustworthiness and veracity of information.",
|
58
|
+
"I_N_Label" : "There is no loss of integrity within the impacted component.",
|
59
|
+
"I_L_Label" : "Modification of data is possible, but the attacker does not have control over the consequence of a modification, or the amount of modification is constrained. The data modification does not have a direct, serious impact on the impacted component.",
|
60
|
+
"I_H_Label" : "There is a total loss of integrity, or a complete loss of protection. For example, the attacker is able to modify any/all files protected by the impacted component. Alternatively, only some files can be modified, but malicious modification would present a direct, serious consequence to the impacted component.",
|
61
|
+
|
62
|
+
"A_Heading" : "This metric measures the impact to the availability of the impacted component resulting from a successfully exploited vulnerability. It refers to the loss of availability of the impacted component itself, such as a networked service (e.g., web, database, email). Since availability refers to the accessibility of information resources, attacks that consume network bandwidth, processor cycles, or disk space all impact the availability of an impacted component.",
|
63
|
+
"A_N_Label" : "There is no impact to availability within the impacted component.",
|
64
|
+
"A_L_Label" : "There is reduced performance or interruptions in resource availability. Even if repeated exploitation of the vulnerability is possible, the attacker does not have the ability to completely deny service to legitimate users. The resources in the impacted component are either partially available all of the time, or fully available only some of the time, but overall there is no direct, serious consequence to the impacted component.",
|
65
|
+
"A_H_Label" : "There is total loss of availability, resulting in the attacker being able to fully deny access to resources in the impacted component; this loss is either sustained (while the attacker continues to deliver the attack) or persistent (the condition persists even after the attack has completed). Alternatively, the attacker has the ability to deny some availability, but the loss of availability presents a direct, serious consequence to the impacted component (e.g., the attacker cannot disrupt existing connections, but can prevent new connections; the attacker can repeatedly exploit a vulnerability that, in each instance of a successful attack, leaks a only small amount of memory, but after repeated exploitation causes a service to become completely unavailable).",
|
66
|
+
|
67
|
+
"temporalMetricGroup_Legend" : "The Temporal metrics measure the current state of exploit techniques or code availability, the existence of any patches or workarounds, or the confidence that one has in the description of a vulnerability.",
|
68
|
+
|
69
|
+
"E_Heading" : "This metric measures the likelihood of the vulnerability being attacked, and is typically based on the current state of exploit techniques, exploit code availability, or active, 'in-the-wild' exploitation.",
|
70
|
+
"E_X_Label" : "Assigning this value to the metric will not influence the score.",
|
71
|
+
"E_U_Label" : "No exploit code is available, or an exploit is theoretical.",
|
72
|
+
"E_P_Label" : "Proof-of-concept exploit code is available, or an attack demonstration is not practical for most systems. The code or technique is not functional in all situations and may require substantial modification by a skilled attacker.",
|
73
|
+
"E_F_Label" : "Functional exploit code is available. The code works in most situations where the vulnerability exists.",
|
74
|
+
"E_H_Label" : "Functional autonomous code exists, or no exploit is required (manual trigger) and details are widely available. Exploit code works in every situation, or is actively being delivered via an autonomous agent (such as a worm or virus). Network-connected systems are likely to encounter scanning or exploitation attempts. Exploit development has reached the level of reliable, widely-available, easy-to-use automated tools.",
|
75
|
+
|
76
|
+
"RL_Heading" : "The Remediation Level of a vulnerability is an important factor for prioritization. The typical vulnerability is unpatched when initially published. Workarounds or hotfixes may offer interim remediation until an official patch or upgrade is issued. Each of these respective stages adjusts the temporal score downwards, reflecting the decreasing urgency as remediation becomes final.",
|
77
|
+
"RL_X_Label" : "Assigning this value to the metric will not influence the score.",
|
78
|
+
"RL_O_Label" : "A complete vendor solution is available. Either the vendor has issued an official patch, or an upgrade is available.",
|
79
|
+
"RL_T_Label" : "There is an official but temporary fix available. This includes instances where the vendor issues a temporary hotfix, tool, or workaround.",
|
80
|
+
"RL_W_Label" : "There is an unofficial, non-vendor solution available. In some cases, users of the affected technology will create a patch of their own or provide steps to work around or otherwise mitigate the vulnerability.",
|
81
|
+
"RL_U_Label" : "There is either no solution available or it is impossible to apply.",
|
82
|
+
|
83
|
+
"RC_Heading" : "This metric measures the degree of confidence in the existence of the vulnerability and the credibility of the known technical details. Sometimes only the existence of vulnerabilities are publicized, but without specific details. For example, an impact may be recognized as undesirable, but the root cause may not be known. The vulnerability may later be corroborated by research which suggests where the vulnerability may lie, though the research may not be certain. Finally, a vulnerability may be confirmed through acknowledgement by the author or vendor of the affected technology. The urgency of a vulnerability is higher when a vulnerability is known to exist with certainty. This metric also suggests the level of technical knowledge available to would-be attackers.",
|
84
|
+
"RC_X_Label" : "Assigning this value to the metric will not influence the score.",
|
85
|
+
"RC_U_Label" : "There are reports of impacts that indicate a vulnerability is present. The reports indicate that the cause of the vulnerability is unknown, or reports may differ on the cause or impacts of the vulnerability. Reporters are uncertain of the true nature of the vulnerability, and there is little confidence in the validity of the reports or whether a static Base score can be applied given the differences described. An example is a bug report which notes that an intermittent but non-reproducible crash occurs, with evidence of memory corruption suggesting that denial of service, or possible more serious impacts, may result.",
|
86
|
+
"RC_R_Label" : "Significant details are published, but researchers either do not have full confidence in the root cause, or do not have access to source code to fully confirm all of the interactions that may lead to the result. Reasonable confidence exists, however, that the bug is reproducible and at least one impact is able to be verified (Proof-of-concept exploits may provide this). An example is a detailed write-up of research into a vulnerability with an explanation (possibly obfuscated or 'left as an exercise to the reader') that gives assurances on how to reproduce the results.",
|
87
|
+
"RC_C_Label" : "Detailed reports exist, or functional reproduction is possible (functional exploits may provide this). Source code is available to independently verify the assertions of the research, or the author or vendor of the affected code has confirmed the presence of the vulnerability.",
|
88
|
+
|
89
|
+
"environmentalMetricGroup_Legend" : "These metrics enable the analyst to customize the CVSS score depending on the importance of the affected IT asset to a user’s organization, measured in terms of complementary/alternative security controls in place, Confidentiality, Integrity, and Availability. The metrics are the modified equivalent of base metrics and are assigned metric values based on the component placement in organization infrastructure.",
|
90
|
+
|
91
|
+
"CR_Heading" : "These metrics enable the analyst to customize the CVSS score depending on the importance of the Confidentiality of the affected IT asset to a user’s organization, relative to other impacts. This metric modifies the environmental score by reweighting the Modified Confidentiality impact metric versus the other modified impacts.",
|
92
|
+
"CR_X_Label" : "Assigning this value to the metric will not influence the score.",
|
93
|
+
"CR_L_Label" : "Loss of Confidentiality is likely to have only a limited adverse effect on the organization or individuals associated with the organization (e.g., employees, customers).",
|
94
|
+
"CR_M_Label" : "Assigning this value to the metric will not influence the score.",
|
95
|
+
"CR_H_Label" : "Loss of Confidentiality is likely to have a catastrophic adverse effect on the organization or individuals associated with the organization (e.g., employees, customers).",
|
96
|
+
|
97
|
+
"IR_Heading" : "These metrics enable the analyst to customize the CVSS score depending on the importance of the Integrity of the affected IT asset to a user’s organization, relative to other impacts. This metric modifies the environmental score by reweighting the Modified Integrity impact metric versus the other modified impacts.",
|
98
|
+
"IR_X_Label" : "Assigning this value to the metric will not influence the score.",
|
99
|
+
"IR_L_Label" : "Loss of Integrity is likely to have only a limited adverse effect on the organization or individuals associated with the organization (e.g., employees, customers).",
|
100
|
+
"IR_M_Label" : "Assigning this value to the metric will not influence the score.",
|
101
|
+
"IR_H_Label" : "Loss of Integrity is likely to have a catastrophic adverse effect on the organization or individuals associated with the organization (e.g., employees, customers).",
|
102
|
+
|
103
|
+
"AR_Heading" : "These metrics enable the analyst to customize the CVSS score depending on the importance of the Availability of the affected IT asset to a user’s organization, relative to other impacts. This metric modifies the environmental score by reweighting the Modified Availability impact metric versus the other modified impacts.",
|
104
|
+
"AR_X_Label" : "Assigning this value to the metric will not influence the score.",
|
105
|
+
"AR_L_Label" : "Loss of Availability is likely to have only a limited adverse effect on the organization or individuals associated with the organization (e.g., employees, customers).",
|
106
|
+
"AR_M_Label" : "Assigning this value to the metric will not influence the score.",
|
107
|
+
"AR_H_Label" : "Loss of Availability is likely to have a catastrophic adverse effect on the organization or individuals associated with the organization (e.g., employees, customers).",
|
108
|
+
|
109
|
+
// All the following text should be copied exactly from the Base Score metrics (above), except that
|
110
|
+
// "Not Defined (X)" values need to be added.
|
111
|
+
"MAV_Heading" : "This metric reflects the context by which vulnerability exploitation is possible. The Base Score increases the more remote (logically, and physically) an attacker can be in order to exploit the vulnerable component.",
|
112
|
+
"MAV_X_Label" : "Use the value assigned to the corresponding Base Score metric.",
|
113
|
+
"MAV_N_Label" : "A vulnerability exploitable with network access means the vulnerable component is bound to the network stack and the attacker's path is through OSI layer 3 (the network layer). Such a vulnerability is often termed \"remotely exploitable\” and can be thought of as an attack being exploitable one or more network hops away.",
|
114
|
+
"MAV_A_Label" : "A vulnerability exploitable with adjacent network access means the vulnerable component is bound to the network stack, however the attack is limited to the same shared physical (e.g. Bluetooth, IEEE 802.11), or logical (e.g. local IP subnet) network, and cannot be performed across an OSI layer 3 boundary (e.g. a router).",
|
115
|
+
"MAV_L_Label" : "A vulnerability exploitable with local access means that the vulnerable component is not bound to the network stack, and the attacker’s path is via read/write/execute capabilities. In some cases, the attacker may be logged in locally in order to exploit the vulnerability, otherwise, she may rely on User Interaction to execute a malicious file.",
|
116
|
+
"MAV_P_Label" : "A vulnerability exploitable with physical access requires the attacker to physically touch or manipulate the vulnerable component. Physical interaction may be brief or persistent.",
|
117
|
+
|
118
|
+
"MAC_Heading" : "This metric describes the conditions beyond the attacker’s control that must exist in order to exploit the vulnerability. Such conditions may require the collection of more information about the target, the presence of certain system configuration settings, or computational exceptions.",
|
119
|
+
"MAC_X_Label" : "Use the value assigned to the corresponding Base Score metric.",
|
120
|
+
"MAC_L_Label" : "Specialized access conditions or extenuating circumstances do not exist. An attacker can expect repeatable success against the vulnerable component.",
|
121
|
+
"MAC_H_Label" : "A successful attack depends on conditions beyond the attacker's control. That is, a successful attack cannot be accomplished at will, but requires the attacker to invest in some measurable amount of effort in preparation or execution against the vulnerable component before a successful attack can be expected. For example, a successful attack may require the attacker: to perform target-specific reconnaissance; to prepare the target environment to improve exploit reliability; or to inject herself into the logical network path between the target and the resource requested by the victim in order to read and/or modify network communications (e.g. a man in the middle attack).",
|
122
|
+
|
123
|
+
"MPR_Heading" : "This metric describes the level of privileges an attacker must possess before successfully exploiting the vulnerability. This Base Score increases as fewer privileges are required.",
|
124
|
+
"MPR_X_Label" : "Use the value assigned to the corresponding Base Score metric.",
|
125
|
+
"MPR_N_Label" : "The attacker is unauthorized prior to attack, and therefore does not require any access to settings or files to carry out an attack.",
|
126
|
+
"MPR_L_Label" : "The attacker is authorized with (i.e. requires) privileges that provide basic user capabilities that could normally affect only settings and files owned by a user. Alternatively, an attacker with Low privileges may have the ability to cause an impact only to non-sensitive resources.",
|
127
|
+
"MPR_H_Label" : "The attacker is authorized with (i.e. requires) privileges that provide significant (e.g. administrative) control over the vulnerable component that could affect component-wide settings and files.",
|
128
|
+
|
129
|
+
"MUI_Heading" : "This metric captures the requirement for a user, other than the attacker, to participate in the successful compromise the vulnerable component. This metric determines whether the vulnerability can be exploited solely at the will of the attacker, or whether a separate user (or user-initiated process) must participate in some manner. The Base Score is highest when no user interaction is required.",
|
130
|
+
"MUI_X_Label" : "Use the value assigned to the corresponding Base Score metric.",
|
131
|
+
"MUI_N_Label" : "The vulnerable system can be exploited without any interaction from any user.",
|
132
|
+
"MUI_R_Label" : "Successful exploitation of this vulnerability requires a user to take some action before the vulnerability can be exploited.",
|
133
|
+
|
134
|
+
"MS_Heading" : "Does a successful attack impact a component other than the vulnerable component? If so, the Base Score increases and the Confidentiality, Integrity and Authentication metrics should be scored relative to the impacted component.",
|
135
|
+
"MS_X_Label" : "Use the value assigned to the corresponding Base Score metric.",
|
136
|
+
"MS_U_Label" : "An exploited vulnerability can only affect resources managed by the same authority. In this case the vulnerable component and the impacted component are the same.",
|
137
|
+
"MS_C_Label" : "An exploited vulnerability can affect resources beyond the authorization privileges intended by the vulnerable component. In this case the vulnerable component and the impacted component are different.",
|
138
|
+
|
139
|
+
"MC_Heading" : "This metric measures the impact to the confidentiality of the information resources managed by a software component due to a successfully exploited vulnerability. Confidentiality refers to limiting information access and disclosure to only authorized users, as well as preventing access by, or disclosure to, unauthorized ones.",
|
140
|
+
"MC_X_Label" : "Use the value assigned to the corresponding Base Score metric.",
|
141
|
+
"MC_N_Label" : "There is no loss of confidentiality within the impacted component.",
|
142
|
+
"MC_L_Label" : "There is some loss of confidentiality. Access to some restricted information is obtained, but the attacker does not have control over what information is obtained, or the amount or kind of loss is constrained. The information disclosure does not cause a direct, serious loss to the impacted component.",
|
143
|
+
"MC_H_Label" : "There is total loss of confidentiality, resulting in all resources within the impacted component being divulged to the attacker. Alternatively, access to only some restricted information is obtained, but the disclosed information presents a direct, serious impact.",
|
144
|
+
|
145
|
+
"MI_Heading" : "This metric measures the impact to integrity of a successfully exploited vulnerability. Integrity refers to the trustworthiness and veracity of information.",
|
146
|
+
"MI_X_Label" : "Use the value assigned to the corresponding Base Score metric.",
|
147
|
+
"MI_N_Label" : "There is no loss of integrity within the impacted component.",
|
148
|
+
"MI_L_Label" : "Modification of data is possible, but the attacker does not have control over the consequence of a modification, or the amount of modification is constrained. The data modification does not have a direct, serious impact on the impacted component.",
|
149
|
+
"MI_H_Label" : "There is a total loss of integrity, or a complete loss of protection. For example, the attacker is able to modify any/all files protected by the impacted component. Alternatively, only some files can be modified, but malicious modification would present a direct, serious consequence to the impacted component.",
|
150
|
+
|
151
|
+
"MA_Heading" : "This metric measures the impact to the availability of the impacted component resulting from a successfully exploited vulnerability. It refers to the loss of availability of the impacted component itself, such as a networked service (e.g., web, database, email). Since availability refers to the accessibility of information resources, attacks that consume network bandwidth, processor cycles, or disk space all impact the availability of an impacted component.",
|
152
|
+
"MA_X_Label" : "Use the value assigned to the corresponding Base Score metric.",
|
153
|
+
"MA_N_Label" : "There is no impact to availability within the impacted component.",
|
154
|
+
"MA_L_Label" : "There is reduced performance or interruptions in resource availability. Even if repeated exploitation of the vulnerability is possible, the attacker does not have the ability to completely deny service to legitimate users. The resources in the impacted component are either partially available all of the time, or fully available only some of the time, but overall there is no direct, serious consequence to the impacted component.",
|
155
|
+
"MA_H_Label" : "There is total loss of availability, resulting in the attacker being able to fully deny access to resources in the impacted component; this loss is either sustained (while the attacker continues to deliver the attack) or persistent (the condition persists even after the attack has completed). Alternatively, the attacker has the ability to deny some availability, but the loss of availability presents a direct, serious consequence to the impacted component (e.g., the attacker cannot disrupt existing connections, but can prevent new connections; the attacker can repeatedly exploit a vulnerability that, in each instance of a successful attack, leaks a only small amount of memory, but after repeated exploitation causes a service to become completely unavailable)."
|
156
|
+
};
|