MantisBT: master-1.2.x b1a6ee2c

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2014-11-26 06:05 master-1.2.x 7bb78e45
Affected Issues  0017811: CVE-2014-9117: CAPTCHA bypass
Changeset

Increase captcha public key max value

The captcha's public key was generated as a random number between 0 and
99999.

As per Alejo Popovici's recommendation in 0017811:0041918, this commit removes
the limitation in mt_rand() call, so the generated key is now a number
between 0 and mt_getrandmax() (2147483647 on my box).

Issue 0017811

mod - signup_page.php Diff File