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-8468 Details

ANALYZED


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

Description

Allocation of Resources Without Limits or Throttling vulnerability in plug_project plug allows denial of service via unbounded buffer accumulation in multipart header parsing. 'Elixir.Plug.Conn':read_part_headers/2 in lib/plug/conn.ex does not obey its :length parameter. There is no upper bound on the size of the accumulated buffer. By contrast, the sibling function read_part_body has an explicit byte_size(acc) > length guard that stops accumulation once a limit is reached. No such guard exists in read_part_headers. An unauthenticated remote attacker can exhaust server memory by sending a crafted multipart/form-data request, causing a denial of service. This issue affects plug from 1.4.0 before 1.15.4, 1.16.3, 1.17.1, 1.18.2, and 1.19.2.

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-770Allocation of Resources Without Limits or ThrottlingEEF

Affected Products

ProductVersions
plug_project.plug
>= 1.4.0, < 1.15.4 (semver)
>= 1.16.0, < 1.16.3 (semver)
>= 1.17.0, < 1.17.1 (semver)
>= 1.18.0, < 1.18.2 (semver)
>= 1.19.0, < 1.19.2 (semver)

CPE

  • cpe:2.3:a:plug_project:plug:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 1.15.4moderate effort
  • Upgrade: 1.16.3moderate effort
  • Upgrade: 1.17.1moderate effort
  • Upgrade: 1.18.2moderate effort
  • Upgrade: 1.19.2moderate effort

Change History

4 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-8468
NVD Published Date:
May 14, 2026
NVD Last Modified:
Jun 17, 2026
Source:
EEF
CVE-2026-8468 Details - Not Deferred