Back to overview

CVE-2026-56813

LOW
2.1
CVSS 4.0
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.0 before 1.19.5, from 1.20.0 before 1.20.3.

Metadata

CVE ID
CVE-2026-56813
State
PUBLISHED
Assigner
EEF
Reserved
2026-06-23 12:29 UTC
Published
2026-07-10 12:51 UTC
Last updated
2026-07-10 14:45 UTC
Primary CWE
CWE-141
CWE-141 Improper Neutralization of Parameter/Argument Delimi…
Vendor / Product
elixir-plug / plug
Sources
cve.org  ·  NVD

Severity & Metrics

2.1 LOW CVSS 4.0
CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N
SSVC — CISA Coordinator
Exploitation
none
Automatable
no
Tech. Impact
partial
Affected products (2)
VendorProductPlatformVersions
elixir-plug plug 0.1.0 < 1.16.6, 1.17.0 < 1.17.4, 1.18.0 < 1.18.5, 1.19.0 < 1.19.5 …
elixir-plug plug f26876aa67aaeb38e616638aa3efbcc2fe2906a5 < *
Weakness (CWE)
CWESourceDescription
CWE-141 cna CWE-141 Improper Neutralization of Parameter/Argument Delimiters
CVSS scores (1)
ScoreSeverityVersionSourceVector
2.1 LOW 4.0 cna CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N
Back to overview