-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCVE-2018-1115.json
50 lines (50 loc) · 2.02 KB
/
CVE-2018-1115.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
{
"CVE-ID": "CVE-2018-1115",
"NVD": {
"Descriptions": "postgresql before versions 10.4, 9.6.9 is vulnerable in the adminpack extension, the pg_catalog.pg_logfile_rotate() function doesn't follow the same ACLs than pg_rorate_logfile. If the adminpack is added to a database, an attacker able to connect to it could exploit this to force log rotation.",
"Cvss2_BaseScore": 6.4,
"Cvss3_BaseScore": 4.2,
"Cvss2_VectorString": "AV:N/AC:L/Au:N/C:N/I:P/A:P",
"Cvss3_VectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:L",
"CPEs": [
{
"URI": "cpe:/o:opensuse:leap:15.1",
"FormattedString": "cpe:2.3:o:opensuse:leap:15.1:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "",
"VersionEndExcluding": "",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "",
"VersionEndExcluding": "9.6.9",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "10.0",
"VersionEndExcluding": "10.4",
"VersionEndIncluding": ""
}
]
},
"Official": {
"9.6.9": {
"source": [
"https://www.postgresql.org/support/security/9.6/",
"https://www.postgresql.org/docs/release/9.6.9/"
]
},
"10.4": {
"source": [
"https://www.postgresql.org/support/security/10/",
"https://www.postgresql.org/docs/release/10.4/"
]
}
}
}