We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Affected software:MineWebCMS_v1.7.0 Type of vulnerability: XSS (Stored) Discovered by: yzc
Through the following POC, the administrator can delete the child tiger existing in the system without knowing it.
url:http://172.16.7.33/MineWebCMS/admin/user/delete/3 poc:
You can change other numbers, such as 3 in the URL, delete different accounts
Through CSRF, the administrator can delete the user's account without knowing it, resulting in serious consequences.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affected software:MineWebCMS_v1.7.0
Type of vulnerability: XSS (Stored)
Discovered by: yzc
Through the following POC, the administrator can delete the child tiger existing in the system without knowing it.
url:http://172.16.7.33/MineWebCMS/admin/user/delete/3
<script>history.pushState('', '', '/')</script>poc:
You can change other numbers, such as 3 in the URL, delete different accounts
Through CSRF, the administrator can delete the user's account without knowing it, resulting in serious consequences.
The text was updated successfully, but these errors were encountered: