Skip to content

Commit 1b1af79

Browse files
committed
Deployed 74c2776 with MkDocs version: 1.5.3
1 parent 72f8499 commit 1b1af79

15 files changed

Lines changed: 151 additions & 131 deletions

File tree

cvss/CVSS/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1636,18 +1636,18 @@ <h2 id="cvss-severity-rating-scale"><abbr title="Common Vulnerability Scoring Sy
16361636
intended to help organizations properly assess and prioritize their
16371637
vulnerability management processes."</p>
16381638
<p><figure markdown>
1639-
<img alt="Image title" src="../../assets/images/cvss_ratings_table.png" />
1639+
<img alt="" src="../../assets/images/cvss_ratings_table.png" />
16401640
<figcaption><abbr title="Common Vulnerability Scoring System Standard. A framework for scoring the severity of vulnerabilities based on factors such as exploitability and impact.">CVSS</abbr> Rating for all CVEs</figcaption>
16411641
</figure></p>
16421642
<p><em><a href="https://www.first.org/cvss/v3.1/specification-document#Qualitative-Severity-Rating-Scale">https://www.first.org/cvss/v3.1/specification-document#Qualitative-Severity-Rating-Scale</a></em></p>
16431643
</div>
16441644
<figure>
1645-
<p><img alt="Image title" src="../../assets/images/cvss_ratings_all.png" width="500" />
1645+
<p><img alt="" src="../../assets/images/cvss_ratings_all.png" width="500" />
16461646
</p>
16471647
<figcaption>CVSS Rating for all CVEs</figcaption>
16481648
</figure>
16491649
<figure>
1650-
<p><img alt="Image title" src="../../assets/images/cvss_ratings_v3.png" width="500" />
1650+
<p><img alt="" src="../../assets/images/cvss_ratings_v3.png" width="500" />
16511651
</p>
16521652
<figcaption>CVSS Rating for all CVSS v3 CVEs</figcaption>
16531653
</figure>
@@ -1716,22 +1716,22 @@ <h2 id="cvss-confidentiality-integrity-availability-impacts"><abbr title="Common
17161716
<p><a href="https://www.first.org/cvss/v3.1/user-guide#3-2-Confidentiality-and-Integrity-Versus-Availability-Impacts">https://www.first.org/cvss/v3.1/user-guide#3-2-Confidentiality-and-Integrity-Versus-Availability-Impacts</a></p>
17171717
</div>
17181718
<figure>
1719-
<p><img alt="Image title" src="../../assets/images/cvss1.png" width="500" />
1719+
<p><img alt="" src="../../assets/images/cvss1.png" width="500" />
17201720
</p>
17211721
<figcaption>Confidentiality Values for CVSS v3 CVEs (HIGH, LOW, NONE)</figcaption>
17221722
</figure>
17231723
<figure>
1724-
<p><img alt="Image title" src="../../assets/images/cvss2.png" width="500" />
1724+
<p><img alt="" src="../../assets/images/cvss2.png" width="500" />
17251725
</p>
17261726
<figcaption>Integrity Values for CVSS v3 CVEs</figcaption>
17271727
</figure>
17281728
<figure>
1729-
<p><img alt="Image title" src="../../assets/images/cvss3.png" width="500" />
1729+
<p><img alt="" src="../../assets/images/cvss3.png" width="500" />
17301730
</p>
17311731
<figcaption>Availability Values for CVSS v3 CVEs (HIGH, LOW, NONE)</figcaption>
17321732
</figure>
17331733
<figure>
1734-
<p><img alt="Image title" src="../../assets/images/cvss4.png" width="500" />
1734+
<p><img alt="" src="../../assets/images/cvss4.png" width="500" />
17351735
</p>
17361736
<figcaption>Counts of Combinations of CIA for CVSS v3 CVEs <br>e.g. CIA_HHH means that Confidentiality Impact is HIGH, Integrity Impact
17371737
is HIGH, Availability Impact is HIGH</figcaption>
@@ -1804,8 +1804,8 @@ <h3 id="count-of-cves-at-or-above-cvss-base-score-and-cvss-base-and-threat-score
18041804
</figcaption>
18051805
</figure>
18061806
<figure>
1807-
<p><img alt="Image title" src="../../assets/images/cvss_bt_parcat.png" /></p>
1808-
<figcaption>The effect of CVSS Base &amp; Threat is to move some CVEs down a Rating e.g. some Critical CVEs are move to High</figcaption>
1807+
<p><img alt="" src="../../assets/images/cvss_bt_parcat.png" /></p>
1808+
<figcaption>The effect of CVSS Base &amp; Threat is to move some CVEs down a Rating e.g. some Critical CVEs move to High</figcaption>
18091809
</figure>
18101810
<div class="admonition observations">
18111811
<p class="admonition-title">Observations</p>

introduction/Scope/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,11 +1454,11 @@ <h2 id="per-vulnerability">Per Vulnerability<a class="headerlink" href="#per-vul
14541454
<p>A different way of looking at this is that this guide (and the prioritization schemes herein), can be used as a first pass triage and prioritization of vulnerabilities, before the overall asset-specific business and runtime context, and remediation context, is considered, and all the context-specific dependencies that go with that.</p>
14551455
<p>In other words, Relative <abbr title="The likelihood of a vulnerability being exploited and the potential impact of such an exploit on an organization.">Risk</abbr> per vulnerability.</p>
14561456
<figure>
1457-
<p><img alt="Image title" src="../../assets/images/risk_remediation_taxonomy.png" /></p>
1457+
<p><img alt="" src="../../assets/images/risk_remediation_taxonomy.png" /></p>
14581458
<figcaption>The scope for this guide is the "Per Vulnerability" branch</figcaption>
14591459
</figure>
14601460
<figure>
1461-
<p><img alt="Image title" src="../../assets/images/stages.png" /></p>
1461+
<p><img alt="" src="../../assets/images/stages.png" /></p>
14621462
<figcaption>The scope for this guide is up to and including the First Pass Triage</figcaption>
14631463
</figure>
14641464
<div class="admonition tip">

print_page/index.html

Lines changed: 75 additions & 65 deletions
Large diffs are not rendered by default.

risk/Rbp_schemes/index.html

Lines changed: 40 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1487,8 +1487,8 @@ <h1 id="risk-based-prioritization-schemes"><abbr title="The likelihood of a vuln
14871487
<h3 id="cvss-temporal-threat-metrics"><abbr title="Common Vulnerability Scoring System Standard. A framework for scoring the severity of vulnerabilities based on factors such as exploitability and impact.">CVSS</abbr> Temporal &amp; Threat Metrics<a class="headerlink" href="#cvss-temporal-threat-metrics" title="Permanent link">&para;</a></h3>
14881488
<p>Exploitation data is added per the <abbr title="Common Vulnerability Scoring System Standard. A framework for scoring the severity of vulnerabilities based on factors such as exploitability and impact.">CVSS</abbr> standard as described in <a href="../../cvss/CVSS/#cvss-exploit-maturity"><abbr title="Common Vulnerability Scoring System Standard. A framework for scoring the severity of vulnerabilities based on factors such as exploitability and impact.">CVSS</abbr></a>.</p>
14891489
<figure>
1490-
<p><img alt="Image title" src="../../assets/images/cvss_bt_parcat.png" /></p>
1491-
<figcaption>The effect of CVSS Base &amp; Threat is to move some CVEs down a Rating e.g. some Critical CVEs are move to High</figcaption>
1490+
<p><img alt="" src="../../assets/images/cvss_bt_parcat.png" /></p>
1491+
<figcaption>The effect of CVSS Base &amp; Threat is to move some CVEs down a Rating e.g. some Critical CVEs move to High</figcaption>
14921492
</figure>
14931493
<h3 id="cvss-base-score-ratings-with-exploitation-focus"><abbr title="Common Vulnerability Scoring System Standard. A framework for scoring the severity of vulnerabilities based on factors such as exploitability and impact.">CVSS</abbr> Base Score Ratings with Exploitation Focus<a class="headerlink" href="#cvss-base-score-ratings-with-exploitation-focus" title="Permanent link">&para;</a></h3>
14941494
<p>A simple illustrative scheme that combines Base Score Ratings with Exploitation status is defined here.</p>
@@ -1498,76 +1498,65 @@ <h3 id="cvss-base-score-ratings-with-exploitation-focus"><abbr title="Common Vul
14981498
<table>
14991499
<thead>
15001500
<tr>
1501-
<th></th>
1502-
<th>base_score_category</th>
1503-
<th>Exploitation</th>
15041501
<th>Score</th>
1502+
<th><abbr title="Common Vulnerability Scoring System Standard. A framework for scoring the severity of vulnerabilities based on factors such as exploitability and impact.">CVSS</abbr> Base Score Rating</th>
1503+
<th>Exploitation</th>
15051504
</tr>
15061505
</thead>
15071506
<tbody>
15081507
<tr>
1509-
<td></td>
1508+
<td>10</td>
15101509
<td>critical</td>
15111510
<td>kev</td>
1512-
<td>10</td>
15131511
</tr>
15141512
<tr>
1515-
<td></td>
1513+
<td>9</td>
15161514
<td>critical</td>
15171515
<td>weaponized</td>
1518-
<td>9</td>
15191516
</tr>
15201517
<tr>
1521-
<td></td>
1518+
<td>8</td>
15221519
<td>high</td>
15231520
<td>kev</td>
1524-
<td>8</td>
15251521
</tr>
15261522
<tr>
1527-
<td></td>
1523+
<td>7</td>
15281524
<td>high</td>
15291525
<td>weaponized</td>
1530-
<td>7</td>
15311526
</tr>
15321527
<tr>
1533-
<td></td>
1534-
<td>critical</td>
1535-
<td>poc and not kev and not weaponized</td>
15361528
<td>6</td>
1529+
<td>critical</td>
1530+
<td>poc</td>
15371531
</tr>
15381532
<tr>
1539-
<td></td>
1540-
<td>high</td>
1541-
<td>poc and not kev and not weaponized</td>
15421533
<td>5</td>
1534+
<td>high</td>
1535+
<td>poc</td>
15431536
</tr>
15441537
<tr>
1545-
<td></td>
1538+
<td>4</td>
15461539
<td>critical</td>
15471540
<td>-</td>
1548-
<td>4</td>
15491541
</tr>
15501542
<tr>
1551-
<td></td>
1543+
<td>3</td>
15521544
<td>high</td>
15531545
<td>-</td>
1554-
<td>3</td>
15551546
</tr>
15561547
<tr>
1557-
<td></td>
1548+
<td>2</td>
15581549
<td>medium</td>
15591550
<td>-</td>
1560-
<td>2</td>
15611551
</tr>
15621552
<tr>
1563-
<td></td>
1553+
<td>1</td>
15641554
<td>-</td>
15651555
<td>-</td>
1566-
<td>1</td>
15671556
</tr>
15681557
</tbody>
15691558
</table>
1570-
<p>where a <abbr title="CVE Common Vulnerability and Exposures. A standardized list of publicly known vulnerabilities and exposures maintained by the MITRE Corporation.">CVE</abbr> is assigned to a Group if it appears in the Data Source listed:</p>
1559+
<p>where a <abbr title="CVE Common Vulnerability and Exposures. A standardized list of publicly known vulnerabilities and exposures maintained by the MITRE Corporation.">CVE</abbr> is assigned to a group if it appears in the Data Source listed:</p>
15711560
<table>
15721561
<thead>
15731562
<tr>
@@ -1591,15 +1580,15 @@ <h3 id="cvss-base-score-ratings-with-exploitation-focus"><abbr title="Common Vul
15911580
</tbody>
15921581
</table>
15931582
<figure>
1594-
<p><img alt="Image title" src="../../assets/images/cvss_exploitation_parcat.png" /> </p>
1583+
<p><img alt="" src="../../assets/images/cvss_exploitation_parcat.png" /> </p>
15951584
<figcaption>Combination of CVSS Base Score Rating and Exploitation Evidence to Assign a Score (10 is highest risk)</figcaption>
15961585
</figure>
15971586
<h3 id="ssvc-decision-trees"><abbr title="SSVC Stakeholder-Specific Vulnerability Categorization">SSVC</abbr> Decision Trees<a class="headerlink" href="#ssvc-decision-trees" title="Permanent link">&para;</a></h3>
15981587
<p>The <abbr title="Common Vulnerability Scoring System Standard. A framework for scoring the severity of vulnerabilities based on factors such as exploitability and impact.">CVSS</abbr> Base parameters are used instead of <abbr title="Common Vulnerability Scoring System Standard. A framework for scoring the severity of vulnerabilities based on factors such as exploitability and impact.">CVSS</abbr> scores or ratings.</p>
15991588
<p>Per the <a href="../../ssvc/decision_trees_from_scratch/"><abbr title="SSVC Stakeholder-Specific Vulnerability Categorization">SSVC</abbr></a> Decision Tree example, the Exploitability and Impact <abbr title="The likelihood of a vulnerability being exploited and the potential impact of such an exploit on an organization.">Risk</abbr> Factors that make up the <abbr title="Common Vulnerability Scoring System Standard. A framework for scoring the severity of vulnerabilities based on factors such as exploitability and impact.">CVSS</abbr> Base Score are split out separately and used instead of the <abbr title="Common Vulnerability Scoring System Standard. A framework for scoring the severity of vulnerabilities based on factors such as exploitability and impact.">CVSS</abbr> Base Score.</p>
16001589
<p>This gives more granularity than combining <abbr title="Common Vulnerability Scoring System Standard. A framework for scoring the severity of vulnerabilities based on factors such as exploitability and impact.">CVSS</abbr> Ratings and Exploitation factors i.e. better <abbr title="The likelihood of a vulnerability being exploited and the potential impact of such an exploit on an organization.">Risk</abbr> Based Prioritization.</p>
16011590
<figure>
1602-
<p><img alt="Image title" src="../../assets/images/dt_sankey.png" /> </p>
1591+
<p><img alt="" src="../../assets/images/dt_sankey.png" /> </p>
16031592
<figcaption>SSVC Decision Tree (Dark Red is highest risk: Exploitation-Active, Automatable-Yes, Technical-Impact Total)</figcaption>
16041593
</figure>
16051594
<div class="admonition observations">
@@ -1631,6 +1620,27 @@ <h3 id="ssvc-decision-trees"><abbr title="SSVC Stakeholder-Specific Vulnerabilit
16311620
<li>Either <a href="#cvss-base-score-ratings-with-exploitation-focus"><abbr title="Common Vulnerability Scoring System Standard. A framework for scoring the severity of vulnerabilities based on factors such as exploitability and impact.">CVSS</abbr> Base Score Ratings with Exploitation Focus</a> or <a href="#ssvc-decision-trees"><abbr title="SSVC Stakeholder-Specific Vulnerability Categorization">SSVC</abbr> Decision Trees</a>, that <a href="../Understanding_Risk/#where-cvss-epss-cisa-kev-fit">Focus on Exploitation</a>, are good starting points or references for a <abbr title="The likelihood of a vulnerability being exploited and the potential impact of such an exploit on an organization.">Risk</abbr> Based Prioritization scheme.</li>
16321621
<li>Apply a <abbr title="The likelihood of a vulnerability being exploited and the potential impact of such an exploit on an organization.">Risk</abbr> Based Prioritization scheme based on your environment, and refine it based on your data.</li>
16331622
</ol>
1623+
<table>
1624+
<thead>
1625+
<tr>
1626+
<th><abbr title="Common Vulnerability Scoring System Standard. A framework for scoring the severity of vulnerabilities based on factors such as exploitability and impact.">CVSS</abbr> Temporal &amp; Threat Metrics</th>
1627+
<th><abbr title="Common Vulnerability Scoring System Standard. A framework for scoring the severity of vulnerabilities based on factors such as exploitability and impact.">CVSS</abbr> Base Score Ratings with Exploitation Focus</th>
1628+
<th><abbr title="SSVC Stakeholder-Specific Vulnerability Categorization">SSVC</abbr> Decision Trees</th>
1629+
</tr>
1630+
</thead>
1631+
<tbody>
1632+
<tr>
1633+
<td><img alt="" src="../../assets/images/cvss_bt_parcat.png" /></td>
1634+
<td><img alt="" src="../../assets/images/cvss_exploitation_parcat.png" /></td>
1635+
<td><img alt="" src="../../assets/images/dt_sankey.png" /></td>
1636+
</tr>
1637+
<tr>
1638+
<td>The effect of <abbr title="Common Vulnerability Scoring System Standard. A framework for scoring the severity of vulnerabilities based on factors such as exploitability and impact.">CVSS</abbr> Base &amp; Threat is to move some CVEs down a Rating e.g. some Critical CVEs move to High</td>
1639+
<td>Better prioritization - less red</td>
1640+
<td>Better prioritization - less red</td>
1641+
</tr>
1642+
</tbody>
1643+
</table>
16341644
</div>
16351645

