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
Issue for tracking original pull request created by user pyllyukko on date 2020-04-21 13:35:30.
Link to original PR: SpiderLabs/owasp-modsecurity-crs#1742.
Click on some contact detail (like phone number) to edit it
Change the value
"Exit" the contact detail field editing by clicking elsewhere
This will trigger a HTTP PUT request into /remote.php/dav/addressbooks/users/<username>/contacts/<some-uuid>.vcf that has Content-Type: application/xml and has the contact vCard (which of course isn't XML) in it's body.
Fix
This PR disables 200002 with PUT requests into addressbooks.
The text was updated successfully, but these errors were encountered:
Issue for tracking original pull request created by user pyllyukko on date 2020-04-21 13:35:30.
Link to original PR: SpiderLabs/owasp-modsecurity-crs#1742.
HEAD is: 2f38ef0
BASE is: cf57fd5
Issue
Modifying contacts triggers an XML parsing error (rule 200002 in modsecurity.conf) which can be whitelisted in REQUEST-903.9003-NEXTCLOUD-EXCLUSION-RULES.conf.
Background
Reproduction
This will trigger a HTTP PUT request into
/remote.php/dav/addressbooks/users/<username>/contacts/<some-uuid>.vcf
that hasContent-Type: application/xml
and has the contact vCard (which of course isn't XML) in it's body.Fix
This PR disables 200002 with PUT requests into
addressbooks
.The text was updated successfully, but these errors were encountered: