Update dependency storybook to v10.2.10 [SECURITY] (master)#445
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Update dependency storybook to v10.2.10 [SECURITY] (master)#445renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
10.1.10→10.2.10GitHub Vulnerability Alerts
CVE-2026-27148
Summary
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.
Details
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 a 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, which can be exploited via unauthorized WebSocket connections to achieve persistent XSS or Remote Code Execution (RCE).
Note: recent versions of Chrome have some protections against this, but Firefox does not.
Impact
This vulnerability can lead to supply chain compromise. Key risks include:
Affected versions
8.1 and above. While the exploitable functionality was introduced in 8.1, the patch has been applied to 7.x as a precautionary measure given the underlying WebSocket behaviour.
Recommended actions
Update to one of the patched versions:
7.6.23,8.6.17,9.1.19,10.2.10.Release Notes
storybookjs/storybook (storybook)
v10.2.10Compare Source
v10.2.9Compare Source
v10.2.8Compare Source
v10.2.7Compare Source
v10.2.6Compare Source
v10.2.5Compare Source
v10.2.4Compare Source
activeprop warning in ZoomButton - #33697, thanks @yatishgoel!v10.2.3Compare Source
previewHrefwhen current path does not end with a slash - #33647, thanks @ghengeveld!v10.2.2Compare Source
v10.2.1Compare Source
v10.2.0Compare Source
Storybook 10.2 contains hundreds of fixes and improvement including:
List of all updates
visionglobal - #33599, thanks @ghengeveld!!autodocsstories when computing primary story - #32712, thanks @ia319!:not()with parenthesis in inner selector - #33491, thanks @ghengeveld!.envfile - #33469, thanks @ndelangen!getStoryHrefsmanager API and add hotkey for "open in isolation" - #33416, thanks @ghengeveld!react-docgen-typescriptsupport in story creation - #33586, thanks @yannbf!react-docgen-typescript- #33589, thanks @yannbf!mountdetection when destructuring in the function body - #33367, thanks @ghengeveld!writeFilecache when EBUSY error occurs - #32981, thanks @reduckted!type cannot be named-errors - #33216, thanks @unional!baseline-browser-mapping- #33576, thanks @ndelangen!componentManifestGeneratorto extensiblemanifestspreset property - #33392, thanks @JReinhold!!manifesttag in preview files - #33406, thanks @JReinhold!next/distwith.js-extension for ESM compat - #33380, thanks @yue4u!@opentelemetry/apitooptimizeDeps- #33577, thanks @ndelangen!navigator?.clipboard- #33219, thanks @ndelangen!packageJson.type- #33525, thanks @ndelangen!cannot be namederrors - #33344, thanks @icopp!exactOptionalPropertyTypesfor public API types - #33149, thanks @copilot-swe-agent!bugfixesproperty in swc and babel - #33498, thanks @ndelangen!pluskey - #33565, thanks @ndelangen!v10.1.11Compare Source
Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.