curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

[SECURITY ADVISORY] curl: CVE-2023-27538: SSH connection too eager reuse still

From: Daniel Stenberg via curl-library <curl-library_at_lists.haxx.se>
Date: Mon, 20 Mar 2023 08:26:21 +0100 (CET)

CVE-2023-27538: SSH connection too eager reuse still
====================================================

Project curl Security Advisory, March 20th 2023 -
[Permalink](https://curl.se/docs/CVE-2023-27538.html)

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

libcurl would reuse a previously created connection even when an SSH related
option had been changed that should have prohibited reuse.

libcurl keeps previously used connections in a connection pool for subsequent
transfers to reuse if one of them matches the setup. However, two SSH settings
were left out from the configuration match checks, making them match too
easily.

We are not aware of any exploit of this flaw.

INFO
----
These are the options that were not considered in the check, so curl would
reuse a connection even if the subsequent transfer would have changed one or
more of these options.
- `CURLOPT_SSH_PUBLIC_KEYFILE`
- `CURLOPT_SSH_PRIVATE_KEYFILE`
This flaw was initially introduced in curl 7.16.1.
The Common Vulnerabilities and Exposures (CVE) project has assigned the name
CVE-2023-27538 to this issue.
This vulnerability is partially identical to
[CVE-2022-27782](https://curl.se/docs/CVE-2022-27782.html) since the fix for
that previous issue was bad and did not actually correct the problem for these
SSH options.
CWE-305: Authentication Bypass by Primary Weakness
The previos flaw CVE-2022-27782 was set to severity Medium, but since this is
a partial of that and affects only two options that rarely will change with
the expectation that the user will be different, this time we set it severity
Low.
Severity: Low
AFFECTED VERSIONS
-----------------
- Affected versions: curl 7.16.1 to and including 7.88.1
- Not affected versions: curl < 7.16.1 and curl >= 8.0.0
libcurl is used by many applications, but not always advertised as such!
THE SOLUTION
------------
The fix for [CVE-2023-27538](https://github.com/curl/curl/commit/af369db4d3833272b8ed)
RECOMMENDATIONS
--------------
  A - Upgrade curl to version 8.0.0
  B - Apply the patch to your local version
  C - Avoid SCP and SFTP transfers
TIMELINE
--------
This issue was reported to the curl project on March 9 2023. We contacted
distros_at_openwall on March 13, 2023.
curl 8.0.0 was released on March 20 2023, coordinated with the publication of
this advisory.
CREDITS
-------
- Reported-by: Harry Sintonen
- Patched-by: Daniel Stenberg
Thanks a lot!
-- 
  / daniel.haxx.se
  | Commercial curl support up to 24x7 is available!
  | Private help, bug fixes, support, ports, new features
  | https://curl.se/support.html
-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html
Received on 2023-03-20