WAF larger 1MB upload not working

hello

In EAP v21 funktioniert dieser Workaround nicht mehr

It still worked with the V20

psql -U nobody -d corporate -c "update tblwafsecurityprofile set sec_request_body_no_files_limit=1073741824 where id=7;"


SFVH_VM01_SFOS 21.0.0 EAP1-Build152# psql -U nobody -d corporate -c "select name,id,sec_request_body_no_files_limit from tblwafsecurityprofile;"
name | id | sec_request_body_no_files_limit
---------------------------+----+---------------------------------
Microsoft Lync | 4 | 1048576
Exchange Outlook Anywhere | 3 | 1048576
MDM | 8 | 1048576
Exchange AutoDiscover | 1 | 1048576
Microsoft RDG | 5 | 1048576
Microsoft RD Web | 6 | 1048576
Bitwarden | 12 | 1048576
Exchange General | 2 | 1073741824
Nextcloud | 7 | 1073741824

you cannot upload more than 1MB

this is the log

WAF Anomaly
ModSecurity internal error flagged: TX:MSC_PCRE_LIMITS_EXCEEDED

please help

Parents Reply Children