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
The frontend code for 3rd party widgets is typically hosted on public CDNs and retrieved by the WidgetManager via HTTP calls.
Current implementation for custom widget support provides the following mechanism to override the base CDN URL for fetching widgets:
The data-jupyter-widgets-cdn attribute on a script tag is based off the HTML Manager example in the ipywidgets project. This extensibility point on the DOM can potentially allow a user to override the base CDN URL to a malicious link and might open up avenues for scripting attacks.
We'd want to better understand this design choice, investigate and address this security issue for the jupyter-widgets package.
The text was updated successfully, but these errors were encountered:
The frontend code for 3rd party widgets is typically hosted on public CDNs and retrieved by the
WidgetManager
via HTTP calls.Current implementation for custom widget support provides the following mechanism to override the base CDN URL for fetching widgets:
The
data-jupyter-widgets-cdn
attribute on a script tag is based off the HTML Manager example in the ipywidgets project. This extensibility point on the DOM can potentially allow a user to override the base CDN URL to a malicious link and might open up avenues for scripting attacks.We'd want to better understand this design choice, investigate and address this security issue for the
jupyter-widgets
package.The text was updated successfully, but these errors were encountered: