Time-of-check Time-of-use (TOCTOU) Race Condition Leads to Broken Authentication | Critical Finding
infosecwriteups.com·7h
Flag this post

Finding

I spent four days for just hoping i got the vulnerability, i test the site with regular testing(like xss, sqli, scanning, prototype pollution, etc.) and brute force experiments.

During four days of testing I observed anomalous behavior, the website was extremely slow and unresponsive at certain times, and the other times it was perfectly fast.

Seeing those two behaviours, I ran login brute force tests during the slow periods and again during the fast periods.

  • At normal times everything behaved, wrong passwords got 401s, right password got 200 and a token
  • But at certain times of day the site would crawl. Not “a little slow” full-on lag when doing login or register.

and then i figured it was the server being overloaded.

So I tried brute force again during both t…

Similar Posts

Loading similar posts...