-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCVE-2016-0766.json
119 lines (119 loc) · 4.72 KB
/
CVE-2016-0766.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
{
"CVE-ID": "CVE-2016-0766",
"NVD": {
"Descriptions": "PostgreSQL before 9.1.20, 9.2.x before 9.2.15, 9.3.x before 9.3.11, 9.4.x before 9.4.6, and 9.5.x before 9.5.1 does not properly restrict access to unspecified custom configuration settings (GUCS) for PL/Java, which allows attackers to gain privileges via unspecified vectors.",
"Cvss2_BaseScore": 9,
"Cvss3_BaseScore": 8.8,
"Cvss2_VectorString": "AV:N/AC:L/Au:S/C:C/I:C/A:C",
"Cvss3_VectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CPEs": [
{
"URI": "cpe:/o:debian:debian_linux:8.0",
"FormattedString": "cpe:2.3:o:debian:debian_linux:8.0:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "",
"VersionEndExcluding": "",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/o:debian:debian_linux:7.0",
"FormattedString": "cpe:2.3:o:debian:debian_linux:7.0:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "",
"VersionEndExcluding": "",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/o:canonical:ubuntu_linux:15.10",
"FormattedString": "cpe:2.3:o:canonical:ubuntu_linux:15.10:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "",
"VersionEndExcluding": "",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/o:canonical:ubuntu_linux:14.04::~~lts~~~",
"FormattedString": "cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:lts:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "",
"VersionEndExcluding": "",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/o:canonical:ubuntu_linux:12.04::~~lts~~~",
"FormattedString": "cpe:2.3:o:canonical:ubuntu_linux:12.04:*:*:*:lts:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "",
"VersionEndExcluding": "",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql:9.5",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:9.5:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "",
"VersionEndExcluding": "",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "9.1.0",
"VersionEndExcluding": "9.1.20",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "9.2",
"VersionEndExcluding": "9.2.15",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "9.3",
"VersionEndExcluding": "9.3.11",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "9.4",
"VersionEndExcluding": "9.4.6",
"VersionEndIncluding": ""
}
]
},
"Official": {
"9.5.1": {
"source": [
"https://www.postgresql.org/docs/release/9.5.1/"
]
},
"9.4.6": {
"source": [
"https://www.postgresql.org/docs/release/9.4.6/"
]
},
"9.3.11": {
"source": [
"https://www.postgresql.org/docs/release/9.3.11/"
]
},
"9.2.15": {
"source": [
"https://www.postgresql.org/docs/release/9.2.15/"
]
},
"9.1.20": {
"source": [
"https://www.postgresql.org/docs/release/9.1.20/"
]
}
}
}