forked from CVEProject/cvelist
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCVE-2021-39024.json
93 lines (93 loc) · 2.93 KB
/
CVE-2021-39024.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "Cross-Site Scripting"
}
]
}
]
},
"data_version": "4.0",
"references": {
"reference_data": [
{
"refsource": "CONFIRM",
"name": "https://www.ibm.com/support/pages/node/6584143",
"url": "https://www.ibm.com/support/pages/node/6584143",
"title": "IBM Security Bulletin 6584143 (Guardium Data Encryption)"
},
{
"title": "X-Force Vulnerability Report",
"url": "https://exchange.xforce.ibmcloud.com/vulnerabilities/213862",
"refsource": "XF",
"name": "ibm-guardium-cve202139024-xss (213862)"
}
]
},
"data_type": "CVE",
"data_format": "MITRE",
"description": {
"description_data": [
{
"lang": "eng",
"value": "IBM Guardium Data Encryption (GDE) 4.0.0.0 and 5.0.0.0 is vulnerable to cross-site scripting. This vulnerability allows users to embed arbitrary JavaScript code in the Web UI thus altering the intended functionality potentially leading to credentials disclosure within a trusted session. IBM X-Force ID: 213862."
}
]
},
"impact": {
"cvssv3": {
"BM": {
"AC": "L",
"AV": "N",
"S": "C",
"I": "L",
"SCORE": "4.800",
"PR": "H",
"C": "L",
"UI": "R",
"A": "N"
},
"TM": {
"RL": "O",
"RC": "C",
"E": "H"
}
}
},
"CVE_data_meta": {
"DATE_PUBLIC": "2022-05-09T00:00:00",
"ID": "CVE-2021-39024",
"STATE": "PUBLIC",
"ASSIGNER": "psirt@us.ibm.com"
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "IBM",
"product": {
"product_data": [
{
"version": {
"version_data": [
{
"version_value": "4.0.0"
},
{
"version_value": "5.0.0"
}
]
},
"product_name": "Guardium Data Encryption"
}
]
}
}
]
}
}
}