Am I affected?

type your plug version to check

Description

Plug.Parsers.MULTIPART, the multipart request-body parser used to handle file uploads and multipart forms, does not enforce its :length budget against all consumed resources, allowing an unauthenticated remote attacker to cause denial of service. The parser charges the :length limit only for part body bytes; part header bytes are never counted, and a part with an empty body costs zero.

Because every part whose Content-Disposition carries a non-empty filename creates a fresh temporary file (via Plug.Upload) and retains a Plug.Upload struct for the duration of the request, an attacker can send a single request composed of many empty-body file parts. Such a request stays well under the configured :length limit (8,000,000 bytes by default) while creating one temporary file per part, leading to inode and disk exhaustion and unbounded memory growth. Any application using Plug.Parsers with the :multipart parser is affected, and no authentication is required, only reachability of a multipart endpoint over HTTP.

This vulnerability is associated with program files lib/plug/parsers/multipart.ex and program routines Plug.Parsers.MULTIPART.parse_multipart/2, Plug.Parsers.MULTIPART.parse_multipart_headers/5, Plug.Parsers.MULTIPART.parse_multipart_body/4, and Plug.Parsers.MULTIPART.parse_multipart_file/4.

This issue affects plug: from 1.4.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, and from 1.20.0 before 1.20.3.

Weaknesses & attack patterns

Weakness

CWE-770 · Allocation of Resources Without Limits or Throttling in catalog → MITRE ↗

Attack patterns

CAPEC-130 · Excessive Allocation MITRE ↗

Affected — Hex / plug Hex.pm ↗ Repository ↗

1.4.0 < 1.16.6 affected
1.17 series 1.17.0 < 1.17.4 affected
1.18 series 1.18.0 < 1.18.5 affected
1.19 series 1.19.0 < 1.19.5 affected
1.20 series 1.20.0 < 1.20.3 affected
every other version: unaffected
default status unaffected
cpe cpe:2.3:a:elixir-plug:plug:*:*:*:*:*:*:*:*
modules · source files · routines
modules 'Elixir.Plug.Parsers.MULTIPART'
source files lib/plug/parsers/multipart.ex
routines 'Elixir.Plug.Parsers.MULTIPART':parse_multipart/2 · 'Elixir.Plug.Parsers.MULTIPART':parse_multipart_headers/5 · 'Elixir.Plug.Parsers.MULTIPART':parse_multipart_body/4 · 'Elixir.Plug.Parsers.MULTIPART':parse_multipart_file/4

Affected — GitHub / elixir-plug/plug Repository ↗

c52b2f3 and up affected
981597d not affected
56edca2 not affected
0ee8afc not affected
cae3605 not affected
f7effae not affected
df97d3f not affected
every other version: unaffected
default status unaffected
cpe cpe:2.3:a:elixir-plug:plug:*:*:*:*:*:*:*:*
modules · source files · routines
modules 'Elixir.Plug.Parsers.MULTIPART'
source files lib/plug/parsers/multipart.ex
routines 'Elixir.Plug.Parsers.MULTIPART':parse_multipart/2 · 'Elixir.Plug.Parsers.MULTIPART':parse_multipart_headers/5 · 'Elixir.Plug.Parsers.MULTIPART':parse_multipart_body/4 · 'Elixir.Plug.Parsers.MULTIPART':parse_multipart_file/4

References

Credits

Peter Ullrich Finder
Jonatan Männchen Analyst
José Valim Remediation developer

CVSS breakdown

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N
« All CVEs