16361646

risk/Takeaway/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1495,7 +1495,7 @@ <h1 id="takeaway">Takeaway<a class="headerlink" href="#takeaway" title="Permanen
14951495
<p><a href="../../introduction/Requirements/">Requirements for a <abbr title="The likelihood of a vulnerability being exploited and the potential impact of such an exploit on an organization.">Risk</abbr> Based Prioritization Scheme for First Pass Triage</a>.</p>
14961496
<h2 id="risk-based-prioritization-scheme-for-first-pass-triage"><abbr title="The likelihood of a vulnerability being exploited and the potential impact of such an exploit on an organization.">Risk</abbr> Based Prioritization Scheme for First Pass Triage<a class="headerlink" href="#risk-based-prioritization-scheme-for-first-pass-triage" title="Permanent link">&para;</a></h2>
14971497
<figure>
1498-
<p><img alt="Image title" src="../../assets/images/stages.png" /></p>
1498+
<p><img alt="" src="../../assets/images/stages.png" /></p>
14991499
<figcaption>The scope for this guide is up to and including the First Pass Triage</figcaption>
15001500
</figure>
15011501
<p><abbr title="CVE Common Vulnerability and Exposures. A standardized list of publicly known vulnerabilities and exposures maintained by the MITRE Corporation.">CVE</abbr> data is public.</p>

