libcurl would reuse a previously created connection even...
High severity
Unreviewed
Published
Jun 3, 2022
to the GitHub Advisory Database
•
Updated Apr 7, 2024
Description
Published by the National Vulnerability Database
Jun 2, 2022
Published to the GitHub Advisory Database
Jun 3, 2022
Last updated
Apr 7, 2024
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.
References