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
{{ message }}
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
Create a new file in the handle() in UpdateUploadHandler.java by intercepting the second half of the request uri as the file name.
Since the uri is controlled by the user, the attacker may construct a uri with "../", which will overwrite the sensitive files outside the folder when the file is created.
Create a new file in the handle() in UpdateUploadHandler.java by intercepting the second half of the request uri as the file name.

Since the uri is controlled by the user, the attacker may construct a uri with "../", which will overwrite the sensitive files outside the folder when the file is created.