- Synchronized data.

This commit is contained in:
CVE Team 2018-11-01 10:05:53 -04:00
parent 8f2d9847a8
commit 83e34deb7f
No known key found for this signature in database
GPG Key ID: 0DA1F9F56BC892E8
2 changed files with 73 additions and 71 deletions

View File

@ -1,74 +1,75 @@
{ {
"data_type": "CVE", "CVE_data_meta" : {
"data_format": "MITRE", "ASSIGNER" : "lpardo@redhat.com",
"data_version": "4.0", "ID" : "CVE-2018-14660",
"CVE_data_meta": { "STATE" : "PUBLIC"
"ID": "CVE-2018-14660", },
"ASSIGNER": "lpardo@redhat.com" "affects" : {
}, "vendor" : {
"affects": { "vendor_data" : [
"vendor": { {
"vendor_data": [ "product" : {
{ "product_data" : [
"vendor_name": "[UNKNOWN]", {
"product": { "product_name" : "glusterfs",
"product_data": [ "version" : {
{ "version_data" : [
"product_name": "glusterfs", {
"version": { "version_value" : "affected versions through 4.1.4"
"version_data": [ },
{ {
"version_value": "affected versions through 4.1.4" "version_value" : "affected versions through 3.1.2"
}, }
{ ]
"version_value": "affected versions through 3.1.2" }
} }
] ]
} },
} "vendor_name" : "[UNKNOWN]"
] }
} ]
} }
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "A flaw was found in glusterfs server through versions 4.1.4 and 3.1.2 which allowed repeated usage of GF_META_LOCK_KEY xattr. A remote, authenticated attacker could use this flaw to create multiple locks for single inode by using setxattr repetitively resulting in memory exhaustion of glusterfs server node."
}
]
},
"impact" : {
"cvss" : [
[
{
"vectorString" : "6.5/CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version" : "3.0"
}
]
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "CWE-400"
}
] ]
} }
}, ]
"problemtype": { },
"problemtype_data": [ "references" : {
{ "reference_data" : [
"description": [ {
{ "name" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14660",
"lang": "eng", "refsource" : "CONFIRM",
"value": "CWE-400" "url" : "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14660"
} }
] ]
} }
]
},
"references": {
"reference_data": [
{
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14660",
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14660",
"refsource": "CONFIRM"
}
]
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "A flaw was found in glusterfs server through versions 4.1.4 and 3.1.2 which allowed repeated usage of GF_META_LOCK_KEY xattr. A remote, authenticated attacker could use this flaw to create multiple locks for single inode by using setxattr repetitively resulting in memory exhaustion of glusterfs server node."
}
]
},
"impact": {
"cvss": [
[
{
"vectorString": "6.5/CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
}
]
]
}
} }

View File

@ -70,6 +70,7 @@
"references" : { "references" : {
"reference_data" : [ "reference_data" : [
{ {
"name" : "http://support.zte.com.cn/support/news/LoopholeInfoDetail.aspx?newsId=1009783",
"refsource" : "CONFIRM", "refsource" : "CONFIRM",
"url" : "http://support.zte.com.cn/support/news/LoopholeInfoDetail.aspx?newsId=1009783" "url" : "http://support.zte.com.cn/support/news/LoopholeInfoDetail.aspx?newsId=1009783"
} }