Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 633430 (CVE-2017-1000254)

Summary: <net-misc/curl-7.56.0: FTP PWD response parser out of bounds read
Product: Gentoo Security Reporter: Agostino Sarubbo <ago>
Component: VulnerabilitiesAssignee: Gentoo Security <security>
Status: RESOLVED FIXED    
Severity: normal CC: blueness
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.openwall.com/lists/oss-security/2017/10/04/1
Whiteboard: A3 [glsa cve glsa blocked]
Package list:
Runtime testing required: ---
Bug Depends on: 635140    
Bug Blocks:    

Description Agostino Sarubbo gentoo-dev 2017-10-04 06:35:20 UTC
From ${URL} :

FTP PWD response parser out of bounds read
==========================================

Project curl Security Advisory, October 4th 2017 -
[Permalink](https://curl.haxx.se/docs/adv_20171004.html)

VULNERABILITY
-------------

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 issue has 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.

INFO
----

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.

The Common Vulnerabilities and Exposures (CVE) project has assigned the name
CVE-2017-1000254 to this issue.

AFFECTED VERSIONS
-----------------

- Affected versions: libcurl 7.7 to and including 7.55.1
- Not affected versions: libcurl < 7.7 and >= 7.56.0

curl is used by many applications, but not always advertised as such.

THE SOLUTION
------------

A [patch for CVE-2017-1000254](https://curl.haxx.se/CVE-2017-1000254.patch) is
available.

RECOMMENDATIONS
---------------

We suggest you take one of the following actions immediately, in order of
preference:

  A - Upgrade curl to version 7.56.0

  B - Apply the patch to your version and rebuild

  C - Switch off FTP in `CURLOPT_PROTOCOLS`

TIME LINE
---------

It was reported to the curl project on September 24, 2017.  We contacted
distros@openwall on September 25.

curl 7.56.0 was released on October 4 2017, coordinated with the publication
of this advisory.

CREDITS
-------

Reported by Max Dymond. Patch by Daniel Stenberg.


@maintainer(s): after the bump, in case we need to stabilize the package, please let us know if it is ready for the stabilization or not.
Comment 1 Aleksandr Wagner (Kivak) 2017-10-19 20:22:29 UTC
The version with the fix is in the tree.

@ Maintainer(s): Please state if the package is ready for stabilization.
Comment 2 GLSAMaker/CVETool Bot gentoo-dev 2017-12-14 18:48:01 UTC
This issue was resolved and addressed in
 GLSA 201712-04 at https://security.gentoo.org/glsa/201712-04
by GLSA coordinator Thomas Deutschmann (whissi).