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.

Building A Browser Extension? Careful Not To Accidentally XSS the Whole Internet

4 pointsby pyotrgaloisover 11 years ago

1 comment

xyzzy123over 11 years ago
This is a genuine concern. The other risk is that you get XSS into a Chrome &#x2F; privileged Javascript context, which is probably the simplest way to get reliable arbitrary code execution in e.g. Firefox.<p>See e.g: <a href="http://www.defcon.org/images/defcon-17/dc-17-presentations/defcon-17-roberto_liverani-nick_freeman-abusing_firefox.pdf" rel="nofollow">http:&#x2F;&#x2F;www.defcon.org&#x2F;images&#x2F;defcon-17&#x2F;dc-17-presentations&#x2F;d...</a> [PDF warning]