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
When posting the signature as SVG or dataUrl, modsecurity blocks it.
When posting as PNG the log says: ModSecurity: Access denied with code 403 (phase 2). Pattern match "(asfunction|data|javascript|livescript|mocha|vbscript):" at ARGS:data_signature. [file "/usr/local/cwaf/rules/08_XSS_XSS.conf"] [line "223"] [id "212770"] [rev "5"] [msg "COMODO WAF: XSS Attack Detected||ourdomain.com|F|2"] [data "Matched Data: data: found within ARGS:data_signature: data:image/png;base64,ivborw0kg ...... [severity "CRITICAL"] [tag "CWAF"] [tag "XSS"]
For now we do a substring on the created string, to get rid of things like 'data:image/png;base64,'
It would be very helpfull, if the script could do this by itself.
Greetings, flexjoly
The text was updated successfully, but these errors were encountered:
Hi,
When posting the signature as SVG or dataUrl, modsecurity blocks it.
When posting as PNG the log says:
ModSecurity: Access denied with code 403 (phase 2). Pattern match "(asfunction|data|javascript|livescript|mocha|vbscript):" at ARGS:data_signature. [file "/usr/local/cwaf/rules/08_XSS_XSS.conf"] [line "223"] [id "212770"] [rev "5"] [msg "COMODO WAF: XSS Attack Detected||ourdomain.com|F|2"] [data "Matched Data: data: found within ARGS:data_signature: data:image/png;base64,ivborw0kg ...... [severity "CRITICAL"] [tag "CWAF"] [tag "XSS"]
For now we do a substring on the created string, to get rid of things like 'data:image/png;base64,'
It would be very helpfull, if the script could do this by itself.
Greetings, flexjoly
The text was updated successfully, but these errors were encountered: