Skip to content

kaptcha - A kaptcha generation engine.

License

Notifications You must be signed in to change notification settings

Binary-Jing/kaptcha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kaptcha - A kaptcha generation engine.

This repo is the copy of http:https://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:https://code.google.com/p/kaptcha/

thanks!

About

kaptcha - A kaptcha generation engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%