CVE-2026-8469
CVE-2026-8469 affects phoenix_storybook (0.2.0 before 1.1.0). The issue stems from multiple LiveView handlers that convert user-supplied event strings to BEAM atoms via String.to_atom/1 without validation, causing unbounded atom table growth. BEAM atoms are not garbage-collected; exhaustion of th...