Heap Use-After-Free Vulnerability in cURL by Daniel Stenberg
CVE-2018-16840
9.8CRITICAL
What is CVE-2018-16840?
A heap use-after-free vulnerability exists in cURL versions 7.59.0 to 7.61.1. The issue arises in the handling of 'easy' handles, where the Curl_close()
function improperly frees a struct without nullifying its pointer. This oversight can lead to unintentional writes to fields in memory that have already been freed, potentially causing application instability or other unintended behaviors.
Affected Version(s)
curl from 7.59.0 to 7.61.1