You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attackers can access the management backend without logging in and perform CRUD operations on the system.
Vulnerability Analysis
1、The system has no global permission interceptors configured.(WebConfig.java)(BookController.java)
Vulnerability Reproduction
1、Accessing /admin_books.html without logging in successfully logs into the management system, allowing users to perform CRUD operations.
2、Add book information