curl / Docs / curl CVEs / GSS delegation too eager connection re-use
Awarded 480 USD

CVE-2023-27536

GSS delegation too eager connection re-use

Project curl Security Advisory, March 20th 2023 - Permalink

VULNERABILITY

libcurl would reuse a previously created connection even when the GSS delegation (CURLOPT_GSSAPI_DELEGATION) option had been changed that could have changed the user's permissions in a second transfer.

libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse if one of them matches the setup. However, this GSS delegation setting was left out from the configuration match checks, making them match too easily, affecting krb5/kerberos/negotiate/GSSAPI transfers.

INFO

CWE-305: Authentication Bypass by Primary Weakness

Severity: Low

AFFECTED VERSIONS

libcurl is used by many applications, but not always advertised as such!

SOLUTION

RECOMMENDATIONS

A - Upgrade curl to version 8.0.0

B - Apply the patch to your local version

C - Do not use the CURLOPT_GSSAPI_DELEGATION option

TIMELINE

This issue was reported to the curl project on March 7, 2023. We contacted distros@openwall on March 13, 2023.

curl 8.0.0 was released on March 20 2023, coordinated with the publication of this advisory.

CREDITS

Thanks a lot!