gnu glibc CVE-2020-6096 vulnerability in GNU and Other Products
Published on April 1, 2020

product logo product logo product logo product logo
An exploitable signed comparison vulnerability exists in the ARMv7 memcpy() implementation of GNU glibc 2.30.9000. Calling memcpy() (on ARMv7 targets that utilize the GNU glibc implementation) with a negative value for the 'num' parameter results in a signed comparison vulnerability. If an attacker underflows the 'num' parameter to memcpy(), this vulnerability could lead to undefined behavior such as writing to out-of-bounds memory and potentially remote code execution. Furthermore, this memcpy() implementation allows for program execution to continue in scenarios where a segmentation fault or crash should have occurred. The dangers occur in that subsequent execution and iterations of this code will be executed with this corrupted data.

Vendor Advisory Vendor Advisory Vendor Advisory NVD

Weakness Type

Signed to Unsigned Conversion Error

The software uses a signed primitive and performs a cast to an unsigned primitive, which can produce an unexpected value if the value of the signed primitive can not be represented using an unsigned primitive.


Products Associated with CVE-2020-6096

You can be notified by email with stack.watch whenever vulnerabilities like CVE-2020-6096 are published in these products:

 
 
 
 

Exploit Probability

EPSS
1.90%
Percentile
83.17%

EPSS (Exploit Prediction Scoring System) scores estimate the probability that a vulnerability will be exploited in the wild within the next 30 days. The percentile shows you how this score compares to all other vulnerabilities.