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

CVE-2026-9679: undici vulnerable to HTTP header injection via Set-Cookie percent-decoding

June 19, 2026

undici’s cookie parser in parseSetCookie percent-decodes cookie values via qsUnescape, turning encoded sequences like %0D%0A, %00, %3B, and %3D into their literal byte equivalents. RFC 6265 §5.4 does not specify any decoding and browsers do not decode either.

Applications that parse a Set-Cookie header and then forward the parsed value into a response header (proxies, middleware, SSR frameworks) become vulnerable to HTTP response header injection: an attacker-controlled upstream can inject arbitrary Set-Cookie, Location, or Cache-Control headers into the application’s downstream response, enabling session fixation, open redirect, or cache poisoning.

Affected applications are those that use undici’s cookie parsing (parseSetCookie, parseCookie, getSetCookies) and forward the parsed cookie value into a response header.

This was introduced in undici 7.0.0 via #3789.

References

  • cna.openjsf.org/security-advisories.html
  • github.com/advisories/GHSA-p88m-4jfj-68fv
  • github.com/nodejs/undici/security/advisories/GHSA-p88m-4jfj-68fv
  • nvd.nist.gov/vuln/detail/CVE-2026-9679

Code Behaviors & Features

Detect and mitigate CVE-2026-9679 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.27.0, all versions starting from 7.0.0 before 7.28.0, all versions starting from 8.0.0 before 8.5.0

Fixed versions

  • 6.27.0
  • 7.28.0
  • 8.5.0

Solution

Upgrade to versions 6.27.0, 7.28.0, 8.5.0 or above.

Impact 5.9 MEDIUM

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

Learn more about CVSS

Weakness

  • CWE-93: Improper Neutralization of CRLF Sequences ('CRLF Injection')

Source file

npm/undici/CVE-2026-9679.yml

Spotted a mistake? Edit the file on GitLab.

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

Page generated Sat, 20 Jun 2026 12:18:13 +0000.