Vulnerability Description
Storybook is a frontend workshop for building user interface components and pages in isolation. Prior to versions 7.6.23, 8.6.17, 9.1.19, and 10.2.10, the WebSocket functionality in Storybook's dev server, used to create and update stories, is vulnerable to WebSocket hijacking. This vulnerability only affects the Storybook dev server; production builds are not impacted. Exploitation requires a developer to visit a malicious website while their local Storybook dev server is running. Because the WebSocket connection does not validate the origin of incoming connections, a malicious site can silently send WebSocket messages to the local instance without any further user interaction. If the Storybook dev server is intentionally exposed publicly (e.g. for design reviews or stakeholder demos) the risk is higher, as no malicious site visit is required. Any unauthenticated attacker can send WebSocket messages to it directly. The vulnerability affects the WebSocket message handlers for creating and saving stories. Both are vulnerable to injection via unsanitized input in the componentFilePath field, which can be exploited to achieve persistent XSS or Remote Code Execution (RCE). Versions 7.6.23, 8.6.17, 9.1.19, and 10.2.10 contain a fix for the issue.
CVSS Score
CRITICAL
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Storybook | Storybook | < 7.6.23 |
Related Weaknesses (CWE)
References
- https://github.com/storybookjs/storybook/commit/0affdf928bd6fafbadfb1dfe22ce6104Patch
- https://github.com/storybookjs/storybook/commit/54689a8add18ea75d628c540f4bc6775Patch
- https://github.com/storybookjs/storybook/commit/b8cfa77c73940c140acdcd8a06ab1ea9Patch
- https://github.com/storybookjs/storybook/commit/d34085f39c647f5c23c3a3b2d197c186Patch
- https://github.com/storybookjs/storybook/releases/tag/v10.2.10Release Notes
- https://github.com/storybookjs/storybook/releases/tag/v7.6.23Release Notes
- https://github.com/storybookjs/storybook/releases/tag/v8.6.17Release Notes
- https://github.com/storybookjs/storybook/releases/tag/v9.1.19Release Notes
- https://github.com/storybookjs/storybook/security/advisories/GHSA-mjf5-7g4m-gx5wVendor Advisory
FAQ
What is CVE-2026-27148?
CVE-2026-27148 is a vulnerability with a CVSS score of 9.6 (CRITICAL). Storybook is a frontend workshop for building user interface components and pages in isolation. Prior to versions 7.6.23, 8.6.17, 9.1.19, and 10.2.10, the WebSocket functionality in Storybook's dev se...
How severe is CVE-2026-27148?
CVE-2026-27148 has been rated CRITICAL with a CVSS base score of 9.6/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-27148?
Check the references section above for vendor advisories and patch information. Affected products include: Storybook Storybook.