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
1 Cause of vulnerability : The parameter file_name on line 210 of admin/database.php are unfiltered,so an attacker can use the input of this variable to achieve path traversal, resulting in the deletion of any file
2 Vulnerability condition:rights of administrator
3 Vulnerability recurrence:
① Operation environment construction:mysql+windows+php+apache OR phpstudy
② Access /admin login in to administrator privileges
③ Access /admin/database.php?act=del&file_name=../../robots.txt ;Successfully deleted file.