Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. undici
  4. ›
  5. CVE-2026-16729

CVE-2026-16729: undici vulnerable to cookie attribute injection via unsanitized domain and unparsed setCookie fields

August 3, 2026

The setCookie function has two attribute injection paths. validateCookieDomain does not reject semicolons (validateCookiePath already does at 0x3B), so a domain value like example.com; SameSite=None lands verbatim as Domain=example.com; SameSite=None. The unparsed array’s loop only checks each entry contains = and does not sanitize values, so an entry like X-Custom=val; HttpOnly lands unchanged, injecting HttpOnly without the caller setting cookie.httpOnly = true.

Applications that pass user-controlled input to these fields, typically multi-tenant or reverse-proxy servers that scope session cookies to a tenant-supplied domain, can have SameSite CSRF protections bypassed, Secure or HttpOnly forced or stripped, or the intended SameSite tier overridden.

References

  • cna.openjsf.org/security-advisories.html
  • github.com/advisories/GHSA-v3r7-h72x-cjcm
  • github.com/nodejs/undici/commit/10d93fc332f2c8c161982dec3833201de29891b5
  • github.com/nodejs/undici/commit/3bf91ddb493e853957f3a58e155326a668ab8aef
  • github.com/nodejs/undici/commit/af7484043ee075a6f216da0ad77e1dac55199235
  • github.com/nodejs/undici/releases/tag/v6.28.0
  • github.com/nodejs/undici/releases/tag/v7.29.0
  • github.com/nodejs/undici/releases/tag/v8.9.0
  • github.com/nodejs/undici/security/advisories/GHSA-v3r7-h72x-cjcm
  • nvd.nist.gov/vuln/detail/CVE-2026-16729

Code Behaviors & Features

Detect and mitigate CVE-2026-16729 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 6.28.0, all versions starting from 7.0.0 before 7.29.0, all versions starting from 8.0.0 before 8.9.0

Fixed versions

  • 6.28.0
  • 7.29.0
  • 8.9.0

Solution

Upgrade to versions 6.28.0, 7.29.0, 8.9.0 or above.

Impact 4.8 MEDIUM

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

Source file

npm/undici/CVE-2026-16729.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 04 Aug 2026 12:20:48 +0000.