VDB
EN

EEF-CVE-2026-53423

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

상세

## Summary

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.

이 버전이 영향받나요?

사용 중인 패키지 버전을 입력하면 즉시 평가합니다.

영향 패키지

Hex / membrane_mp4_plugin
최초 영향 버전: 0.3.0 수정 버전: 0.36.7
수정 mix deps.update membrane_mp4_plugin

참고