-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCVE-2007-3278.json
95 lines (95 loc) · 3.63 KB
/
CVE-2007-3278.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
{
"CVE-ID": "CVE-2007-3278",
"NVD": {
"Descriptions": "PostgreSQL 8.1 and probably later versions, when local trust authentication is enabled and the Database Link library (dblink) is installed, allows remote attackers to access arbitrary accounts and execute arbitrary SQL queries via a dblink host parameter that proxies the connection from 127.0.0.1.",
"Cvss2_BaseScore": 6.9,
"Cvss3_BaseScore": 0,
"Cvss2_VectorString": "AV:L/AC:M/Au:N/C:C/I:C/A:C",
"Cvss3_VectorString": "",
"CPEs": [
{
"URI": "cpe:/o:debian:debian_linux:4.0",
"FormattedString": "cpe:2.3:o:debian:debian_linux:4.0:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "",
"VersionEndExcluding": "",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/o:debian:debian_linux:3.1",
"FormattedString": "cpe:2.3:o:debian:debian_linux:3.1:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "",
"VersionEndExcluding": "",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "7.3",
"VersionEndExcluding": "7.3.21",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "7.4",
"VersionEndExcluding": "7.4.19",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "8.0",
"VersionEndExcluding": "8.0.15",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "8.1",
"VersionEndExcluding": "8.1.11",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "8.2",
"VersionEndExcluding": "8.2.6",
"VersionEndIncluding": ""
}
]
},
"Official": {
"8.2.6": {
"source": [
"https://www.postgresql.org/docs/release/8.2.6/"
]
},
"8.1.11": {
"source": [
"https://www.postgresql.org/docs/release/8.1.11/"
]
},
"8.0.15": {
"source": [
"https://www.postgresql.org/docs/release/8.0.15/"
]
},
"7.4.19": {
"source": [
"https://www.postgresql.org/docs/release/7.4.19/"
]
},
"7.3.21": {
"source": [
"https://www.postgresql.org/docs/release/7.3.21/"
]
}
}
}