TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

4 点作者 pyotrgalois超过 11 年前

1 comment

xyzzy123超过 11 年前
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]