Use After Free
CVE-2020-14354
Summary
A possible use-after-free and double-free in c-ares lib prior to version 1.16.1 if "ares_destroy()" is called prior to "ares_getaddrinfo()" completing. This flaw possibly allows an attacker to crash the service that uses c-ares lib. The highest threat from this vulnerability is to this service availability.
- LOW
- LOCAL
- NONE
- UNCHANGED
- NONE
- LOW
- NONE
- LOW
CWE-416 - Use After Free
Use-after-free (UaF) vulnerability occurs when the application is using a pointer to memory that has been freed. Any attempt to read/write to a buffer after it is de-allocated allows memory corruption, sensitive information exposure, and can potentially lead to arbitrary code execution.
References
Advisory Timeline
- Published