cvelist/2018/6xxx/CVE-2018-6331.json

69 lines
2.0 KiB
JSON
Raw Normal View History

2018-01-26 15:02:43 -05:00
{
2018-12-31 18:04:32 -05:00
"CVE_data_meta" : {
"ASSIGNER" : "cve-assign@fb.com",
"DATE_ASSIGNED" : "2018-03-26",
"ID" : "CVE-2018-6331",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
2018-12-31 15:34:30 -05:00
{
2018-12-31 18:04:32 -05:00
"product" : {
"product_data" : [
{
"product_name" : "Buck",
"version" : {
"version_data" : [
{
"version_affected" : "!=>",
"version_value" : "v2018.06.25.01"
},
{
"version_affected" : "<=",
"version_value" : "v2018.06.25.01"
}
]
}
}
]
},
"vendor_name" : "Facebook"
2018-12-31 15:34:30 -05:00
}
2018-12-31 18:04:32 -05:00
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "Buck parser-cache command loads/saves state using Java serialized object. If the state information is maliciously crafted, deserializing it could lead to code execution. This issue affects Buck versions prior to v2018.06.25.01."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "Deserialization of Untrusted Data (CWE-502)"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "https://github.com/facebook/buck/commit/8c5500981812564877bd122c0f8fab48d3528ddf",
"refsource" : "MISC",
"url" : "https://github.com/facebook/buck/commit/8c5500981812564877bd122c0f8fab48d3528ddf"
}
]
}
2018-01-26 15:02:43 -05:00
}