TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Rootkits for JavaScript Environments [pdf]

35 pointsby chorolaabout 12 years ago

1 comment

nadavivabout 12 years ago
If you manage to get the code to execute on a worker or an iframe, you should have a clean environment to operate in, with your own copy of the native environment and prototypes.<p>The question is... how do you create an iframe or worker safely? document.createElement and window.Worker can be poisoned too.<p>Perhaps its possible to verify the functions you're using are native and not created in user-land? that way, at least you could identify the attack and stop execution.
评论 #5278710 未加载