🔐 CVE Alert

CVE-2026-47068

UNKNOWN 0.0

Cross-session PubSub topic injection via URL parameter in phoenix_storybook

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-639
Vendor phenixdigital
Product phoenix_storybook
Published May 20, 2026
Stay Ahead of the Next One

Get instant alerts for phenixdigital phoenix_storybook

Be the first to know when new unknown vulnerabilities affecting phenixdigital phoenix_storybook are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

Affected Versions

phenixdigital / phoenix_storybook
0.4.0 < 1.1.0
phenixdigital / phoenix_storybook
8c2c97b0f505780fee4069988bf86736f51d35d7 < 6ee03f1c738d4436dde1b066cf65c80663d489f5

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/phenixdigital/phoenix_storybook/security/advisories/GHSA-mrhx-6pw9-q5fh cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-47068.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-47068 github.com: https://github.com/phenixdigital/phoenix_storybook/commit/6ee03f1c738d4436dde1b066cf65c80663d489f5

Credits

Peter Ullrich Christian Blavier Jonatan Männchen