wangruiling / kaptcha

kaptcha - A kaptcha generation engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kaptcha - A kaptcha generation engine.

This repo is the copy of http://code.google.com/p/kaptcha/ and published to maven central

<dependency>
  <groupId>pro.fessional</groupId>
  <artifactId>kaptcha</artifactId>
  <version>2.3.3</version>
</dependency>

for this reason and the upstream merged PR but not release to maven

Vulnerable versions: <= 2.3.2
Patched version: No fix
text/impl/DefaultTextCreator.java, text/impl/ChineseTextProducer.java, and text/impl/FiveLetterFirstNameTextCreator.java in kaptcha 2.3.2 use the Random (rather than SecureRandom) function for generating CAPTCHA values, which makes it easier for remote attackers to bypass intended access restrictions via a brute-force approach.

Please see the website for more information about this project.

http://code.google.com/p/kaptcha/

thanks!

About

kaptcha - A kaptcha generation engine.

License:Other


Languages

Language:Java 100.0%