Description
A flaw in curl’s cookie parsing logic allows a malicious HTTP server to set
'super cookies' that bypass the Public Suffix List check. This enables an
attacker-controlled origin to inject cookies that curl subsequently scopes and
transmits to unrelated third-party domains.
Published: 2026-07-03
Score: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in curl’s cookie parsing logic allows a malicious HTTP server to set 'super cookies' that bypass the Public Suffix List check. The attacker can inject cookies that curl scopes and transmits to unrelated third‑party domains, effectively bypassing the public‑suffix list mechanism (CWE‑565). The description of the issue has been revised, but the fundamental impact remains the same: potential exposure or modification of data carried in these cookies.

Affected Systems

All installations of the curl client that have not applied the recent patch are affected. The CNA lists only the generic 'curl:curl' product without version constraints, meaning any instance of curl prior to the fix remains vulnerable. Administrators should confirm the presence of the update in their environment.

Risk and Exploitability

The CVSS score of 9.1 indicates high severity. The EPSS score of less than 1% shows a very low probability of exploitation at present, and the vulnerability is not listed in the CISA KEV catalog. The most likely attack vector is remote: an attacker hosts a malicious HTTP server that issues traffic with a crafted cookie header. Any curl client that performs a request to that server will store and later forward the super cookie to other domains, potentially leaking sensitive data. The attack requires no special privileges or software on the client side beyond the presence of curl.

Generated by OpenCVE AI on July 23, 2026 at 16:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade curl to the latest release that contains the patch for CVE-2026-8924.
  • If an immediate upgrade is not possible, run curl with the --no-cookie option, use an empty --cookie-jar, or set CURLOPT_COOKIEFILE to an empty string in application code to disable automatic cookie handling.
  • For applications that must use cookies, validate and sanitize cookie attributes before sending them to any domain; reject any cookie that originates from an untrusted or external source to mitigate the CWE‑565 flaw.

Generated by OpenCVE AI on July 23, 2026 at 16:26 UTC.

Tracking

Sign in to view the affected projects.

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

Wed, 08 Jul 2026 00:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-610

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

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

None

threat_severity

Moderate


Tue, 07 Jul 2026 08:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-610

Mon, 06 Jul 2026 22:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

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

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


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

Type Values Removed Values Added
Weaknesses CWE-20

Mon, 06 Jul 2026 04:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

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

Type Values Removed Values Added
Weaknesses CWE-284

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

Type Values Removed Values Added
Weaknesses CWE-20

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

Type Values Removed Values Added
Weaknesses CWE-20

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

Type Values Removed Values Added
Weaknesses CWE-20
CWE-639

Sat, 04 Jul 2026 01:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-639

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

Type Values Removed Values Added
Weaknesses CWE-20
CWE-613

Fri, 03 Jul 2026 13:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-613

Fri, 03 Jul 2026 11:15: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 A flaw in curl’s cookie parsing logic allows a malicious HTTP server to set 'super cookies' that bypass the Public Suffix List check. This enables an attacker-controlled origin to inject cookies that curl subsequently scopes and transmits to unrelated third-party domains.
Title trailing dot domain super cookie
References

cve-icon MITRE

Status: PUBLISHED

Assigner: curl

Published:

Updated: 2026-07-06T16:57:16.362Z

Reserved: 2026-05-19T08:11:35.441Z

Link: CVE-2026-8924

cve-icon Vulnrichment

Updated: 2026-07-06T16:57:12.247Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-03T06:15:04Z

Links: CVE-2026-8924 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-23T16:30:09Z

Weaknesses
  • CWE-565

    Reliance on Cookies without Validation and Integrity Checking