Vulnerabilities (CVE)

Filtered by vendor Haxx Subscribe
Filtered by product Libcurl
Total 61 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2016-8622 1 Haxx 1 Libcurl 2024-11-21 7.5 HIGH 3.7 LOW
The URL percent-encoding decode function in libcurl before 7.51.0 is called `curl_easy_unescape`. Internally, even if this function would be made to allocate a unscape destination buffer larger than 2GB, it would return that new length in a signed 32 bit integer variable, thus the length would get either just truncated or both truncated and turned negative. That could then lead to libcurl writing outside of its heap based buffer.