risk/Understanding_Risk/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,7 +1684,7 @@ <h2 id="risk-definition"><abbr title="The likelihood of a vulnerability being ex
16841684
purposes.</li>
16851685
</ul>
16861686
<p><figure markdown>
1687-
<img alt="Image title" src="../../assets/images/nist_risk.png" />
1687+
<img alt="" src="../../assets/images/nist_risk.png" />
16881688
<figcaption>NIST Generic <abbr title="The likelihood of a vulnerability being exploited and the potential impact of such an exploit on an organization.">Risk</abbr> Model with Key <abbr title="The likelihood of a vulnerability being exploited and the potential impact of such an exploit on an organization.">Risk</abbr> Factors</figcaption>
16891689
</figure></p>
16901690
</div>
@@ -1745,7 +1745,7 @@ <h3 id="where-cvss-epss-cisa-kev-fit">Where <abbr title="Common Vulnerability Sc
17451745
<p>Adding more detail to the Vulnerability branch, to show where <abbr title="Common Vulnerability Scoring System Standard. A framework for scoring the severity of vulnerabilities based on factors such as exploitability and impact.">CVSS</abbr>,
17461746
<abbr title="Exploit Prediction Scoring System">EPSS</abbr>, <abbr title="Cybersecurity &amp; Infrastructure Security Agency">CISA</abbr> <abbr title="Known Exploited Vulnerability">KEV</abbr> fit...</p>
17471747
<figure>
1748-
<p><img alt="Image title" src="../../assets/images/risk_remediation_taxonomy.png" /></p>
1748+
<p><img alt="" src="../../assets/images/risk_remediation_taxonomy.png" /></p>
17491749
<figcaption> Where CVSS, EPSS, CISA KEV Fit with Risk</figcaption>
17501750
</figure>
17511751
<h3 id="threat-likelihood-of-exploit-data-sources">Threat Likelihood of Exploit Data Sources<a class="headerlink" href="#threat-likelihood-of-exploit-data-sources" title="Permanent link">&para;</a></h3>

