Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2017-1000257

9.1 · CRITICAL
Published Oct 31, 2017 haxx CWE-119 EPSS 6.22% (93th pctl)

Overview

CVE-2017-1000257 is a critical-severity vulnerability affecting haxx libcurl. It was published on October 31, 2017 and has a CVSS 3.1 base score of 9.1 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.1, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

An IMAP FETCH response line indicates the size of the returned data, in number of bytes. When that response says the data is zero bytes, libcurl would pass on that (non-existing) data with a pointer and the size (zero) to the deliver-data function. libcurl's deliver-data function treats zero as a magic number and invokes strlen() on the data to figure out the length. The strlen() is called on a heap based buffer that might not be zero terminated so libcurl might read beyond the end of it into whatever memory lies after (or just crash) and then deliver that to the application as if it was actually downloaded.

Remediation

Check the references section for vendor advisories and patches from haxx. Update libcurl to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
haxx libcurl 7.20.0 Affected

Frequently Asked Questions

What is CVE-2017-1000257?

CVE-2017-1000257 is a critical-severity vulnerability affecting haxx libcurl. It was published on October 31, 2017 and has a CVSS 3.1 base score of 9.1 (CRITICAL).

How severe is CVE-2017-1000257?

This vulnerability has a CVSS 3.1 base score of 9.1, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2017-1000257?

Check the references section for vendor advisories and patches from haxx. Update libcurl to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2017-1000257?

CyberStrike's AI-powered security agents can automatically detect CVE-2017-1000257 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.