You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same class of vulnerability as the main setup wizard fix: the Orb wizard
derived the manifest origin from PUBLIC_API_ORIGIN ?? request.url.origin,
allowing an attacker to spoof the Host header and redirect the App-creation
callback to an attacker-controlled domain to steal the Orb App credentials.
Remove the request.url fallback from both setup wizards; return 400 when
PUBLIC_API_ORIGIN is unset.
0 commit comments