CVE-2026-56813
Last modified
CVE-2026-56813 is a low-severity vulnerability rated 2.1/10 on the CVSS scale. 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..
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.
Metrics
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| 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; >= 1.20.0, < 1.20.3 |
| elixir-plug | plug | >= f26876aa67aaeb38e616638aa3efbcc2fe2906a5, < * |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-56813?
How severe is CVE-2026-56813?
How do I fix CVE-2026-56813?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-56808DGM3103SCT provided by AVTECH Security Corporation contains …8.6
- CVE-2026-56809Multiple laser printers and MFPs (multifunction printers) wh…6.1
- CVE-2026-5681A flaw has been found in itsourcecode sanitize or validate t…6.3
- CVE-2026-56810Allocation of Resources Without Limits or Throttling vulnera…8.7
- CVE-2026-56811Allocation of Resources Without Limits or Throttling vulnera…7.5
- CVE-2026-56812Improper Check for Unusual or Exceptional Conditions vulnera…7.5
- CVE-2026-56814Plug.Parsers.MULTIPART, the multipart request-body parser us…6.9
- CVE-2026-56815pwnlift before d7a9544, in a privileged deployment, contains…7.4
- CVE-2026-56816Netty is a network application framework for development of …7.5
- CVE-2026-56817Netty is a network application framework for development of …9.8
- CVE-2026-56818Netty is an asynchronous, event-driven network application f…6.5
- CVE-2026-56819Netty is a network application framework for development of …7.5
Are you affected by CVE-2026-56813?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
