Security/Standard Levels: Difference between revisions
Gdestuynder (talk | contribs) (link fix) |
Gdestuynder (talk | contribs) m (Add HTML color codes) |
||
Line 65: | Line 65: | ||
|- | |- | ||
! <span style="background-color: #d04437; border-radius: .25em; color: #ffffff; display: inline-block; font-weight: bold; margin: .1em 0; min-width: 6em; padding: .05em .5em; text-transform: uppercase; text-align: center;">MAXIMUM Risk</span> | ! <span style="background-color: #d04437; border-radius: .25em; color: #ffffff; display: inline-block; font-weight: bold; margin: .1em 0; min-width: 6em; padding: .05em .5em; text-transform: uppercase; text-align: center;">MAXIMUM Risk</span> | ||
<span style="color: #ccc; font-size: 0.5em; font-style: italic">HTML Color code #d04437</span> | |||
| ''This is the most important level, where the risk is especially great.'' | | ''This is the most important level, where the risk is especially great.'' | ||
Line 77: | Line 78: | ||
|- | |- | ||
! <span style="background-color: #ffd351; border-radius: .25em; color: #594300; display: inline-block; font-weight: bold; margin: .1em 0; min-width: 6em; padding: .05em .5em; text-transform: uppercase; text-align: center;">HIGH Risk</span> | ! <span style="background-color: #ffd351; border-radius: .25em; color: #594300; display: inline-block; font-weight: bold; margin: .1em 0; min-width: 6em; padding: .05em .5em; text-transform: uppercase; text-align: center;">HIGH Risk</span> | ||
<span style="color: #ccc; font-size: 0.5em; font-style: italic">HTML Color code #ffd351</span> | |||
| | | | ||
* '''Attention''': Full attention from all concerned parties required. | * '''Attention''': Full attention from all concerned parties required. | ||
Line 87: | Line 89: | ||
|- | |- | ||
! <span style="background-color: #4a6785; border-radius: .25em; color: #ffffff; display: inline-block; font-weight: bold; margin: .1em 0; min-width: 6em; padding: .05em .5em; text-transform: uppercase; text-align: center;">MEDIUM Risk</span> | ! <span style="background-color: #4a6785; border-radius: .25em; color: #ffffff; display: inline-block; font-weight: bold; margin: .1em 0; min-width: 6em; padding: .05em .5em; text-transform: uppercase; text-align: center;">MEDIUM Risk</span> | ||
<span style="color: #ccc; font-size: 0.5em; font-style: italic">HTML Color code #4a6785</span> | |||
| | | | ||
* '''Attention''': Attention from all concerned parties. | * '''Attention''': Attention from all concerned parties. | ||
Line 97: | Line 100: | ||
|- | |- | ||
! <span style="background-color: #cccccc; border-radius: .25em; color: #000000; display: inline-block; font-weight: bold; margin: .1em 0; min-width: 6em; padding: .05em .5em; text-transform: uppercase; text-align: center;">LOW Risk</span> | ! <span style="background-color: #cccccc; border-radius: .25em; color: #000000; display: inline-block; font-weight: bold; margin: .1em 0; min-width: 6em; padding: .05em .5em; text-transform: uppercase; text-align: center;">LOW Risk</span> | ||
<span style="color: #ccc; font-size: 0.5em; font-style: italic">HTML Color code #cccccc</span> | |||
| | | | ||
* '''Attention''': Expected but not required. | * '''Attention''': Expected but not required. | ||
Line 108: | Line 112: | ||
|- | |- | ||
! <span style="background-color: #ffffff; border: solid 1px #aaaaaa; border-radius: .25em; color: #000000; display: inline-block; font-weight: bold; margin: .1em 0; min-width: 6em; padding: .05em .5em; text-transform: uppercase; text-align: center;">UNKNOWN Risk</span> | ! <span style="background-color: #ffffff; border: solid 1px #aaaaaa; border-radius: .25em; color: #000000; display: inline-block; font-weight: bold; margin: .1em 0; min-width: 6em; padding: .05em .5em; text-transform: uppercase; text-align: center;">UNKNOWN Risk</span> | ||
<span style="color: #ccc; font-size: 0.5em; font-style: italic">HTML Color code #ffffff</span> | |||
| | | | ||
* Data collection is expected. | * Data collection is expected. |
Latest revision as of 22:08, 30 September 2016
READY The goal of this document is to ensure consistency, coherence between security documents. All Mozilla security documentation must follow the recommendations below. If a risk level is not present in this document, it cannot be used to express security risk. It establishes standard level conventions, in particular:
The Enterprise Information Security (Infosec, formerly OpSec) team maintains this document as a reference guide for operational teams. Updates to this page should be submitted to the source repository on github. Changes are detailed in the commit history. |
Standard Documentation Levels
We strongly focus on presenting risk levels in all documents, pages, etc. It allows for a common representation of risk regardless of tools and other nomenclature used. If you use a scoring system for example, and your score is F, you are at higher risk. If data is of higher level, you are at higher risk. Etc. For this reason, the risk levels are the most important levels and must always be followed and present.
Scoring, pass/fail, RFC2119, etc. |
---|
If you are looking for scoring, pass/fail, document readiness, etc. labels and levels, please check Scoring and other levels instead. Do note that all document must also express risk. |
Standard risk levels definition and nomenclature
The risk levels also represent a simplified ISO 31000 equivalent (and are non-compliant) . These levels are also used to display risk impact, risk probability and any risk related level.
Risk Level | Expectations | Rationale |
---|---|---|
MAXIMUM Risk
HTML Color code #d04437 |
This is the most important level, where the risk is especially great.
|
|
HIGH Risk
HTML Color code #ffd351 |
|
|
MEDIUM Risk
HTML Color code #4a6785 |
|
|
LOW Risk
HTML Color code #cccccc |
|
|
UNKNOWN Risk
HTML Color code #ffffff |
|
This is not a true level, it is used when there to represent that we do not have enough data to correctly assess the level (i.e. data collection work is required). Note: communicating the risk of not knowing is challenging and prone to failure, in particular when once data has been gathered, the risk appears to in fact be low. This concept is also known as "trust, but verify" - i.e. unknown does not distrust (by assign it a higher risk) the service, user, etc. by default. |
Examples of usage
Level | Example |
---|---|
LOW Risk |
|
MEDIUM Risk |
|
HIGH Risk |
|
MAXIMUM Risk |
|
- You site scored C to the HTTP observatory tests, it is at MEDIUM Risk.
- You have 1 immediately exploitable RCE vulnerability of maximum impact and are at MAXIMUM Risk.