-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
3.xRelated to ModSecurity version 3.xRelated to ModSecurity version 3.x
Description
Describe the bug
If the url path contains %3f, cannot get real REQUEST_FILENAME
.
Logs and dumps
ModSecurity: Warning. Matched "Operator `Gt' with parameter `0' against variable `REQUEST_URI_RAW' (Value: `/path1%3fpath2?query=%3f' ) [file "..."] [line "1"] [id "1"] [rev ""] [msg ""] [data ""] [severity "0"] [ver ""] [maturity "0"] [accuracy "0"] [hostname "127.0.0.1"] [uri "/path1"] [unique_id "..."] [ref "v4,24t:length"]
ModSecurity: Warning. Matched "Operator `Gt' with parameter `0' against variable `REQUEST_FILENAME' (Value: `/path1' ) [file "..."] [line "2"] [id "2"] [rev ""] [msg ""] [data ""] [severity "0"] [ver ""] [maturity "0"] [accuracy "0"] [hostname "127.0.0.1"] [uri "/path1"] [unique_id "..."] [ref "v4,14t:length"]
To Reproduce
Test for path: /path1%3fpath2?query=%3f
Expected behavior
Return urldecoded or original filename.
Server (please complete the following information):
- ModSecurity version (and connector): ModSecurity v3.0.6
Rule Set (please complete the following information):
SecRule REQUEST_URI_RAW "@gt 0" "id:1,phase:1,t:length,pass,log,auditlog"
SecRule REQUEST_FILENAME "@gt 0" "id:2,phase:1,t:length,pass,log,auditlog"
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
3.xRelated to ModSecurity version 3.xRelated to ModSecurity version 3.x