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

Difference in captcha image reload functionally in the two branches #103

Open
sonqor opened this issue Jun 10, 2021 · 1 comment
Open

Difference in captcha image reload functionally in the two branches #103

sonqor opened this issue Jun 10, 2021 · 1 comment

Comments

@sonqor
Copy link

sonqor commented Jun 10, 2021

Greetings.

I found that when using version 3.6.8, if we click on the captcha image and refresh it (ie securimage_show.php) a new text for the captcha will be displayed. That is, the text data in the session changes for the captcha. But in version 4.0.2, refreshing the captcha image only changes the text format (text orientation), but the data in the session does not change (the same text will be in the captcha image).

Now the question is, isn't this a security BUG in version 4.0.2? Or did you do it specifically and consciously?
And as a final question: will there be any new updates? There has been no update for about a year.

Thank you.

@dapphp
Copy link
Owner

dapphp commented Oct 15, 2021

That change in 4.0.2 was intentional. I should have also cached the image data so not only would the code stay the same, but so would the entire image.

These days image captchas like this one, especially open source ones, are easily defeated by bots. At this time, I'd recommend something more advanced like hCaptcha.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants