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

System background authentication can be bypassed #34

Closed
Jayway007 opened this issue May 27, 2020 · 0 comments
Closed

System background authentication can be bypassed #34

Jayway007 opened this issue May 27, 2020 · 0 comments

Comments

@Jayway007
Copy link

1、The authentication logic of the system's background /admin is in code AdminLoginInterceptor:
image
2、This can easily be bypassed, like request //admin:
1)We delete the requested cookie field and then request /admin,returns 302:
image
2)But if we request //admin,We can perform administrator actions without logging in,
For example, upload a babat file:
image
It can execute any server command,such as calc:
image

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