cvelist/2018/12xxx/CVE-2018-12247.json

68 lines
1.9 KiB
JSON
Raw Normal View History

2018-06-12 10:04:23 -04:00
{
"CVE_data_meta" : {
"ASSIGNER" : "cve@mitre.org",
"ID" : "CVE-2018-12247",
"STATE" : "PUBLIC"
},
"affects" : {
"vendor" : {
"vendor_data" : [
{
"product" : {
"product_data" : [
{
"product_name" : "n/a",
"version" : {
"version_data" : [
{
"version_value" : "n/a"
}
]
}
}
]
},
"vendor_name" : "n/a"
}
]
}
},
"data_format" : "MITRE",
"data_type" : "CVE",
"data_version" : "4.0",
"description" : {
"description_data" : [
{
"lang" : "eng",
"value" : "An issue was discovered in mruby 1.4.1. There is a NULL pointer dereference in mrb_class, related to certain .clone usage, because mrb_obj_clone in kernel.c copies flags other than the MRB_FLAG_IS_FROZEN flag (e.g., the embedded flag)."
}
]
},
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng",
"value" : "n/a"
}
]
}
]
},
"references" : {
"reference_data" : [
{
"name" : "https://github.com/mruby/mruby/commit/55edae0226409de25e59922807cb09acb45731a2",
"refsource" : "MISC",
"url" : "https://github.com/mruby/mruby/commit/55edae0226409de25e59922807cb09acb45731a2"
},
{
"name" : "https://github.com/mruby/mruby/issues/4036",
"refsource" : "MISC",
"url" : "https://github.com/mruby/mruby/issues/4036"
}
]
}
}