-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCVE-2018-20461.json
147 lines (147 loc) · 4.22 KB
/
CVE-2018-20461.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"schema_version": "1.6.3",
"id": "CVE-2018-20461",
"modified": "2018-12-31T14:15:15.317000Z",
"published": "2018-12-25T19:29:00.603000Z",
"aliases": [],
"related": [],
"summary": "In radare2 prior to 3.1.1, core_anal_bytes in libr/core/cmd_anal.c allows attackers to cause a denial-of-service (application crash caused by out-of-bounds read) by crafting a binary file. En radare2 en versiones anteriores a la 3.1.1, core_anal_bytes en libr/core/cmd_anal.c podría permitir que los atacantes provoquen una denegación de servicio (cierre inesperado de la aplicación provocado por una lectura fuera de límites) manipulando un archivo binario.. CWE-125",
"details": "In radare2 prior to 3.1.1, core_anal_bytes in libr/core/cmd_anal.c allows attackers to cause a denial-of-service (application crash caused by out-of-bounds read) by crafting a binary file",
"severity": [
{
"type": "CVSS_V2",
"score": "4.3"
},
{
"type": "CVSS_V3",
"score": "5.5"
}
],
"affected": [
{
"package": {
"name": "visit repo url",
"purl": "https://github.com/radare/radare2"
},
"severity": [],
"ranges": [
{
"type": "SEMVER",
"events": [
{
"fixed": "3.1.1"
}
]
}
]
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/radare/radare2/commit/a1bc65c3db593530775823d6d7506a457ed95267"
},
{
"type": "WEB",
"url": "https://github.com/radare/radare2/issues/12375"
}
],
"credits": [
{
"name": "radare",
"type": "REMEDIATION_DEVELOPER"
}
],
"database_specific": {
"metrics": {
"cvssMetricV30": [
{
"source": "[email protected]",
"type": "Primary",
"cvssData": {
"version": "3.0",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"attackVector": "LOCAL",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "REQUIRED",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"availabilityImpact": "HIGH",
"baseScore": 5.5,
"baseSeverity": "MEDIUM"
},
"exploitabilityScore": 1.8,
"impactScore": 3.6
}
],
"cvssMetricV2": [
{
"source": "[email protected]",
"type": "Primary",
"cvssData": {
"version": "2.0",
"vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
"accessVector": "NETWORK",
"accessComplexity": "MEDIUM",
"authentication": "NONE",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 4.3
},
"baseSeverity": "MEDIUM",
"exploitabilityScore": 8.6,
"impactScore": 2.9,
"acInsufInfo": false,
"obtainAllPrivilege": false,
"obtainUserPrivilege": false,
"obtainOtherPrivilege": false,
"userInteractionRequired": true
}
]
},
"cwe_details": [
{
"cwe_id": "CWE-125",
"name": "Primary",
"description": "",
"source": "[email protected]",
"url": ""
}
],
"repositories": [
{
"url": "https://github.com/radare/radare2",
"name": "visit repo url",
"description": "visit repo url",
"date_created": "visit repo url",
"date_last_push": "visit repo url",
"owner": "radare",
"forks_count": "visit repo url",
"stars_count": "visit repo url",
"repo_language": "visit repo url"
}
],
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:a:radare:radare2:*:*:*:*:*:*:*:*",
"matchCriteriaId": "92DD0821-889B-4ED8-A24C-1F244A4522A1",
"versionEndExcluding": "3.1.1"
}
]
}
],
"datasources": {
"govuln": false,
"nvd": true,
"cvefixes": true
}
}
}