-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCVE-2020-14349.json
72 lines (72 loc) · 2.92 KB
/
CVE-2020-14349.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
{
"CVE-ID": "CVE-2020-14349",
"NVD": {
"Descriptions": "It was found that PostgreSQL versions before 12.4, before 11.9 and before 10.14 did not properly sanitize the search_path during logical replication. An authenticated attacker could use this flaw in an attack similar to CVE-2018-1058, in order to execute arbitrary SQL command in the context of the user used for replication.",
"Cvss2_BaseScore": 4.6,
"Cvss3_BaseScore": 7.1,
"Cvss2_VectorString": "AV:N/AC:H/Au:S/C:P/I:P/A:P",
"Cvss3_VectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
"CPEs": [
{
"URI": "cpe:/o:opensuse:leap:15.2",
"FormattedString": "cpe:2.3:o:opensuse:leap:15.2:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "",
"VersionEndExcluding": "",
"VersionEndIncluding": ""
},
{
"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": "10.0",
"VersionEndExcluding": "10.14",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "11.0",
"VersionEndExcluding": "11.9",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "12.0",
"VersionEndExcluding": "12.4",
"VersionEndIncluding": ""
}
]
},
"Official": {
"10.14": {
"source": [
"https://www.postgresql.org/support/security/10/",
"https://www.postgresql.org/docs/release/10.14/"
]
},
"11.9": {
"source": [
"https://www.postgresql.org/support/security/11/",
"https://www.postgresql.org/docs/release/11.9/"
]
},
"12.4": {
"source": [
"https://www.postgresql.org/support/security/12/",
"https://www.postgresql.org/docs/release/12.4/"
]
}
}
}