CVE-2026-47068
Last modified
CVE-2026-47068 is a low-severity vulnerability rated 2.3/10 on the CVSS scale. Authorization Bypass Through User-Controlled Key vulnerability in phenixdigital phoenix_storybook allows cross-session PubSub topic injection via a URL query parameter. 'Elixir.PhoenixStorybook.Story.ComponentIframeLive':handle_params/3 in lib/phoenix_storybook/live/story/component_iframe_live.ex reads a PubSub topic directly from params["topic"] and broadcasts {:component_iframe_pid, self()} on it with no check that the topic belongs to the requesting session. The shared PhoenixStorybook.PubSub is used to coordinate playground LiveViews with their iframes: a playground subscribes to a session-specific topic and uses the received iframe pid to direct subsequent control messages (variation state, theme switches, extra-assign payloads) via send/2. EPSS estimates a 0.45% chance of exploitation in the next 30 days.
Description
Authorization Bypass Through User-Controlled Key vulnerability in phenixdigital phoenix_storybook allows cross-session PubSub topic injection via a URL query parameter. 'Elixir.PhoenixStorybook.Story.ComponentIframeLive':handle_params/3 in lib/phoenix_storybook/live/story/component_iframe_live.ex reads a PubSub topic directly from params["topic"] and broadcasts {:component_iframe_pid, self()} on it with no check that the topic belongs to the requesting session. The shared PhoenixStorybook.PubSub is used to coordinate playground LiveViews with their iframes: a playground subscribes to a session-specific topic and uses the received iframe pid to direct subsequent control messages (variation state, theme switches, extra-assign payloads) via send/2. Because the iframe trusts the query parameter, an attacker who loads /storybook/iframe/<story>?topic=<victim_topic> causes their iframe process pid to be announced on the victim's topic. The victim's playground then addresses its private messages to the attacker's iframe process. This issue affects phoenix_storybook from 0.4.0 before 1.1.0.
Metrics
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:L/VA:N/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
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-47068?
How severe is CVE-2026-47068?
How do I fix CVE-2026-47068?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- 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-47062Vulnerability in the Oracle VM VirtualBox product of Oracle …5.5
- CVE-2026-47063Vulnerability in the Oracle Java SE, Oracle GraalVM for JDK,…7.5
- CVE-2026-47064Vulnerability in the MySQL Server, MySQL Cluster product of …6.5
- CVE-2026-47065ZDRES-232: resolveProxyClass Not Overridden - acceptMatchers…9.8
- CVE-2026-47066Loop with Unreachable Exit Condition ('Infinite Loop') vulne…7.5
- CVE-2026-47067Allocation of Resources Without Limits or Throttling vulnera…7.5
- CVE-2026-47069Improper Neutralization of CRLF Sequences ('CRLF Injection')…5.3
- CVE-2026-4707Incorrect boundary conditions in the Graphics: Canvas2D comp…7.5
- CVE-2026-47070Sensitive Data Exposure vulnerability in benoitc hackney all…6.1
- CVE-2026-47071Uncontrolled Resource Consumption vulnerability in benoitc h…7.5
- CVE-2026-47072Improper Neutralization of CRLF Sequences ('CRLF Injection')…7.5
- CVE-2026-47073Allocation of Resources Without Limits or Throttling vulnera…7.5
Are you affected by CVE-2026-47068?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
