-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCVE-2022-41862.json
110 lines (110 loc) · 4.48 KB
/
CVE-2022-41862.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"CVE-ID": "CVE-2022-41862",
"NVD": {
"Descriptions": "In PostgreSQL, a modified, unauthenticated server can send an unterminated string during the establishment of Kerberos transport encryption. In certain conditions a server can cause a libpq client to over-read and report an error message containing uninitialized bytes.",
"Cvss2_BaseScore": 0,
"Cvss3_BaseScore": 3.7,
"Cvss2_VectorString": "",
"Cvss3_VectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"CPEs": [
{
"URI": "cpe:/o:redhat:enterprise_linux:8.0",
"FormattedString": "cpe:2.3:o:redhat:enterprise_linux:8.0:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "",
"VersionEndExcluding": "",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/o:fedoraproject:fedora:8",
"FormattedString": "cpe:2.3:o:fedoraproject:fedora:8:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "",
"VersionEndExcluding": "",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:redhat:integration_service_registry:-",
"FormattedString": "cpe:2.3:a:redhat:integration_service_registry:-:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "",
"VersionEndExcluding": "",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:redhat:integration_camel_quarkus:-",
"FormattedString": "cpe:2.3:a:redhat:integration_camel_quarkus:-:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "",
"VersionEndExcluding": "",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:redhat:integration_camel_k:-",
"FormattedString": "cpe:2.3:a:redhat:integration_camel_k:-:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "",
"VersionEndExcluding": "",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "12.0",
"VersionEndExcluding": "12.14",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "13.0",
"VersionEndExcluding": "13.10",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "14.0",
"VersionEndExcluding": "14.7",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "15.0",
"VersionEndExcluding": "15.2",
"VersionEndIncluding": ""
}
]
},
"Official": {
"12.14": {
"source": [
"https://www.postgresql.org/support/security/12/",
"https://www.postgresql.org/docs/release/12.14/"
]
},
"13.10": {
"source": [
"https://www.postgresql.org/support/security/13/",
"https://www.postgresql.org/docs/release/13.10/"
]
},
"14.7": {
"source": [
"https://www.postgresql.org/support/security/14/",
"https://www.postgresql.org/docs/release/14.7/"
]
},
"15.2": {
"source": [
"https://www.postgresql.org/support/security/15/",
"https://www.postgresql.org/docs/release/15.2/"
]
}
}
}