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
@ngocdaothanh
Thanks #656 and it enabled to prevent single big file request.
But there are some vulnerability.
I want to allow user to upload big file and prevent evil request.
Is there any way to protect service from those evil scenario?
Evil Scenario 1:
Many requests less than maxSizeInMB at same time.
@ngocdaothanh
Thanks #656 and it enabled to prevent single big file request.
But there are some vulnerability.
I want to allow user to upload big file and prevent evil request.
Is there any way to protect service from those evil scenario?
Many requests less than
maxSizeInMB
at same time.xitrum.conf
Using not
isAPPLICATION_X_WWW_FORM_URLENCODED_or_MULTIPART_FORM_DATA
header with less than 1024MB body at same time.Too many small file less than
maxSizeInKBOfUploadMem
in one request.xitrum.conf(Unrealistic value to make it easier to reproduce)
The text was updated successfully, but these errors were encountered: