京东云 WAF SQL 注入

前提背景:这是京东云客户云骊的 web 服务,其中上了京东云的 waf,正常访问

http://www.yunxianpi.com/wap/buyers/index/index.html

当我在 url 中加上一段 sql 注入代码 ?id=1 or 1<>2,这段参数条件就是不管什么 sql 语句 where 后面条件都为真

http://www.yunxianpi.com/wap/buyers/index/index.html?id=1%20or%201%3C%3E2

返回京东云 493 Forbideent 已经被京东云 waf 拦截了

image-20230512173502656

京东云 waf 后台查看攻击日志

攻击详情

处置详情,动作为 Block

参考文章

https://docs.jdcloud.com/cn/web-application-firewall/step-3

Last updated