|
6 | 6 | <div class="content"> |
7 | 7 | <h1 class="title">Process</h1> |
8 | 8 | <p> |
9 | | - There is one <router-link to='/ResourcesSupport/Glossary?activeTerm=glossaryRecord'>CVE Record</router-link> for each vulnerability on |
10 | | - the <router-link to='/ResourcesSupport/Glossary?activeTerm=glossaryCVEList'>CVE List</router-link>. Vulnerabilities are first |
11 | | - discovered, then reported to the CVE Program. The reporter requests a |
| 9 | + There is one |
| 10 | + <router-link to='/ResourcesSupport/Glossary?activeTerm=glossaryRecord'>CVE Record</router-link> |
| 11 | + for each vulnerability on the |
| 12 | + <router-link to='/ResourcesSupport/Glossary?activeTerm=glossaryCVEList'>CVE List</router-link>. |
| 13 | + Vulnerabilities are first discovered, then reported to the CVE Program. The reporter requests a |
12 | 14 | <router-link to='/ResourcesSupport/Glossary?activeTerm=glossaryCVEID'>CVE ID</router-link>, |
13 | | - which is then reserved for the reported vulnerability. Once the reported vulnerability is |
14 | | - confirmed by the identification of the minimum required data elements for a CVE Record, the record is published to the CVE List. |
| 15 | + which is then reserved for the reported vulnerability. Once the reported vulnerability is confirmed by the |
| 16 | + identification of the minimum required data elements for a CVE Record, the record is published to the CVE List. |
15 | 17 | CVE Records are published by CVE Program partners from around the world. This process is described below. |
16 | 18 | </p> |
17 | 19 | <h2 :id="cvenavs['About']['submenu']['Process']['items']['CVE Record Lifecycle']['anchorId']" class="title"> |
|
38 | 40 | <div class="timeline-marker is-3">2</div> |
39 | 41 | <div class="timeline-content"> |
40 | 42 | <h3 class="title">Report</h3> |
41 | | - <p>Discoverer reports a vulnerability to a |
42 | | - <router-link to='/PartnerInformation/ListofPartners'>CVE Program participant</router-link>. |
| 43 | + <p> |
| 44 | + Discoverer reports a vulnerability to a |
| 45 | + <router-link to='/PartnerInformation/ListofPartners'>CVE Program partner</router-link>. |
43 | 46 | </p> |
44 | 47 | </div> |
45 | 48 | </div> |
46 | 49 | <div class="timeline-item"> |
47 | 50 | <div class="timeline-marker">3</div> |
48 | 51 | <div class="timeline-content"> |
49 | 52 | <h3 class="title">Request</h3> |
50 | | - <p>CVE Program participant requests a CVE Identifier (CVE ID).</p> |
| 53 | + <p>CVE Program partner assigns a CVE Identifier (CVE ID).</p> |
51 | 54 | <section class="cve-accordion"> |
52 | 55 | <div class="message"> |
53 | 56 | <div class="message-header"> |
|
77 | 80 | portion is not used to indicate when the vulnerability was discovered. |
78 | 81 | </p> |
79 | 82 | <p> |
80 | | - The “Arbitrary Digits,” or sequence number portion, can include four or more digits in the sequence number portion of the |
81 | | - ID. For example, <span class="has-text-weight-bold">CVE-YYYY-NNNN</span> with four digits in the sequence number, |
| 83 | + The “Arbitrary Digits,” or sequence number portion, can include four or more digits in the sequence number portion of |
| 84 | + the ID. For example, <span class="has-text-weight-bold">CVE-YYYY-NNNN</span> with four digits in the sequence number, |
82 | 85 | <span class="has-text-weight-bold">CVE-YYYY-NNNNNNN</span> with seven digits in the sequence |
83 | 86 | number, etc. There is no limit on the number of arbitrary digits. |
84 | 87 | </p> |
85 | | - <p>The CVE Program’s CNA Rules include additional helpful information about CVE IDs:</p> |
86 | 88 | <p> |
87 | | - <router-link to='/ResourcesSupport/AllResources/CNARules#section_7_assignment_rules'>Assignment Rules</router-link> |
88 | | - - how CVE IDs are assigned. |
| 89 | + The CVE Program’s |
| 90 | + <router-link to='/ResourcesSupport/AllResources/CNARules'>CNA Rules</router-link> |
| 91 | + include additional helpful information about CVE IDs: |
89 | 92 | </p> |
| 93 | + <ul> |
| 94 | + <li> |
| 95 | + <router-link to='/ResourcesSupport/AllResources/CNARules#section_4-1_Vulnerability_Determination'> |
| 96 | + Vulnerability Determination |
| 97 | + </router-link> |
| 98 | + </li> |
| 99 | + <li> |
| 100 | + <router-link to='/ResourcesSupport/AllResources/CNARules#section_4-2_CVE_ID_Assignment'> |
| 101 | + CVE ID Assignment |
| 102 | + </router-link> |
| 103 | + </li> |
| 104 | + </ul> |
90 | 105 | </div> |
91 | 106 | </div> |
92 | 107 | </div> |
|
99 | 114 | <h3 class="title">Reserve</h3> |
100 | 115 | <p>The ID is reserved, which is the initial state of a CVE Record.</p> |
101 | 116 | <p> |
102 | | - The Reserved state means that CVE stakeholder(s) are using the CVE ID for early-stage vulnerability coordination and management, |
103 | | - but the CNA is not yet ready to publicly disclose the vulnerability. |
| 117 | + The Reserved state means that CVE stakeholder(s) are using the CVE ID for early-stage vulnerability coordination and |
| 118 | + management, but the CNA is not yet ready to publicly disclose the vulnerability. |
104 | 119 | </p> |
105 | 120 | </div> |
106 | 121 | </div> |
107 | 122 | <div class="timeline-item"> |
108 | 123 | <div class="timeline-marker">5</div> |
109 | 124 | <div class="timeline-content"> |
110 | 125 | <h3 class="title">Submit</h3> |
111 | | - <p>CVE Program participant submits the details.</p> |
| 126 | + <p>CVE Program partner submits the details.</p> |
112 | 127 | <p> |
113 | 128 | Details include but are not limited to affected product(s); affected or fixed product versions; vulnerability type, root |
114 | 129 | cause, or impact; and at least one public reference. |
|
143 | 158 | <div class="message-body" :class="{'is-hidden': accordion['cve-record']}" id="cve-record"> |
144 | 159 | <div class="block"> |
145 | 160 | <p> |
146 | | - A CVE Record is the descriptive data about a vulnerability associated with a CVE ID, provided by a CVE Numbering |
147 | | - Authority (<router-link to='/ResourcesSupport/Glossary?activeTerm=glossaryCNA'>CNA</router-link>). This data is provided |
148 | | - in multiple human and machine-readable formats. |
| 161 | + A CVE Record is the descriptive data about a vulnerability associated with a CVE ID, provided by a |
| 162 | + <router-link to='/ResourcesSupport/Glossary?activeTerm=glossaryCNA'> |
| 163 | + CVE Numbering Authority (CNA) |
| 164 | + </router-link> |
| 165 | + partner. This data is provided in a human and machine-readable |
| 166 | + <router-link to='/AllResources/CveServices#CveRecordFormat'> |
| 167 | + format |
| 168 | + </router-link>. |
149 | 169 | </p> |
150 | | - <p>Each CVE Record includes the following:</p> |
| 170 | + <p>Each CVE Record includes, at a minimum, the following:</p> |
151 | 171 | <ol> |
152 | 172 | <li> |
153 | 173 | CVE ID with four or more digits in the sequence number portion of the ID (i.e., “CVE-1999-0067”, “CVE-2019-12345”, |
154 | 174 | “CVE-2021-7654321”). |
155 | 175 | </li> |
156 | 176 | <li>Brief description of the security vulnerability.</li> |
| 177 | + <li>Affected products and versions.</li> |
157 | 178 | <li>Any pertinent references (i.e., vulnerability reports and advisories).</li> |
158 | 179 | </ol> |
159 | 180 | <p>A CVE Record is associated with one of the following states:</p> |
|
172 | 193 | so that users know that the CVE ID and CVE Record are invalid. |
173 | 194 | </li> |
174 | 195 | </ul> |
175 | | - <p>The CVE Program’s CNA Rules include additional helpful information about CVE Records: </p> |
| 196 | + <p> |
| 197 | + The CVE Program’s |
| 198 | + <router-link to='/ResourcesSupport/AllResources/CNARules'>CNA Rules</router-link> |
| 199 | + include additional helpful information about CVE Records: |
| 200 | + </p> |
176 | 201 | <ul> |
177 | 202 | <li> |
178 | | - <router-link to='/ResourcesSupport/AllResources/CNARules#section_8-1_cve_record_information_requirements'>CVE Record |
179 | | - Information Requirements</router-link> – the full requirements for a CVE Record. |
| 203 | + <router-link to='/ResourcesSupport/AllResources/CNARules#section_5_CVE_Record_Content'> |
| 204 | + CVE Record Content |
| 205 | + </router-link> |
180 | 206 | </li> |
181 | 207 | <li> |
182 | | - <router-link to='/ResourcesSupport/AllResources/CNARules#section_7_assignment_rules'>Assignment Rules</router-link> |
183 | | - – the data elements required within a CVE Record. |
| 208 | + <router-link to='/ResourcesSupport/AllResources/CNARules#section_4-2_CVE_ID_Assignment'> |
| 209 | + CVE ID Assignment |
| 210 | + </router-link> |
184 | 211 | </li> |
185 | 212 | </ul> |
186 | 213 | </div> |
|
0 commit comments