Description
undici's setCookie function does not fully sanitize cookie attributes. In undici before 6.28.0, from 7.0.0 up to before 7.29.0, and from 8.0.0 up to before 8.9.0, a domain value is not checked for semicolons and entries in the unparsed array are not sanitized, so attacker-influenced input can inject additional cookie attributes. For example, a domain value containing a semicolon can append attributes such as SameSite, and an unparsed entry can inject attributes such as HttpOnly, without the caller setting them. Applications that pass user-controlled input to these fields, such as multi-tenant or reverse-proxy servers that scope session cookies to a tenant-supplied domain, can have SameSite CSRF protections bypassed, or the Secure, HttpOnly, and SameSite attributes forced, stripped, or overridden. The issue is fixed in undici 6.28.0, 7.29.0, and 8.9.0.
Published: 2026-07-29
Score: 4.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

undici's setCookie function does not fully sanitize cookie attributes, permitting domain values containing semicolons or unparsed array entries to inject additional attributes such as SameSite, HttpOnly, or Secure. This weakness (CWE‑74, CWE‑140) can allow attackers to bypass SameSite CSRF protections, force or strip Secure and HttpOnly flags, and otherwise manipulate cookie behavior. Applications that pass user‑controlled data to the domain or unparsed fields—common in multi‑tenant or reverse‑proxy configurations—are at risk.

Affected Systems

Undici, the HTTP client library for Node.js, is affected in all released versions prior to 6.28.0, before 7.29.0 in the 7.x series, and before 8.9.0 in the 8.x series. Any Node.js application that uses an affected undici version and passes untrusted input into setCookie's domain or unparsed parameters may exploit this vulnerability.

Risk and Exploitability

The CVSS score of 4.8 indicates moderate severity, while the EPSS score of less than 1% implies a low likelihood of exploitation. The vulnerability is not listed in CISA’s KEV catalog. Based on the description, the likely attack vector is an application that allows attackers to influence the domain or unparsed fields of setCookie—such as by submitting tenant‑specific data to a reverse‑proxy. Because the vulnerability requires user‑controlled input to reach setCookie, the attack surface is limited to systems that expose these fields without validation.

Generated by OpenCVE AI on August 6, 2026 at 01:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update undici to a fixed release (≥6.28.0, 7.29.0, or 8.9.0).
  • If a patch cannot be applied immediately, sanitize domain values by removing any semicolons and ensuring they contain only a single domain name.
  • Validate or escape all unparsed entries before passing them to setCookie to prevent injection of additional attributes.
  • Restrict cookie domain values to trusted, static domains and avoid using user‑controlled data for cookie attributes.

Generated by OpenCVE AI on August 6, 2026 at 01:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-v3r7-h72x-cjcm undici vulnerable to cookie attribute injection via unsanitized domain and unparsed setCookie fields
History

Thu, 06 Aug 2026 00:15:00 +0000

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

None

threat_severity

Moderate


Wed, 29 Jul 2026 18:45:00 +0000

Type Values Removed Values Added
First Time appeared Undici
Undici undici
Vendors & Products Undici
Undici undici

Wed, 29 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 29 Jul 2026 17:15:00 +0000

Type Values Removed Values Added
Description undici's setCookie function does not fully sanitize cookie attributes. In undici before 6.28.0, from 7.0.0 up to before 7.29.0, and from 8.0.0 up to before 8.9.0, a domain value is not checked for semicolons and entries in the unparsed array are not sanitized, so attacker-influenced input can inject additional cookie attributes. For example, a domain value containing a semicolon can append attributes such as SameSite, and an unparsed entry can inject attributes such as HttpOnly, without the caller setting them. Applications that pass user-controlled input to these fields, such as multi-tenant or reverse-proxy servers that scope session cookies to a tenant-supplied domain, can have SameSite CSRF protections bypassed, or the Secure, HttpOnly, and SameSite attributes forced, stripped, or overridden. The issue is fixed in undici 6.28.0, 7.29.0, and 8.9.0.
Title undici vulnerable to cookie attribute injection via unsanitized domain and unparsed setCookie fields
Weaknesses CWE-74
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: openjs

Published:

Updated: 2026-07-29T18:08:16.149Z

Reserved: 2026-07-23T05:44:24.720Z

Link: CVE-2026-16729

cve-icon Vulnrichment

Updated: 2026-07-29T18:08:11.679Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-29T17:16:51.123

Modified: 2026-08-05T15:18:55.053

Link: CVE-2026-16729

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-29T16:45:57Z

Links: CVE-2026-16729 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-06T01:30:05Z

Weaknesses
  • CWE-140

    Improper Neutralization of Delimiters

  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')