MoBiC-10 Bonus: another PHP-Nuke CAPTCHA bypass
22:54 10.11.2007Continue our talk about last participant of the project - PHP-Nuke captcha. Which is using at User Registration form (and also at Login form). Like previous one I also found this hole at phpnuke.org. Vulnerable version is PHP-Nuke 8.1 (the latest) and all previous.
This captcha in addition to MustLive CAPTCHA bypass method is also vulnerable for null string bypass method. This Insufficient Anti-automation hole I found 21.10.2007.
If in MustLive CAPTCHA bypass method for bypassing captcha you need to use the same gfx_check and random_num values for every post. Than in null string bypass method you not need to use these parameters at all. Just send empty strings or not send them at all.
Null string bypass method - it is hardcore method
. It’s design only for hardcore guys and gals. If you not feel yourself hardcore enough, don’t use it.
Insufficient Anti-automation:
PHP-Nuke CAPTCHA bypass3.html - bypassing captcha by another method and data confirmation page and finishing registration.
Guys not overdo with this Captcha bypass test. This exploit for educational purposes only. Don’t use it for malicious purposes at any site on PHP-Nuke.
You need to setup exploit to test it (set site’s URL and others data). If you want to test it immediately, here is online example.
Insufficient Anti-automation:
phpnuke.org CAPTCHA bypass.html
Guys not overdo with this Captcha bypass test. This exploit for educational purposes only.
Moral: never make such vulnerable captchas.