🔐 CVE Alert

CVE-2026-53423

UNKNOWN 0.0

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

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-770
Vendor membraneframework
Product membrane_mp4_plugin
Published Jun 11, 2026
Last Updated Jun 11, 2026
Stay Ahead of the Next One

Get instant alerts for membraneframework membrane_mp4_plugin

Be the first to know when new unknown vulnerabilities affecting membraneframework membrane_mp4_plugin are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

Affected Versions

membraneframework / membrane_mp4_plugin
0.3.0 < 0.36.7
membraneframework / membrane_mp4_plugin
ae4bf04c393aa1562f3df3d33e20bc5cb8130de2 < 56373d1ddc86968e55fbde795c14eeba24357b57

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/membraneframework/membrane_mp4_plugin/security/advisories/GHSA-43hj-fxwj-49qw cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-53423.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-53423 github.com: https://github.com/membraneframework/membrane_mp4_plugin/commit/56373d1ddc86968e55fbde795c14eeba24357b57

Credits

Łukasz Kita Łukasz Kita Mateusz Front Jonatan Männchen / EEF