CVE-2026-53423 PUBLISHED

Unauthenticated denial-of-service via BEAM atom table exhaustion in membrane_mp4_plugin

Assigner: EEF
Reserved: 09.06.2026 Published: 11.06.2026 Updated: 11.06.2026

Allocation of Resources Without Limits or Throttling vulnerability in membraneframework membrane_mp4_plugin allows unauthenticated denial-of-service via BEAM atom table exhaustion.

The MP4 box header parser converts each 4-byte box name to an atom using String.to_atom/1 without validation. 'Elixir.Membrane.MP4.Container.Header':parse_box_name/1 in lib/membrane_mp4/container/header.ex interns every box name encountered while 'Elixir.Membrane.MP4.Container.Header':parse/1 walks the input. BEAM atoms are never garbage-collected, so each unique attacker-controlled 4-byte name is a permanent allocation. A crafted MP4 of approximately 8 MB containing roughly 1.1 million boxes with distinct non-standard names exhausts the atom table (default ceiling around 1,048,576 atoms), aborting the entire BEAM node and taking down all applications running on it.

This issue affects membrane_mp4_plugin from 0.3.0 before 0.36.7.

Metrics

CVSS Vector: CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 5.9

Product Status

Vendor membraneframework
Product membrane_mp4_plugin
Versions Default: unaffected
  • affected from 0.3.0 to 0.36.7 (excl.)
Vendor membraneframework
Product membrane_mp4_plugin
Versions Default: unaffected
  • affected from ae4bf04c393aa1562f3df3d33e20bc5cb8130de2 to 56373d1ddc86968e55fbde795c14eeba24357b57 (excl.)

Credits

  • Łukasz Kita finder
  • Łukasz Kita remediation developer
  • Mateusz Front remediation developer
  • Jonatan Männchen / EEF analyst

References

Problem Types

  • CWE-770 Allocation of Resources Without Limits or Throttling CWE

Impacts

  • CAPEC-130 Excessive Allocation