Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snow can be bypassed with document.open('', '', '') #64

Closed
rwaldron opened this issue Jan 23, 2023 · 2 comments
Closed

Snow can be bypassed with document.open('', '', '') #64

rwaldron opened this issue Jan 23, 2023 · 2 comments
Labels
vulnerability Introduces snow bypass

Comments

@rwaldron
Copy link

rwaldron commented Jan 23, 2023

Reproduce by running:

const w = document.open('', '', '')
w.parent.alert.call(window, 'x');

In https://lavamoat.github.io/snow/demo/

@rwaldron
Copy link
Author

@weizman
Copy link
Member

weizman commented Jan 24, 2023

Always fun learning weird web stuff - thank you @rwaldron! fixed #65

@weizman weizman closed this as completed Jan 24, 2023
@weizman weizman added the vulnerability Introduces snow bypass label Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vulnerability Introduces snow bypass
Projects
None yet
Development

No branches or pull requests

2 participants