CVE
CVE-2022-27782
CVE ID |
CVE-2022-27782
|
---|---|
CVSS Score |
7.5
|
Operating System | |
Affected Versions |
CentOS 8
|
Patched Versions |
7.61.1-22_ol002.el8
|
Patch Date |
|
Additional Information
NVD Listing: https://nvd.nist.gov/vuln/detail/CVE-2022-27782
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.