libcurl contains a heap use after free flaw in code related to closing an easy handle.
When closing and cleaning up an "easy" handle in the Curl_close()
function,
the library code first frees a struct (without clearing the pointer) and might
then subsequently erroneously write to a struct field within that already
freed struct.
{ "CWE": { "id": "CWE-416", "desc": "Use After Free" }, "award": { "amount": "100", "currency": "USD" }, "URL": "https://curl.se/docs/CVE-2018-16840.json", "package": "curl", "severity": "Low", "www": "https://curl.se/docs/CVE-2018-16840.html", "last_affected": "7.61.1" }