2020-03-19 12:15:31 +01:00
{
2020-03-19 16:01:27 +00:00
"data_type" : "CVE" ,
"data_format" : "MITRE" ,
"data_version" : "4.0" ,
"CVE_data_meta" : {
"ID" : "CVE-2019-14878" ,
"ASSIGNER" : "secalert@redhat.com" ,
"STATE" : "PUBLIC"
} ,
"affects" : {
"vendor" : {
"vendor_data" : [
{
"vendor_name" : "Red Hat" ,
"product" : {
"product_data" : [
{
"product_name" : "newlib" ,
"version" : {
"version_data" : [
{
"version_value" : "all newlib versions prior to 3.3.0"
}
]
}
}
]
2020-03-19 12:15:31 +01:00
}
}
]
}
2020-03-19 16:01:27 +00:00
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "CWE-476"
}
]
}
]
} ,
"references" : {
"reference_data" : [
{
"url" : "https://census-labs.com/news/2020/01/31/multiple-null-pointer-dereference-vulnerabilities-in-newlib/" ,
"name" : "https://census-labs.com/news/2020/01/31/multiple-null-pointer-dereference-vulnerabilities-in-newlib/" ,
"refsource" : "CONFIRM"
}
]
} ,
"description" : {
"description_data" : [
2020-03-19 12:15:31 +01:00
{
"lang" : "eng" ,
2020-03-19 16:01:27 +00:00
"value" : "In the __d2b function of the newlib libc library, all versions prior to 3.3.0 (see newlib/libc/stdlib/mprec.c), Balloc is used to allocate a big integer, however no check is performed to verify if the allocation succeeded or not. Accessing _x will trigger a null pointer dereference bug in case of a memory allocation failure."
2020-03-19 12:15:31 +01:00
}
2020-03-19 16:01:27 +00:00
]
} ,
"impact" : {
2020-03-19 12:15:31 +01:00
"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"
}
]
]
2020-03-19 16:01:27 +00:00
}
}