CVE Catalog

CVE-2022-27782

High
Published: Translated: NVD NIST

Summary

libcurl has an issue with reusing previously created connections even when TLS or SSH-related options have been changed that should prohibit reuse. Several TLS and SSH settings were left out from the configuration match checks, making them match too easily.

Risk Assessment

Organizations may be exposed to attacks that exploit improper connection reuse, potentially leading to unauthorized access to data or services. Changes to TLS and SSH settings are not properly enforced, increasing the risk.

Recommendation

It is recommended to update the libcurl library to the latest version to resolve the connection reuse issue and review TLS and SSH settings to ensure proper configuration.

Other vulnerabilities in libcurl

See all
Original NVD description (English source)

libcurl would reuse a previously created connection even when a TLS or SSHrelated option had been changed that should have prohibited reuse.libcurl keeps previously used connections in a connection pool for subsequenttransfers to reuse if one of them matches the setup. However, several TLS andSSH settings were left out from the configuration match checks, making themmatch too easily.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS