Skip to content

Commit 62fe917

Browse files
Added CISA VEX use case #5
1 parent 04e880d commit 62fe917

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

VEX/CISA-Use-Cases/Case-5/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# CISA VEX Use Case 5
2+
3+
### Single Product, All Versions, Single Vulnerability, Single Status
4+
5+
In this use case, Example Company has fielded product XYZ. The company makes statements about all versions of product XYZ in a single VEX file.
6+
7+
When the Log4j vulnerability with associated CVE-2021-44228 was disclosed, the Example Company’s PSIRT released a VEX stating that all of XYZ's versions are currently being investigated (status: UNDER INVESTIGATION) as to whether they are affected by CVE-2021-44228.

VEX/CISA-Use-Cases/Case-5/vex.json

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"bomFormat": "CycloneDX",
3+
"specVersion": "1.4",
4+
"version": 1,
5+
"metadata" : {
6+
"timestamp" : "2022-03-03T00:00:00Z",
7+
"component" : {
8+
"name" : "XYZ",
9+
"type" : "application",
10+
"bom-ref" : "product-XYZ"
11+
}
12+
},
13+
"vulnerabilities": [
14+
{
15+
"id": "CVE-2021-44228",
16+
"source": {
17+
"name": "NVD",
18+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-44228"
19+
},
20+
"ratings": [
21+
{
22+
"source": {
23+
"name": "NVD",
24+
"url": "https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator?vector=AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H&version=3.1"
25+
},
26+
"score": 10.0,
27+
"severity": "critical",
28+
"method": "CVSSv31",
29+
"vector": "AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H"
30+
}
31+
],
32+
"analysis": {
33+
"state": "in_triage"
34+
},
35+
"affects": [
36+
{
37+
"ref": "product-XYZ"
38+
}
39+
]
40+
}
41+
]
42+
}

0 commit comments

Comments
 (0)