Improper Certificate Validation Affecting libcurl-minimal package, versions <0:7.61.1-22.el8_6.3
Snyk CVSS
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-CENTOS8-LIBCURLMINIMAL-2823395
- published 11 May 2022
- disclosed 11 May 2022
Introduced: 11 May 2022
CVE-2022-27782 Open this link in a new tabHow to fix?
Upgrade Centos:8
libcurl-minimal
to version 0:7.61.1-22.el8_6.3 or higher.
NVD Description
Note: Versions mentioned in the description apply only to the upstream libcurl-minimal
package and not the libcurl-minimal
package as distributed by Centos:8
.
See How to fix?
for Centos:8
relevant fixed versions and status.
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.