CVE & CISA-KEV Catalog

CVE-2026-1965

MEDIUM
6.5
CVSS v3
NVD

Description

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 just 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).

How to fix

Remediation Available
curlDebian
Fixed in:8.19.0~rc3-1CVE-2026-1965
curlUbuntu
Fixed in:7.58.0-2ubuntu3.24+esm8USN-8099-1
Fixed in:7.68.0-1ubuntu2.25+esm3USN-8099-1
Fixed in:7.81.0-1ubuntu1.23USN-8084-1
Fixed in:8.5.0-2ubuntu10.8USN-8084-1
Fixed in:8.14.1-2ubuntu1.2USN-8084-1
libcurl3-gnutlsUbuntu
Fixed in:7.58.0-2ubuntu3.24+esm8USN-8099-1
Fixed in:7.68.0-1ubuntu2.25+esm3USN-8099-1
Fixed in:7.81.0-1ubuntu1.23USN-8084-1
libcurl3-nssUbuntu
Fixed in:7.58.0-2ubuntu3.24+esm8USN-8099-1
Fixed in:7.68.0-1ubuntu2.25+esm3USN-8099-1
Fixed in:7.81.0-1ubuntu1.23USN-8084-1
libcurl3t64-gnutlsUbuntu
Fixed in:8.5.0-2ubuntu10.8USN-8084-1
Fixed in:8.14.1-2ubuntu1.2USN-8084-1
libcurl4Ubuntu
Fixed in:7.58.0-2ubuntu3.24+esm8USN-8099-1
Fixed in:7.68.0-1ubuntu2.25+esm3USN-8099-1
Fixed in:7.81.0-1ubuntu1.23USN-8084-1
libcurl4t64Ubuntu
Fixed in:8.5.0-2ubuntu10.8USN-8084-1
Fixed in:8.14.1-2ubuntu1.2USN-8084-1

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityHigh
AvailabilityNone

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N

Exploit Intelligence

0.26%probability of exploitation in 30 days
17thpercentile

Low risk: more likely to be exploited than 17% of all known CVEs.

References

Patch1
Vendor Advisory1
Embed a live status badge for CVE-2026-1965
CVE-2026-1965 severity badge

Markdown

[![CVE-2026-1965](https://tridentstack.com/cve/badge/CVE-2026-1965.svg)](https://tridentstack.com/cve/CVE-2026-1965)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-1965"><img src="https://tridentstack.com/cve/badge/CVE-2026-1965.svg" alt="CVE-2026-1965"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-03-12.