-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCVE-2006-5541.json
53 lines (53 loc) · 1.95 KB
/
CVE-2006-5541.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
{
"CVE-ID": "CVE-2006-5541",
"NVD": {
"Descriptions": "backend/parser/parse_coerce.c in PostgreSQL 7.4.1 through 7.4.14, 8.0.x before 8.0.9, and 8.1.x before 8.1.5 allows remote authenticated users to cause a denial of service (daemon crash) via a coercion of an unknown element to ANYARRAY.",
"Cvss2_BaseScore": 4,
"Cvss3_BaseScore": 0,
"Cvss2_VectorString": "AV:N/AC:L/Au:S/C:N/I:N/A:P",
"Cvss3_VectorString": "",
"CPEs": [
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "7.4",
"VersionEndExcluding": "7.4.14",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "8.0.0",
"VersionEndExcluding": "8.0.9",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "8.1.0",
"VersionEndExcluding": "8.1.5",
"VersionEndIncluding": ""
}
]
},
"Official": {
"7.4.14": {
"source": [
"https://www.postgresql.org/support/security/7.4/"
]
},
"8.0.9": {
"source": [
"https://www.postgresql.org/support/security/8.0/"
]
},
"8.1.5": {
"source": [
"https://www.postgresql.org/support/security/8.1/"
]
}
}
}