Skip to main content

Double Free

CVE-2016-8618

Severity High
Score 9.8/10

Summary

The libcurl API function called `curl_maprintf()` versions 5.4 through 7.50.3 can be tricked into doing a double-free due to an unsafe `size_t` multiplication, on systems using 32 bit `size_t` variables.

  • LOW
  • NETWORK
  • HIGH
  • UNCHANGED
  • NONE
  • NONE
  • HIGH
  • HIGH

CWE-415 - Double Free

The product calls free() twice on the same memory address, potentially leading to modification of unexpected memory locations.

Advisory Timeline

  • Published