Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-56813 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Improper Neutralization of Parameter/Argument Delimiters vulnerability in elixir-plug plug allows an attacker to inject or override HTTP cookie attributes. The Plug.Conn.Cookies.encode/2 function in lib/plug/conn/cookies.ex builds the Set-Cookie response header by interpolating the cookie value and its path, domain, same_site, and extra attributes directly into the header without neutralizing the ; delimiter that separates cookie attributes. An application that places attacker-controlled data into a cookie value or attribute (for example via Plug.Conn.put_resp_cookie/4 when reflecting a username or preference) lets an attacker inject a ; to append or override cookie attributes (such as Domain and Path scope, or dropping the Secure and HttpOnly flags), enabling cookie tossing and session fixation. Carriage return, line feed, and null bytes are rejected by Plug.Conn header validation, so HTTP response splitting is not possible, but attribute injection through ; is not prevented. This issue affects plug: from 0.1.0 before 1.16.6, from 1.17.0 before 1.17.4, from 1.18.0 before 1.18.5, from 1.19.1 before 1.19.5, and from 1.20.0 before 1.20.3.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-141Improper Neutralization of Parameter/Argument DelimitersEEF

Affected Products

ProductVersions
elixir-plug
>= 0.1.0, < 1.16.6 (semver)
>= 1.17.0, < 1.17.4 (semver)
>= 1.18.0, < 1.18.5 (semver)
>= 1.19.0, < 1.19.5 (semver)
>= 1.20.0, < 1.20.3 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 1.16.6moderate effort
  • Upgrade: 1.17.4moderate effort
  • Upgrade: 1.18.5moderate effort
  • Upgrade: 1.19.5moderate effort
  • Upgrade: 1.20.3moderate effort
  • Mitigation:low effort

    Validate or reject the ';' delimiter in any untrusted data before passing it as a cookie value or attribute to Plug.Conn.put_resp_cookie/4 or Plug.Conn.Cookies.encode/2.

elixir-plug plug
>= 0.1.0, < 1.16.6 (semver)
>= 1.17.0, < 1.17.4 (semver)
>= 1.18.0, < 1.18.5 (semver)
>= 1.19.0, < 1.19.5 (semver)
>= 1.20.0, < 1.20.3 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 1.16.6moderate effort
  • Upgrade: 1.17.4moderate effort
  • Upgrade: 1.18.5moderate effort
  • Upgrade: 1.19.5moderate effort
  • Upgrade: 1.20.3moderate effort
  • Mitigation:low effort

    Validate or reject the ';' delimiter in any untrusted data before passing it as a cookie value or attribute to Plug.Conn.put_resp_cookie/4 or Plug.Conn.Cookies.encode/2.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-56813
NVD Published Date:
Jul 10, 2026
NVD Last Modified:
Sep 24, 2026
Source:
EEF