OWASP Top10 系列之 XPath 注入

栏目: 编程语言 · XML · 发布时间: 5年前

内容简介:XPath 注入发生在当站点使用用户输入的信息来构造请求以获取 XML 数据的时候。攻击点:任何使用 XPath 查询 XML 的地方。XML、XPath

XPath 注入发生在当站点使用用户输入的信息来构造请求以获取 XML 数据的时候。

一句话描述

  • 甲方:未经过滤,直接使用用户提供的信息来获取、查询 XML 数据,导致其中恶意的 XPath 被执行,返回非预期的数据。
  • 乙方:破坏原有的 XPath,插入恶意的 XPath,最后闭合原 XPath 的攻击方式。

利用

攻击点:任何使用 XPath 查询 XML 的地方。

组件

XML、XPath

类型

只有一种: https://www.tr0y.wang/2019/05/11/XPath注入指北/

工具

xcat: https://github.com/orf/xcat

防御

  • 过滤字符是必须的,比如 [] 、转义 'andor 等等。
  • 过滤不需要的函数: name()count() 等等。
  • 加密/Hash:既然 XPath 注入会导致 XML 数据泄露,所以对敏感信息的加密是必须的。这个方法还有一个额外的好处:使得恶意的字符失效。比如对密码 MD5 的话,就意味着密码这个点没法插入单引号来破坏语句了,因为单引号会进入 md5() 函数计算。
  • 屏蔽错误信息。
  • 参数化 XPath 查询。这个因编程语言而异。

End

What do you think?


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

An Introduction to Probability Theory and Its Applications

An Introduction to Probability Theory and Its Applications

William Feller / Wiley / 1991-1-1 / USD 120.00

Major changes in this edition include the substitution of probabilistic arguments for combinatorial artifices, and the addition of new sections on branching processes, Markov chains, and the De Moivre......一起来看看 《An Introduction to Probability Theory and Its Applications》 这本书的介绍吧!

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具