risk/Vulnerability_Landscape/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1475,18 +1475,18 @@ <h1 id="vulnerability-landscape">Vulnerability Landscape<a class="headerlink" hr
14751475
</div>
14761476
<h2 id="timeline">Timeline<a class="headerlink" href="#timeline" title="Permanent link">&para;</a></h2>
14771477
<figure>
1478-
<p><img alt="Image title" src="../../assets/images/vuln_timeline_per_year.png" />
1478+
<p><img alt="" src="../../assets/images/vuln_timeline_per_year.png" />
14791479
</p>
14801480
<figcaption>Count of CVEs published per year</figcaption>
14811481
</figure>
14821482
<figure>
1483-
<p><img alt="Image title" src="../../assets/images/vuln_timeline.png" />
1483+
<p><img alt="" src="../../assets/images/vuln_timeline.png" />
14841484
</p>
14851485
<figcaption>CVEs published per year (cumulative), with publication dates of standards</figcaption>
14861486
</figure>
14871487
<h2 id="vulnerability-standards">Vulnerability Standards<a class="headerlink" href="#vulnerability-standards" title="Permanent link">&para;</a></h2>
14881488
<figure>
1489-
<p><img alt="Image title" src="../../assets/images/vuln_landscape.png" />
1489+
<p><img alt="" src="../../assets/images/vuln_landscape.png" />
14901490
</p>
14911491
<figcaption>Vulnerability Landscape Main Efforts</figcaption>
14921492
</figure>
@@ -1505,7 +1505,7 @@ <h2 id="key-risk-factor-standards">Key <abbr title="The likelihood of a vulnerab
15051505
</ul>
15061506
</div>
15071507
<figure>
1508-
<p><img alt="Image title" src="../../assets/images/cwe-cve-capec.png" />
1508+
<p><img alt="" src="../../assets/images/cwe-cve-capec.png" />
15091509
</p>
15101510
<figcaption>From weakness to Impact</figcaption>
15111511
</figure>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

ssvc/SSVC/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,11 +1506,11 @@ <h3 id="cisa-and-ssvc"><abbr title="Cybersecurity &amp; Infrastructure Security
15061506
<p><a href="https://www.cisa.gov/sites/default/files/publications/cisa-ssvc-guide%20508c.pdf">https://www.cisa.gov/sites/default/files/publications/cisa-ssvc-guide%20508c.pdf</a></p>
15071507
</div>
15081508
<figure>
1509-
<p><img alt="Image title" src="../../assets/images/cisa_ssvcdt.png" width="700" /></p>
1509+
<p><img alt="" src="../../assets/images/cisa_ssvcdt.png" width="700" /></p>
15101510
<figcaption>CISA's SSVC Decision Tree https://www.cisa.gov/ssvc-calculator</figcaption>
15111511
</figure>
15121512
<figure>
1513-
<p><img alt="Image title" src="../../assets/images/cisadt_decisions.png" width="700" /></p>
1513+
<p><img alt="" src="../../assets/images/cisadt_decisions.png" width="700" /></p>
15141514
<figcaption>CISA's SSVC Decision Tree Outcomes https://www.cisa.gov/ssvc-calculator</figcaption>
15151515
</figure>
15161516
<h2 id="exploitation-evidence-of-active-exploitation-of-a-vulnerability">Exploitation: Evidence of Active Exploitation of a Vulnerability<a class="headerlink" href="#exploitation-evidence-of-active-exploitation-of-a-vulnerability" title="Permanent link">&para;</a></h2>

0 commit comments

Comments
 (0)