A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-8469

CVE-2026-8469: Phoenix Storybook DoS Vulnerability

CVE-2026-8469 is a denial-of-service vulnerability in phoenix_storybook that allows unauthenticated attackers to exhaust the BEAM atom table, crashing the entire node. This article covers technical details, affected versions, and fixes.

Published: May 21, 2026

CVE-2026-8469 Overview

CVE-2026-8469 is a denial-of-service vulnerability in the phoenix_storybook library by phenixdigital, an Elixir component documentation tool built on Phoenix LiveView. Multiple LiveView event handlers invoke String.to_atom/1 on attacker-controlled parameter strings without validation. Because BEAM atoms are never garbage-collected, each unique string becomes a permanent allocation in the atom table. An unauthenticated remote attacker can reach the default ceiling of approximately 1,048,576 atoms, causing the entire BEAM virtual machine to abort. This terminates every application running on the node, not just the storybook component. The flaw is classified as CWE-770 Allocation of Resources Without Limits or Throttling and affects phoenix_storybook versions from 0.2.0 before 1.1.0.

Critical Impact

Unauthenticated network attackers can crash the entire Erlang VM hosting Phoenix Storybook, taking down all colocated applications on the same BEAM node.

Affected Products

  • phenixdigital/phoenix_storybook versions >= 0.2.0 and < 1.1.0
  • Any Phoenix LiveView application that mounts phoenix_storybook routes
  • BEAM nodes hosting affected phoenix_storybook releases alongside other Elixir/Erlang applications

Discovery Timeline

  • 2026-05-20 - CVE CVE-2026-8469 published to NVD
  • 2026-05-20 - Last updated in NVD database

Technical Details for CVE-2026-8469

Vulnerability Analysis

The vulnerability resides in lib/phoenix_storybook/helpers/extra_assigns_helpers.ex. Four functions in the PhoenixStorybook.ExtraAssignsHelpers module intern attacker-controlled strings as atoms. handle_set_variation_assign/3 interns every key of the psb-assign params map. handle_toggle_variation_assign/3 interns the attr value from psb-toggle events. to_variation_id/2 interns elements of variation_id, and to_value/4 interns raw string values for attributes declared as :atom or :boolean.

Each unique string submitted through these LiveView event handlers permanently consumes one slot in the BEAM atom table. The default atom table limit is roughly 1,048,576 entries. Once exceeded, the BEAM emulator calls erts_exit and the entire node terminates.

Root Cause

The root cause is the use of String.to_atom/1 instead of String.to_existing_atom/1 or a whitelist lookup. Atoms in Erlang and Elixir live in a global, non-garbage-collected table. Converting unbounded user input into atoms violates the well-known BEAM safety principle that external data must never be interned without validation.

Attack Vector

An unauthenticated remote attacker sends a stream of LiveView events to any reachable Phoenix Storybook route. Each event carries unique random strings in psb-assign keys, psb-toggleattr values, variation_id elements, or attribute values for :atom/:boolean typed attributes. The server interns each unique string. After enough requests, the atom table fills and the BEAM node aborts.

text
// Patch excerpt from lib/phoenix_storybook/helpers/extra_assigns_helpers.ex
defp to_value("nil", _attr_id, _attributes, _context), do: nil

defp to_value(val, attr_id, attributes, context) when is_binary(val) do
-    case declared_attr_type(attr_id, attributes) do
-      :atom -> val |> existing_value_atom!(context) |> check_type!(:atom, context)
-      :boolean -> val |> parse_boolean!(context) |> check_type!(:boolean, context)
-      :integer -> val |> Integer.parse() |> check_type!(:integer, context)
-      :float -> val |> Float.parse() |> check_type!(:float, context)
-      _ -> val
+    case declared_attr(attr_id, attributes) do
+      %Attr{type: :atom, values: values} ->
+        val |> to_atom_value(values, context) |> check_type!(:atom, context)
+      %Attr{type: :boolean} ->
+        val |> to_boolean_value(context) |> check_type!(:boolean, context)
+      %Attr{type: :integer} ->
+        val |> Integer.parse() |> check_type!(:integer, context)
+      %Attr{type: :float} ->
+        val |> Float.parse() |> check_type!(:float, context)
+      _ ->
+        val
    end
end

Source: GitHub commit 96d5246. The patch replaces unbounded atom creation with a lookup against declared attribute values, ensuring only known atoms are returned.

Detection Methods for CVE-2026-8469

Indicators of Compromise

  • Steadily increasing erlang:system_info(:atom_count) values that approach the configured :atom_limit.
  • High volumes of LiveView phx-event messages targeting storybook routes with randomized psb-assign, psb-toggle, or variation_id parameter names.
  • Unexpected BEAM node crashes with erl_crash.dump files containing no_more_atoms or system_limit shutdown reasons.

Detection Strategies

  • Instrument Phoenix Telemetry or :telemetry handlers to track atom table growth rate over time.
  • Inspect web access logs and LiveView channel traffic for repetitive POSTs to storybook routes containing high-entropy parameter keys.
  • Use dependency scanners such as mix deps.audit or mix hex.audit to flag phoenix_storybook versions below 1.1.0.

Monitoring Recommendations

  • Alert when :erlang.system_info(:atom_count) exceeds 70% of :atom_limit on any production node.
  • Monitor request rates per LiveView socket and flag sources sending unusually diverse event parameter names.
  • Capture and forward erl_crash.dump artifacts to a central log store to correlate node terminations with upstream traffic patterns.

How to Mitigate CVE-2026-8469

Immediate Actions Required

  • Upgrade phoenix_storybook to version 1.1.0 or later in mix.exs and redeploy.
  • Remove or restrict storybook routes from production environments where they are not required.
  • Place authentication and IP allow-listing in front of any /storybook routes that must remain exposed.

Patch Information

The fix is delivered in commit 96d524690af0fe197a49f60d18e564a620b9ef81 and described in GitHub Security Advisory GHSA-833p-95jq-929q. Additional details are available in the Erlang Ecosystem Foundation CNA advisory and the OSV record. The patch replaces String.to_atom/1 calls with whitelist lookups against declared attribute values and validates theme parameters before any atom conversion occurs.

Workarounds

  • Disable the storybook router scope in production by guarding storybook_assets/0 and live_storybook/2 behind if Mix.env() != :prod do ... end.
  • Restrict access at the reverse proxy layer (Nginx, Caddy, AWS ALB) to authenticated developer networks only.
  • Increase +t BEAM emulator atom limit only as a temporary cushion; this does not prevent eventual exhaustion.
bash
# Pin the patched version in mix.exs and fetch the update
# mix.exs
# {:phoenix_storybook, "~> 1.1.0"}

mix deps.update phoenix_storybook
mix deps.get
mix compile

# Verify the installed version
mix deps | grep phoenix_storybook

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechPhoenix Storybook

  • SeverityHIGH

  • CVSS Score8.2

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Technical References
  • CNA CVE-2026-8469 Details

  • GitHub Commit Log Entry

  • GitHub Security Advisory GHSA-833p

  • OSV Vulnerability Information
  • Related CVEs
  • CVE-2026-8467: Phoenix Storybook RCE Vulnerability

  • CVE-2026-47068: Phoenix Storybook Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English