HOMEVULNERABILITIESCVE-2026-1965
MEDIUM

CVE-2026-1965

Published: March 11, 2026· Updated: Mar 12, 2026

6.5
CVSS v3.1
EPSS:0.05%probability of exploitation in 30 daysPercentile:16.6th

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

NVD Source

Technical Analysis

CVE-2026-1965 can be exploited remotely over the network without requiring physical or adjacent access, significantly expanding the attack surface for threat actors.

Exploitation requires low privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

A successful exploit results in full integrity compromise (data manipulation), with a CVSS base score of 6.5.

CVSS v3.1 Vector Breakdown

Exploitability
Attack VectorNetwork
Attack ComplexityLow
Privileges Req.Low
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

Affected Vendors & Products

haxx1 product
curl
Source: NVD CPE · 1 total CPE entries

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

Official Patches & Advisories

All References (2)

Quick Facts

CVE IDCVE-2026-1965
CVSS Score6.5 / 10
SeverityMEDIUM
CISA KEVNo
EPSS (30d)0.05%
Affected1 vendor
PublishedMar 11, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-1965 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.