Search
Search is not available in local development.
Run npx pagefind --site __site after building to enable it.
JLSEC-2026-1217 High 7.5

libcurl would reuse a previously created connection even when some mTLS config related option had...

JLSEC Published
Modified
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Affected Packages
CURL_jll < 8.21.0+0
LibCURL_jll < 8.21.0+0

libcurl would reuse a previously created connection even when some mTLS config related option had been changed that should have prohibited reuse.

libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse if one of them matches the setup. However, some TLS settings related to client certificates were left out from the configuration match checks, making them match too easily. In particular options related to the private key.

References