← Back to CVE List

CVE-2018-16840

Published: 2018-10-31T18:29Z
Last Modified: 2024-11-21T03:53Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
A heap use-after-free flaw was found in curl versions from 7.59.0 through 7.61.1 in the 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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt