An attacker successfully bypassed Turnstile validation and accessed a restricted part of my website. This raises concerns about a potential vulnerability or misconfiguration in Turnstile.
What steps have you taken to resolve the issue?
Reviewed the Turnstile implementation to ensure it follows Cloudflare’s official documentation.
Checked server and application logs for any unusual activity or errors.
I believe the problem is in Captcha being solved automatically by services like
(just quick googling).
Me too, am not content with the fact it’s not protected against things like this.
There is a fishing clone of one of my web sites, where people are being scammed.
I thought I’d protect my users by adding this widget, hence prevent their proxy tunnels from working.
After a several days I see a new clone that successfully scams people by immitating my web-site (less CF-captcha) and successfully logs into real web-site on behalf of the scammed users.
I mean, of course there are login / password things to protect restricted areas, but there is also CF Turnstile widget for protecting against robotized logins, which is failing its role.