Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is a SQL Injection in the backend #18

Open
0xzer0 opened this issue Dec 27, 2019 · 1 comment
Open

There is a SQL Injection in the backend #18

0xzer0 opened this issue Dec 27, 2019 · 1 comment

Comments

@0xzer0
Copy link

0xzer0 commented Dec 27, 2019

The problem exists in the "WeixinSystemProjectController.java",You can see that there is no filtering in the code:
Injection1

The code use "${" to splice the parameters directly in the "WeixinSystemProject.xml".
Injection2

And this leads to a SQL injection.
Injection

@XYUU
Copy link

XYUU commented Apr 4, 2020

竟然还能sql注入。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants