Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2021-22897: curl - schannel cipher selection surprise

curl 7.61.0 through 7.76.1 suffers from exposure of data element to wrong session due to a mistake in the code for CURLOPT_SSL_CIPHER_LIST when libcurl is built to use the Schannel TLS library. The selected cipher set was stored in a single “static” variable in the library, which has the surprising side-effect that if an application sets up multiple concurrent transfers, the last one that sets the ciphers will accidentally control the set used by all transfers. In a worst-case scenario, this weakens transport security significantly.

CVE
#vulnerability#windows#microsoft

Project curl Security Advisory, May 26th 2021 - Permalink

VULNERABILITY

libcurl lets applictions specify which specific TLS ciphers to use in transfers, using the option called CURLOPT_SSL_CIPHER_LIST. The cipher selection is used for the TLS negotation when a transfer is done involving any of the TLS based transfer protocols libcurl supports, such as HTTPS, FTPS, IMAPS, POP3S, SMTPS etc.

Due to a mistake in the code, the selected cipher set was stored in a single “static” variable in the library, which has the surprising side-effect that if an application sets up multiple concurrent transfers, the last one that sets the ciphers will accidentally control the set used by all transfers. In a worst-case scenario, this weakens transport security significantly.

We are not aware of any exploit of this flaw.

INFO

This flaw has existed in libcurl since commit 9aefbff30d280c60fc in libcurl 7.61.0, released on July 11, 2018.

It can only trigger when Schannel is used, which is the native TLS library in Microsoft Windows.

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

CWE-488: Exposure of Data Element to Wrong Session

Severity: Low

AFFECTED VERSIONS

This issue only exists when libcurl is built to use Schannel.

  • Affected versions: libcurl 7.61.0 to and including 7.76.1
  • Not affected versions: libcurl < 7.61.0 and libcurl >= 7.77.0

Also note that libcurl is used by many applications, and not always advertised as such.

THE SOLUTION

Store the cipher selection in data associated with the connection.

A fix for CVE-2021-22897

RECOMMENDATIONS

If you’re using an Schannel based libcurl, We suggest you take one of the following actions immediately, in order of preference:

A - Upgrade libcurl to version 7.77.0

B - Apply the patch to your local version

C - Avoid using CURLOPT_SSL_CIPHER_LIST

TIMELINE

This issue was reported to the curl project on April 23, 2021.

This advisory was posted on May 26, 2021.

CREDITS

This issue was reported by Harry Sintonen. Patch by Daniel Stenberg.

Thanks a lot!

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda
CVE-2023-6905
CVE-2023-6903
CVE-2023-6904
CVE-2023-3907