CVE-2017-1000254

7.5 HIGH
Published: October 06, 2017 Modified: May 13, 2026
View on NVD

Description

libcurl may read outside of a heap allocated buffer when doing FTP. When libcurl connects to an FTP server and successfully logs in (anonymous or not), it asks the server for the current directory with the `PWD` command. The server then responds with a 257 response containing the path, inside double quotes. The returned path name is then kept by libcurl for subsequent uses. Due to a flaw in the string parser for this directory name, a directory name passed like this but without a closing double quote would lead to libcurl not adding a trailing NUL byte to the buffer holding the name. When libcurl would then later access the string, it could read beyond the allocated heap buffer and crash or wrongly access data beyond the buffer, thinking it was part of the path. A malicious server could abuse this fact and effectively prevent libcurl-based clients to work with it - the PWD command is always issued on new FTP connections and the mistake has a high chance of causing a segfault. The simple fact that this has issue remained undiscovered for this long could suggest that malformed PWD responses are rare in benign servers. We are not aware of any exploit of this flaw. This bug was introduced in commit [415d2e7cb7](https://github.com/curl/curl/commit/415d2e7cb7), March 2005. In libcurl version 7.56.0, the parser always zero terminates the string but also rejects it if not terminated properly with a final double quote.

AI Explanation

Get an AI-powered plain-language explanation of this vulnerability and remediation steps.

Login to generate AI explanation

CVSS v3.x Details

0.0 Low Medium High Critical 10.0
Vector String
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

References to Advisories, Solutions, and Tools

Patch Vendor Advisory Exploit Third Party Advisory
http://www.securityfocus.com/bid/101115
Source: cve@mitre.org
Third Party Advisory VDB Entry
http://www.securitytracker.com/id/1039509
Source: cve@mitre.org
Third Party Advisory VDB Entry
https://curl.haxx.se/673d0cd8.patch
Source: cve@mitre.org
Patch Vendor Advisory
https://curl.haxx.se/docs/adv_20171004.html
Source: cve@mitre.org
Patch Vendor Advisory
http://www.debian.org/security/2017/dsa-3992
Source: af854a3a-2127-422b-91ae-364da2661108
http://www.securityfocus.com/bid/101115
Source: af854a3a-2127-422b-91ae-364da2661108
Third Party Advisory VDB Entry
http://www.securitytracker.com/id/1039509
Source: af854a3a-2127-422b-91ae-364da2661108
Third Party Advisory VDB Entry
https://access.redhat.com/errata/RHSA-2018:2486
Source: af854a3a-2127-422b-91ae-364da2661108
https://access.redhat.com/errata/RHSA-2018:3558
Source: af854a3a-2127-422b-91ae-364da2661108
https://curl.haxx.se/673d0cd8.patch
Source: af854a3a-2127-422b-91ae-364da2661108
Patch Vendor Advisory
https://curl.haxx.se/docs/adv_20171004.html
Source: af854a3a-2127-422b-91ae-364da2661108
Patch Vendor Advisory
https://security.gentoo.org/glsa/201712-04
Source: af854a3a-2127-422b-91ae-364da2661108
https://support.apple.com/HT208331
Source: af854a3a-2127-422b-91ae-364da2661108

22 reference(s) from NVD

Quick Stats

CVSS v3 Score
7.5 / 10.0
EPSS (Exploit Probability)
8.5%
94th percentile
Exploitation Status
Not in CISA KEV

Weaknesses (CWE)

Affected Vendors

haxx