CVE-2026-1965 | bad reuse of HTTP Negotiate connection

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

公開: 2026-03-11 最終更新: 2026-06-17 Assigner: 2499f714-1537-4658-8207-48ae4bb9eae9 ソース: 2499f714-1537-4658-8207-48ae4bb9eae9

総合評価: CVE-2026-1965 は低リスク(32.2/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 0.26%、17 パーセンタイル) 推奨対応: 悪用情報と EPSS の推移を監視し、必要に応じて優先度を見直してください。

リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。

CVE-2026-1965 の EPSS(Exploit Prediction Scoring System)スコア

EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。

# 日付 旧 EPSS スコア 新 EPSS スコア Δ(新 − 旧)
1 2026-06-15 0.06% 0.26% +0.20%
2 2026-03-12 0.04% 0.06% +0.02%
3 2026-03-11 0.04%

EPSS の全履歴 (全 3 件)

CVE-2026-1965 の CVSS(Common Vulnerability Scoring System)指標

この CVE の CVSS 指標。

ベーススコア バージョン 深刻度 ベクトル 悪用しやすさ 影響 スコアの出典
6.5 3.1 MEDIUM
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N クリックして展開
攻撃ベクター (AV:N)
インターネットなど、ルーティングされたネットワーク越しに遠隔から悪用しうる。端末の前にいる必要はない。
攻撃の複雑さ (AC:L)
攻撃者が条件を満たせば、レース条件や珍しい構成に依存せずに再現しやすい。
必要な権限 (PR:L)
一般ユーザー権限があれば足り、管理者(root 相当)は不要。
ユーザーの関与 (UI:N)
メールのリンクを開く、マクロを有効にするなど、被害者の協力がなくても成立しうる。
スコープ (S:U)
影響は脆弱コンポーネントと同一のセキュリティ権限・信頼境界の内側に収まる。
機密性への影響 (C:N)
機微情報の漏えいは想定しにくい。
完全性への影響 (I:H)
権限の奪取や広範なログ改竄など、システムの信頼根拠を揺るがす改ざんが現実的。
可用性への影響 (A:N)
業務継続に支障が出るレベルの停止や劣化は想定されない。
2.8 3.6 134c704f-9b21-4f2e-91b3-4a467353bcc0

CVE-2026-1965 の弱点分類(列挙)

CVE-2026-1965 の OS トラッカー

vendor priority summary link
alpine CVE-2026-1965: 1 source package rows (curl); 281 state rows across 6 repos (3.19-main, 3.20-main, 3.21-main, 3.22-main, 3.23-main, edge-main); fixed 1, open 280. https://security.alpinelinux.org/vuln/CVE-2026-1965
debian not yet assigned CVE-2026-1965 not yet assigned priority: Debian including 1 source packages (curl), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): open 3, resolved 2. https://security-tracker.debian.org/tracker/CVE-2026-1965
redhat medium https://access.redhat.com/security/cve/CVE-2026-1965
suse high CVE-2026-1965 severity important: SUSE including 304 source package names (1.1.1-1.44:libcurl4-8.14.1-150700.7.14.1, 13.2-9.77:curl-8.14.1-slfo.1.1_6.1, …), 493 product×package rows across 98 product lines (Container private-registry/harbor-trivy-adapter, Container suse/ltss/sle12.5/sles12sp5, … (98 product lines)): Fixed 254, Known Affected 231, First Fixed 8. https://www.suse.com/security/cve/CVE-2026-1965/
ubuntu medium CVE-2026-1965 medium priority: Ubuntu including 1 source packages (curl), 8 status rows across 8 suites (bionic, focal, jammy, noble, questing, trusty, upstream, xenial): released 5, not-affected 3. https://ubuntu.com/security/CVE-2026-1965

CVE-2026-1965 の影響を受けるソフトウェア/構成

ベンダー 製品 バージョン 生の CPE
haxx curl >= 7.10.6, < 8.19.0 cpe:2.3:a:haxx:curl:*:*:*:*:*:*:*:*

CVE-2026-1965 の参考情報

URL タグ
https://curl.se/docs/CVE-2026-1965.html Patch Vendor Advisory
https://curl.se/docs/CVE-2026-1965.json Vendor Advisory
cvelogic Threat Intelligence