-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCVE-2019-10128.json
79 lines (79 loc) · 3.32 KB
/
CVE-2019-10128.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
{
"CVE-ID": "CVE-2019-10128",
"NVD": {
"Descriptions": "A vulnerability was found in postgresql versions 11.x prior to 11.3. The Windows installer for EnterpriseDB-supplied PostgreSQL does not lock down the ACL of the binary installation directory or the ACL of the data directory; it keeps the inherited ACL. In the default configuration, this allows a local attacker to read arbitrary data directory files, essentially bypassing database-imposed read access limitations. In plausible non-default configurations, an attacker having both an unprivileged Windows account and an unprivileged PostgreSQL account can cause the PostgreSQL service account to execute arbitrary code.",
"Cvss2_BaseScore": 4.1,
"Cvss3_BaseScore": 7.8,
"Cvss2_VectorString": "AV:L/AC:M/Au:S/C:P/I:P/A:P",
"Cvss3_VectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"CPEs": [
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "",
"VersionEndExcluding": "9.4.22",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "10.0",
"VersionEndExcluding": "10.8",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "11.0",
"VersionEndExcluding": "11.3",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "9.5.0",
"VersionEndExcluding": "9.5.17",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "9.6.0",
"VersionEndExcluding": "9.6.13",
"VersionEndIncluding": ""
}
]
},
"Official": {
"9.4.22": {
"source": [
"https://www.postgresql.org/support/security/9.4/"
]
},
"9.5.17": {
"source": [
"https://www.postgresql.org/support/security/9.5/"
]
},
"9.6.13": {
"source": [
"https://www.postgresql.org/support/security/9.6/"
]
},
"10.8": {
"source": [
"https://www.postgresql.org/support/security/10/"
]
},
"11.3": {
"source": [
"https://www.postgresql.org/support/security/11/"
]
}
}
}