- Synchronized data.

This commit is contained in:
CVE Team 2018-07-26 12:04:37 -04:00
parent 05b3c08354
commit 6bcf800403
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8
3 changed files with 226 additions and 216 deletions

View File

@ -1,83 +1,86 @@
{ {
"data_type": "CVE", "CVE_data_meta" : {
"data_format": "MITRE", "ASSIGNER" : "anemec@redhat.com",
"data_version": "4.0", "ID" : "CVE-2017-12163",
"CVE_data_meta": { "STATE" : "PUBLIC"
"ID": "CVE-2017-12163", },
"ASSIGNER": "anemec@redhat.com" "affects" : {
}, "vendor" : {
"affects": { "vendor_data" : [
"vendor": { {
"vendor_data": [ "product" : {
{ "product_data" : [
"vendor_name": "Samba", {
"product": { "product_name" : "Samba",
"product_data": [ "version" : {
{ "version_data" : [
"product_name": "Samba", {
"version": { "version_value" : "4.7"
"version_data": [ },
{ {
"version_value": "4.7" "version_value" : "4.6.8"
}, },
{ {
"version_value": "4.6.8" "version_value" : "4.5.14"
}, },
{ {
"version_value": "4.5.14" "version_value" : "4.4.16"
}, }
{ ]
"version_value": "4.4.16" }
} }
] ]
} },
} "vendor_name" : "Samba"
] }
} ]
} }
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "An information leak flaw was found in the way SMB1 protocol was implemented by Samba before 4.4.16, 4.5.x before 4.5.14, and 4.6.x before 4.6.8. A malicious client could use this flaw to dump server memory contents to a file on the samba share or to a shared printer, though the exact area of server memory cannot be controlled by the attacker."
}
]
},
"impact" : {
"cvss" : [
[
{
"vectorString" : "4.1/CVSS:3.0/AV:A/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N",
"version" : "3.0"
}
]
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "CWE-200"
}
] ]
} }
}, ]
"problemtype": { },
"problemtype_data": [ "references" : {
{ "reference_data" : [
"description": [ {
{ "name" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-12163",
"lang": "eng", "refsource" : "CONFIRM",
"value": "CWE-200" "url" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-12163"
} },
] {
} "name" : "https://www.samba.org/samba/security/CVE-2017-12163.html",
] "refsource" : "CONFIRM",
}, "url" : "https://www.samba.org/samba/security/CVE-2017-12163.html"
"references": { }
"reference_data": [ ]
{ }
"url": "https://www.samba.org/samba/security/CVE-2017-12163.html"
},
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-12163",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-12163",
"refsource": "CONFIRM"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "An information leak flaw was found in the way SMB1 protocol was implemented by Samba before 4.7, 4.6.8, 4.5.14 and 4.4.16. A malicious client could use this flaw to dump server memory contents to a file on the samba share or to a shared printer, though the exact area of server memory cannot be controlled by the attacker."
}
]
},
"impact": {
"cvss": [
[
{
"vectorString": "4.1/CVSS:3.0/AV:A/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N",
"version": "3.0"
}
]
]
}
} }

View File

@ -1,71 +1,77 @@
{ {
"data_type": "CVE", "CVE_data_meta" : {
"data_format": "MITRE", "ASSIGNER" : "anemec@redhat.com",
"data_version": "4.0", "ID" : "CVE-2017-12164",
"CVE_data_meta": { "STATE" : "PUBLIC"
"ID": "CVE-2017-12164", },
"ASSIGNER": "anemec@redhat.com" "affects" : {
}, "vendor" : {
"affects": { "vendor_data" : [
"vendor": { {
"vendor_data": [ "product" : {
{ "product_data" : [
"vendor_name": "GNOME", {
"product": { "product_name" : "gdm",
"product_data": [ "version" : {
{ "version_data" : [
"product_name": "gdm", {
"version": { "version_value" : "3.24.1"
"version_data": [ }
{ ]
"version_value": "3.24.1" }
} }
] ]
} },
} "vendor_name" : "GNOME"
] }
} ]
} }
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "A flaw was discovered in gdm 3.24.1 where gdm greeter was no longer setting the ran_once boolean during autologin. If autologin was enabled for a victim, an attacker could simply select 'login as another user' to unlock their screen."
}
]
},
"impact" : {
"cvss" : [
[
{
"vectorString" : "4.1/CVSS:3.0/AV:P/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version" : "3.0"
}
]
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "CWE-592"
}
] ]
} }
}, ]
"problemtype": { },
"problemtype_data": [ "references" : {
{ "reference_data" : [
"description": [ {
{ "name" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-12164",
"lang": "eng", "refsource" : "CONFIRM",
"value": "CWE-592" "url" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-12164"
} },
] {
} "name" : "https://gitlab.gnome.org/GNOME/gdm/commit/ff98b28",
] "refsource" : "CONFIRM",
}, "url" : "https://gitlab.gnome.org/GNOME/gdm/commit/ff98b28"
"references": { }
"reference_data": [ ]
{ }
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-12164",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-12164",
"refsource": "CONFIRM"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "A flaw was discovered in the gdm 3.24.1 where gdm greeter was no longer setting the ran_once boolean during autologin. If autologin was enable for a victim, an attacker could simply select 'login as another user' to unlock their screen."
}
]
},
"impact": {
"cvss": [
[
{
"vectorString": "4.1/CVSS:3.0/AV:P/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.0"
}
]
]
}
} }

View File

@ -1,71 +1,72 @@
{ {
"data_type": "CVE", "CVE_data_meta" : {
"data_format": "MITRE", "ASSIGNER" : "anemec@redhat.com",
"data_version": "4.0", "ID" : "CVE-2017-7509",
"CVE_data_meta": { "STATE" : "PUBLIC"
"ID": "CVE-2017-7509", },
"ASSIGNER": "anemec@redhat.com" "affects" : {
}, "vendor" : {
"affects": { "vendor_data" : [
"vendor": { {
"vendor_data": [ "product" : {
{ "product_data" : [
"vendor_name": "Red Hat", {
"product": { "product_name" : "Certificate System",
"product_data": [ "version" : {
{ "version_data" : [
"product_name": "Certificate System", {
"version": { "version_value" : "pki-common-8.1.20-1"
"version_data": [ }
{ ]
"version_value": "pki-common-8.1.20-1" }
} }
] ]
} },
} "vendor_name" : "Red Hat"
] }
} ]
} }
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "An input validation error was found in Red Hat Certificate System's handling of client provided certificates before 8.1.20-1. If the certreq field is not present in a certificate an assertion error is triggered causing a denial of service."
}
]
},
"impact" : {
"cvss" : [
[
{
"vectorString" : "3.5/CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version" : "3.0"
}
]
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "CWE-20"
}
] ]
} }
}, ]
"problemtype": { },
"problemtype_data": [ "references" : {
{ "reference_data" : [
"description": [ {
{ "name" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-7509",
"lang": "eng", "refsource" : "CONFIRM",
"value": "CWE-20" "url" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-7509"
} }
] ]
} }
]
},
"references": {
"reference_data": [
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-7509",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-7509",
"refsource": "CONFIRM"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "An input validation error was found in Red Hat Certificate System's handling of client provided certificates before 8.1.20-1. If the certreq field is not present in a certificate an assertion error is triggered causing a denial of service."
}
]
},
"impact": {
"cvss": [
[
{
"vectorString": "3.5/CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
}
]
]
}
} }