-
Notifications
You must be signed in to change notification settings - Fork 62
/
GO-2020-0001.json
66 lines (66 loc) · 1.59 KB
/
GO-2020-0001.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
{
"schema_version": "1.3.1",
"id": "GO-2020-0001",
"modified": "0001-01-01T00:00:00Z",
"published": "2021-04-14T20:04:52Z",
"aliases": [
"CVE-2020-36567",
"GHSA-6vm3-jj99-7229"
],
"summary": "Arbitrary log line injection in github.com/gin-gonic/gin",
"details": "The default Formatter for the Logger middleware (LoggerConfig.Formatter), which is included in the Default engine, allows attackers to inject arbitrary log entries by manipulating the request path.",
"affected": [
{
"package": {
"name": "github.com/gin-gonic/gin",
"ecosystem": "Go"
},
"ranges": [
{
"type": "SEMVER",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.6.0"
}
]
}
],
"ecosystem_specific": {
"imports": [
{
"path": "github.com/gin-gonic/gin",
"symbols": [
"Default",
"Logger",
"LoggerWithConfig",
"LoggerWithFormatter",
"LoggerWithWriter"
]
}
]
}
}
],
"references": [
{
"type": "FIX",
"url": "https://github.com/gin-gonic/gin/pull/2237"
},
{
"type": "FIX",
"url": "https://github.com/gin-gonic/gin/commit/a71af9c144f9579f6dbe945341c1df37aaf09c0d"
}
],
"credits": [
{
"name": "@thinkerou \[email protected]\u003e"
}
],
"database_specific": {
"url": "https://pkg.go.dev/vuln/GO-2020-0001",
"review_status": "REVIEWED"
}
}