CVE Published: 19/03/2020 |
CVE Updated: 05/08/2024 |
CVE Year: 2019 Source: redhat |
Vendor: Red Hat |
Product: newlib Status : PUBLISHED
CVE-2019-14877 Description
In the __mdiff function of the newlib libc library, all versions prior to 3.3.0 (see newlib/libc/stdlib/mprec.c), Balloc is used to allocate big integers, however no check is performed to verify if the allocation succeeded or not. The access to _wds and _sign will trigger a null pointer dereference bug in case of a memory allocation failure.