-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCVE-2000-1199.json
28 lines (28 loc) · 1.11 KB
/
CVE-2000-1199.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
{
"CVE-ID": "CVE-2000-1199",
"NVD": {
"Descriptions": "PostgreSQL stores usernames and passwords in plaintext in (1) pg_shadow and (2) pg_pwd, which allows attackers with sufficient privileges to gain access to databases.",
"Cvss2_BaseScore": 4.6,
"Cvss3_BaseScore": 0,
"Cvss2_VectorString": "AV:L/AC:L/Au:N/C:P/I:P/A:P",
"Cvss3_VectorString": "",
"CPEs": [
{
"URI": "cpe:/a:postgresql:postgresql:6.5.3",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:6.5.3:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "",
"VersionEndExcluding": "",
"VersionEndIncluding": ""
},
{
"URI": "cpe:/a:postgresql:postgresql:6.3.2",
"FormattedString": "cpe:2.3:a:postgresql:postgresql:6.3.2:*:*:*:*:*:*:*",
"VersionStartExcluding": "",
"VersionStartIncluding": "",
"VersionEndExcluding": "",
"VersionEndIncluding": ""
}
]
}
}