Exploitation Summary
EIP tracks 1 public exploit for CVE-2015-3145. PoCs published by serz999.
AI-analyzed exploit summary This repository demonstrates CVE-2015-3145, a vulnerability in libcurl 7.34.0 where the `sanitize_cookie_path()` function mishandles paths containing double quotes or null bytes. The PoC uses AFL fuzzing with AddressSanitizer to trigger a crash, showcasing the bug.
Description
The sanitize_cookie_path function in cURL and libcurl 7.31.0 through 7.41.0 does not properly calculate an index, which allows remote attackers to cause a denial of service (out-of-bounds write and crash) or possibly have other unspecified impact via a cookie path containing only a double-quote character.
Exploits (1)
This repository demonstrates CVE-2015-3145, a vulnerability in libcurl 7.34.0 where the `sanitize_cookie_path()` function mishandles paths containing double quotes or null bytes. The PoC uses AFL fuzzing with AddressSanitizer to trigger a crash, showcasing the bug.