Skip to main content

libcurl CVE-2026-11856

| EUVDEUVD-2026-41501 CRITICAL
Authentication Bypass by Capture-replay (CWE-294)
Critical
Disputed · 9.8 Vendor
Share

Severity by source

Sources disagree (Medium–Critical)
Vendor (CNA) PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
5.9 MEDIUM

Requires the specific handle-reuse and origin-change sequence with Digest auth, so AC:H; impact is credential disclosure only, hence C:H with I:N/A:N, unlike the inflated 9.8.

3.1 AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
4.0 AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
SUSE
5.3 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Red Hat
6.5 MEDIUM
qualitative

vuln.today treats the vendor’s rating as authoritative. A higher third-party CVSS (e.g. CISA-ADP) is shown for transparency but does not drive the headline severity.

CVSS VectorVendor

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Analysis Updated
Jul 06, 2026 - 19:34 vuln.today
v3 (cvss_changed)
Analysis Updated
Jul 06, 2026 - 19:34 vuln.today
v2 (cvss_changed)
Re-analysis Queued
Jul 06, 2026 - 19:22 vuln.today
cvss_changed
CVSS changed
Jul 06, 2026 - 19:22 NVD
9.8 (CRITICAL)
Analysis Generated
Jun 24, 2026 - 18:32 vuln.today

Description PRE-NVD

Disclosed via oss-security. NVD scoring and full description are pending.

AnalysisAI

Cross-origin credential leakage in libcurl (curl 7.10.6 through 8.20.0) causes the HTTP Digest 'Authorization:' header computed for one origin (hostA) to be wrongly reused on a subsequent transfer to a different origin (hostB) when an application reuses the same easy handle. This exposes Digest authentication credentials to an unintended, potentially attacker-controlled host, and is tracked as an Information Disclosure issue (EUVD-2026-41501). No public exploit identified at time of analysis; EPSS is low at 0.25% (16th percentile) and it is not in CISA KEV, so this is a latent credential-exposure bug rather than a demonstrated mass-exploitation threat.

Technical ContextAI

libcurl is the transfer library underlying the curl command-line tool and is embedded in a vast range of applications, languages and appliances. The bug lives in libcurl's HTTP Digest authentication state handling: when a single easy handle is reused for sequential transfers (a common performance pattern to reuse connections and state), the credential material bound to the first origin's Digest challenge is not correctly scoped and cleared when the target origin changes. The result is that the 'Authorization:' header calculated for hostA is emitted on the request to hostB. This is a CWE-200/CWE-522-class flaw (exposure of sensitive information / insufficiently protected credentials); the NVD record lists CWE as N/A. Affected versions per the EUVD span essentially the entire modern curl history (7.10.6 up to and including 8.20.0), indicating a long-standing state-management defect rather than a recent regression.

RemediationAI

Upgrade libcurl to the fixed release published in the curl project advisory at https://curl.se/docs/CVE-2026-11856.html; the input data does not include a confirmed exact fix version, so verify the patched version directly from that advisory before deploying (no vendor-released patch version is independently confirmed from the provided data - do not assume a version number). As a code-level mitigation until patched, applications should avoid reusing the same easy handle across transfers to different HTTP origins, or explicitly reset credential state between such transfers (for example calling curl_easy_reset on the handle, or clearing CURLOPT_USERPWD/CURLOPT_HTTPAUTH before switching origins); the trade-off is loss of connection/state reuse and a minor performance cost. Additionally, prefer not to use Digest auth against endpoints where the destination origin can change dynamically or be influenced by untrusted input, and scope credentials to a dedicated handle per origin.

More in Curl

View all
CVE-2013-0249 HIGH POC
7.5 Mar 08

Stack-based buffer overflow in the Curl_sasl_create_digest_md5_message function in lib/curl_sasl.c in curl and libcurl 7

CVE-2015-3145 HIGH
7.5 Apr 24

The sanitize_cookie_path function in cURL and libcurl 7.31.0 through 7.41.0 does not properly calculate an index, which

CVE-2022-32221 CRITICAL POC
9.8 Dec 05

When doing HTTP(S) transfers, libcurl might erroneously use the read callback (`CURLOPT_READFUNCTION`) to ask for data t

CVE-2022-32207 CRITICAL POC
9.8 Jul 07

When curl < 7.84.0 saves cookies, alt-svc and hsts data to local files, it makes the operation atomic by finalizing the

CVE-2018-0500 CRITICAL POC
9.8 Jul 11

Curl_smtp_escape_eob in lib/smtp.c in curl 7.54.1 to and including curl 7.60.0 has a heap-based buffer overflow that mig

CVE-2023-23914 CRITICAL POC
9.1 Feb 23

A cleartext transmission of sensitive information vulnerability exists in curl <v7.88.0 that could cause HSTS functional

CVE-2023-27534 HIGH POC
8.8 Mar 30

A path traversal vulnerability exists in curl <8.0.0 SFTP implementation causes the tilde (~) character to be wrongly re

CVE-2023-27533 HIGH POC
8.8 Mar 30

A vulnerability in input validation exists in curl <8.0 during communication using the TELNET protocol may allow an atta

CVE-2025-0665 HIGH POC
7.0 Feb 05

A double-close vulnerability exists in libcurl when tearing down connection channels after threaded name resolution, cau

CVE-2022-27778 HIGH POC
8.1 Jun 02

A use of incorrectly resolved name vulnerability fixed in 7.83.1 might remove the wrong file when `--no-clobber` is used

CVE-2021-22901 HIGH POC
8.1 Jun 11

curl 7.75.0 through 7.76.1 suffers from a use-after-free vulnerability resulting in already freed memory being used when

CVE-2020-8177 HIGH POC
7.8 Dec 14

curl 7.20.0 through 7.70.0 is vulnerable to improper restriction of names for files and other resources that can lead to

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
SLES15-SP5-CHOST-BYOS-SAP-CCloud Affected
SLES15-SP6-CHOST-BYOS Affected
SLES15-SP6-CHOST-BYOS-Aliyun Affected
SLES15-SP6-CHOST-BYOS-Azure Affected
SLES15-SP6-CHOST-BYOS-EC2 Affected

Share

CVE-2026-11856 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy