-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCVE-2013-10005.json
163 lines (163 loc) · 4.31 KB
/
CVE-2013-10005.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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"schema_version": "1.6.3",
"id": "CVE-2013-10005",
"modified": "2024-05-20T16:03:47Z",
"published": "2021-04-14T20:04:52Z",
"aliases": [
"GO-2020-0024",
"GHSA-gxgj-xjcw-fv9p"
],
"related": [],
"summary": "Infinite loop in github.com/btcsuite/go-socks. The RemoteAddr and LocalAddr methods on the returned net.Conn may call themselves, leading to an infinite loop which will crash the program due to a stack overflow. Los métodos RemoteAddr y LocalAddr en el net.Conn devuelto pueden llamarse a sí mismos, lo que genera un bucle infinito que bloqueará el programa debido a un desbordamiento de búfer en la región stack de la memoria",
"details": "The RemoteAddr and LocalAddr methods on the returned net.Conn may call themselves, leading to an infinite loop which will crash the program due to a stack overflow",
"severity": [
{
"type": "CVSS_V3",
"score": "7.5"
}
],
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "github.com/btcsuite/go-socks"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.0.0-20130808000456-233bccbb1abe"
}
]
}
],
"ecosystem_specific": {
"imports": [
{
"path": "github.com/btcsuite/go-socks",
"symbols": [
"proxiedConn.LocalAddr",
"proxiedConn.RemoteAddr"
]
}
]
}
},
{
"package": {
"ecosystem": "Go",
"name": "github.com/btcsuitereleases/go-socks"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.0.0-20130808000456-233bccbb1abe"
}
]
}
],
"ecosystem_specific": {
"imports": [
{
"path": "github.com/btcsuitereleases/go-socks",
"symbols": [
"proxiedConn.LocalAddr",
"proxiedConn.RemoteAddr"
]
}
]
}
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/btcsuite/go-socks/commit/233bccbb1abe02f05750f7ace66f5bffdb13defc"
},
{
"type": "WEB",
"url": "https://pkg.go.dev/vuln/GO-2020-0024"
}
],
"credits": [],
"database_specific": {
"metrics": {
"cvssMetricV31": [
{
"source": "[email protected]",
"type": "Primary",
"cvssData": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6
}
]
},
"cwe_details": [
{
"cwe_id": "CWE-835",
"name": "Primary",
"description": "",
"source": "[email protected]",
"url": ""
}
],
"repositories": [
{
"url": "https://github.com/btcsuite/go-socks",
"name": "btcsuite/go-socks",
"description": "SOCKS5 proxy library for Go",
"date_created": "2013-07-25T17:32:44Z",
"date_last_push": "2018-09-24T03:25:24Z",
"owner": "btcsuite",
"forks_count": "37",
"stars_count": "24",
"repo_language": "Go"
}
],
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:a:socks5_project:socks5:*:*:*:*:*:go:*:*",
"matchCriteriaId": "C0BC2021-1533-40FC-AA93-3B12B489CF8A",
"versionEndExcluding": "2013-08-07"
}
]
}
],
"vulndb_data": {
"url": "https://pkg.go.dev/vuln/GO-2020-0024",
"review_status": "REVIEWED"
},
"datasources": {
"govuln": true,
"nvd": true,
"cvefixes": false
}
}
}