CVE-2026-8469
Last modified
CVE-2026-8469 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. Allocation of Resources Without Limits or Throttling vulnerability in phenixdigital phoenix_storybook allows unauthenticated denial-of-service via BEAM atom table exhaustion. Multiple LiveView event handlers convert user-supplied event parameter strings to atoms using String.to_atom/1 without validation: 'Elixir.PhoenixStorybook.ExtraAssignsHelpers':handle_set_variation_assign/3 interns every key of the psb-assign params map; 'Elixir.PhoenixStorybook.ExtraAssignsHelpers':handle_toggle_variation_assign/3 interns the "attr" value from psb-toggle events; 'Elixir.PhoenixStorybook.ExtraAssignsHelpers':to_variation_id/2 interns elements of "variation_id"; and 'Elixir.PhoenixStorybook.ExtraAssignsHelpers':to_value/4 interns raw string values for attributes declared as :atom or :boolean. BEAM atoms are never garbage-collected, so each unique attacker-controlled string is a permanent allocation. EPSS estimates a 0.54% chance of exploitation in the next 30 days.
Description
Allocation of Resources Without Limits or Throttling vulnerability in phenixdigital phoenix_storybook allows unauthenticated denial-of-service via BEAM atom table exhaustion. Multiple LiveView event handlers convert user-supplied event parameter strings to atoms using String.to_atom/1 without validation: 'Elixir.PhoenixStorybook.ExtraAssignsHelpers':handle_set_variation_assign/3 interns every key of the psb-assign params map; 'Elixir.PhoenixStorybook.ExtraAssignsHelpers':handle_toggle_variation_assign/3 interns the "attr" value from psb-toggle events; 'Elixir.PhoenixStorybook.ExtraAssignsHelpers':to_variation_id/2 interns elements of "variation_id"; and 'Elixir.PhoenixStorybook.ExtraAssignsHelpers':to_value/4 interns raw string values for attributes declared as :atom or :boolean. BEAM atoms are never garbage-collected, so each unique attacker-controlled string is a permanent allocation. Once the atom table ceiling (~1,048,576 atoms) is reached, the entire BEAM node aborts, taking down all applications running on it. This issue affects phoenix_storybook from 0.2.0 before 1.1.0.
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-8469?
How severe is CVE-2026-8469?
How do I fix CVE-2026-8469?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-84675OS command injection vulnerability in Jenkins TICS Plugin 20…7.4
- CVE-2026-84676Jenkins Parameterized Remote Trigger Plugin 3.2.2 and earlie…4.3
- CVE-2026-84677Jenkins update-center2 3.18.3 and earlier does not escape pl…5.4
- CVE-2026-8468Allocation of Resources Without Limits or Throttling vulnera…8.2
- CVE-2026-84683A flaw was found in Red Hat Ansible Automation Platform's au…8.7
- CVE-2026-84685The react-native-auth0 SDK's web platform implementation doe…6.5
- CVE-2026-84691A flaw was found in Red Hat Ansible Automation Platform's au…8.7
- CVE-2026-84694Coolify before 4.2.0 fails to properly escape environment va…8.8
- CVE-2026-84695BookStack before 26.05.4 contains a stored cross-site script…8.7
- CVE-2026-84696Phison PS3111-S11 controller firmware versions through SBFQT…8.2
- CVE-2026-84697Mailpit's IsInternalIP deny list function fails to block the…5.3
- CVE-2026-84698PX4 Autopilot contains a heap buffer overflow vulnerability …6.5
Are you affected by CVE-2026-8469?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
