Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anti CSRF tokenがinputとかで実装されている場合、tokenが衝突するまでループしてしまう。 #118

Open
y0d3n opened this issue Nov 24, 2021 · 2 comments
Labels
bug Something isn't working Crawler Crawler module

Comments

@y0d3n
Copy link
Member

y0d3n commented Nov 24, 2021

Bugの概要

csrftokenがinputとかで実装されている場合、valueが変わるたびに違うページ判定になってしまう。

Bugを再現する手順

OWASP ZAP WAVE > Active vulnerabilities > Cross Site Scriptting > XSS in a form parameter with an anti CSRF token

CrawlのURLに http://192.168.56.101/zapwave/active/xss/xss-index.jsp

期待される動作

シュッと終わってほしい。

補足説明

token系の例外処理を追加すればよさそう。
scanでcsrfの対策をするのも面倒なので、「指定した名前をcrawl時に無視する」だけにしておきたい。
ちゃんとした機能ではないので、debugオプションとして用意すればよさそう。

@y0d3n y0d3n added bug Something isn't working Crawler Crawler module labels Nov 24, 2021
@y0d3n
Copy link
Member Author

y0d3n commented Nov 24, 2021

除外機能を作るのは確定として、messagesがn個以上になったら強制的に次に行かせるとかしても良いかも?(ありがた迷惑機能な気もするので要件等)

@y0d3n
Copy link
Member Author

y0d3n commented Nov 24, 2021

issue見返して思ったけど、「除外機能」として #74 と統合してもよさそう?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Crawler Crawler module
Projects
None yet
Development

No branches or pull requests

1 participant