Description
libcurl had a flaw that when instructed to clear proxy authentication
credentials which made it not do so, leaving the old credentials around to get
used for subsequent transfers that should not know nor use them.
Published: 2026-07-03
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

According to the updated description, libcurl does not clear proxy authentication credentials when instructed, leaving stale credentials in memory. These stale credentials can be reused by subsequent transfers that should not have access to them, potentially exposing sensitive authentication information.

Affected Systems

The issue affects the libcurl library distributed as curl. No specific version numbers are listed in the CNA data, so any installation that invokes the proxy authentication clearing routine in libcurl and has not applied a fix may be vulnerable. Applications that embed libcurl and rely on proxy credentials are therefore exposed.

Risk and Exploitability

The high CVSS score signals severe potential impact, while the EPSS score of <1% indicates that exploitation is considered unlikely but not impossible. The vulnerability is not listed in the CISA KEV catalog. An attacker who can influence the use of libcurl could trigger the reuse of stale proxy credentials, allowing them to impersonate the original client or gain unauthorized access to upstream services. Although the flaw does not permit arbitrary code execution, it can compromise the confidentiality of proxy credentials and enable unauthorized upstream service access.

Generated by OpenCVE AI on August 3, 2026 at 05:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade libcurl to a version that includes the fix for the credential retention issue.
  • If an upgrade is not immediately feasible, modify application code or configuration to explicitly clear the proxy authentication state after each request or session so that stale credentials are not reused.
  • If neither of the above is possible, disable automatic proxy authentication or set the proxy credentials to null in the client configuration to prevent accidental reuse of stale credentials.

Generated by OpenCVE AI on August 3, 2026 at 05:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8487-1 curl vulnerabilities
History

Tue, 07 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-212
References
Metrics threat_severity

None

threat_severity

Important


Mon, 06 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Mon, 06 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-255

Sun, 05 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-255

Sun, 05 Jul 2026 05:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-256
CWE-322

Sat, 04 Jul 2026 17:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-256
CWE-322

Sat, 04 Jul 2026 12:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-269

Sat, 04 Jul 2026 05:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-269

Fri, 03 Jul 2026 21:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285
CWE-287

Fri, 03 Jul 2026 10:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-285
CWE-287

Fri, 03 Jul 2026 08:00:00 +0000

Type Values Removed Values Added
First Time appeared Curl
Curl curl
Vendors & Products Curl
Curl curl

Fri, 03 Jul 2026 06:45:00 +0000

Type Values Removed Values Added
Description libcurl had a flaw that when instructed to clear proxy authentication credentials which made it not do so, leaving the old credentials around to get used for subsequent transfers that should not know nor use them.
Title stale proxy password leak
References

cve-icon MITRE

Status: PUBLISHED

Assigner: curl

Published:

Updated: 2026-07-06T16:49:56.248Z

Reserved: 2026-05-20T12:59:41.444Z

Link: CVE-2026-9079

cve-icon Vulnrichment

Updated: 2026-07-06T16:49:51.324Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-03T07:16:25.620

Modified: 2026-07-07T15:05:55.933

Link: CVE-2026-9079

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-03T06:16:51Z

Links: CVE-2026-9079 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T05:45:03Z

Weaknesses
  • CWE-212

    Improper Removal of Sensitive Information Before Storage or Transfer

  • CWE-522

    Insufficiently Protected Credentials