Curl versions 7.59.0 to 7.61.1 are vulnerable to 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 nulling the pointer) and might then subsequently erroneously write to a struct field within that already freed struct.
Acknowledgments: Name: the Curl project Upstream: Brian Carpenter (Geeknik Labs)
External Reference: https://curl.haxx.se/docs/CVE-2018-16840.html Upstream Patch: https://github.com/curl/curl/commit/81d135d67155c5295b1033679c606165d4e28f3f
Created curl tracking bugs for this issue: Affects: fedora-all [bug 1644555] Created mingw-curl tracking bugs for this issue: Affects: epel-7 [bug 1644556]