libcurl can in some circumstances reuse the wrong connection when asked to do an Negotiate-authenticated HTTP or HTTPS request.
libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid overhead.
When reusing a connection a range of criterion must first be met. Due to a logical error in the code, a request that was issued by an application could wrongfully reuse an existing connection to the same server that was authenticated using different credentials. One underlying reason being that Negotiate sometimes authenticates *connections* and not *requests*, contrary to how HTTP is designed to work.
An application that allows Negotiate authentication to a server (that responds wanting Negotiate) with `user1:password1` and then does another operation to the same server also using Negotiate but with `user2:password2` (while the previous connection is still alive) - the second request wrongly reused the same connection and since it then sees that the Negotiate negotiation is already made, it sends the request over that connection thinking it uses the user2 credentials when it is in fact still using the connection authenticated for user1...
The set of authentication methods to use is set with `CURLOPT_HTTPAUTH`.
Applications can disable libcurl's reuse of connections and thus mitigate this problem, by using one of the following libcurl options to alter how connections are or are not reused: `CURLOPT_FRESH_CONNECT`, `CURLOPT_MAXCONNECTS` and `CURLMOPT_MAX_HOST_CONNECTIONS` (if using the curl_multi API).
CVSS Details
- CVSS 3.1 Base Score: 6.5
- CVSS 3.1 Vector: (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N)
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Alpine Linux | — | Upgrade curl | May 20, 2026 | Mar 11, 2026 |
| Debian | — | Upgrade curl | Jul 23, 2026 | Jul 23, 2026 |
| Freebsd | — | Upgrade curl | Mar 12, 2026 | Mar 11, 2026 |
| Ibm Aix | — | Apply the fix or workaround for curl_advisory10 | Jun 28, 2026 | Jun 26, 2026 |
| Redhat_linux | — | Upgrade libcurlUpgrade curl-debuginfoUpgrade libcurl-debuginfoNo solution existsUpgrade curl-minimal-debuginfoUpgrade libcurl-minimalUpgrade curlUpgrade libcurl-minimal-debuginfoUpgrade curl-minimalUpgrade curl-debugsourceUpgrade libcurl-devel | Jul 17, 2026 | Mar 11, 2026 |
| Rocky_linux | — | Upgrade libcurlUpgrade curl-debuginfoUpgrade curl-minimal-debuginfoUpgrade libcurl-minimal-debuginfoUpgrade curl-debugsourceUpgrade curl-minimalUpgrade libcurl-develUpgrade curlUpgrade libcurl-minimalUpgrade libcurl-debuginfo | Aug 20, 2026 | Aug 17, 2026 |
| Suse | — | Upgrade curlUpgrade libcurl-mini4Upgrade curl-fish-completionUpgrade libcurl-develUpgrade libcurl-devel-32bitUpgrade libcurl4-32bitUpgrade curl-zsh-completionUpgrade libcurl4Upgrade libcurl-devel-doc | Mar 13, 2026 | Mar 12, 2026 |
| Ubuntu | — | Upgrade curl (Ubuntu Pro)Upgrade curlUpgrade libcurl4t64Upgrade libcurl3t64-gnutlsUpgrade libcurl4Upgrade libcurl3-gnutlsUpgrade libcurl3-nss (Ubuntu Pro)Upgrade libcurl3-nssUpgrade libcurl4 (Ubuntu Pro)Upgrade libcurl3-gnutls (Ubuntu Pro) | Mar 12, 2026 | Mar 11, 2026 |
| Vmware Photon_os | — | Use 'tdnf update' to upgrade all packages to the latest version. | May 27, 2026 | Mar 11, 2026 |
Prioritise with Active Threat Intelligence
With curated Threat Intelligence, you can see which vulnerabilities truly put you at risk, prioritize what matters most, and act before attackers do.
Explore Intelligence Hub