v1.2.1 affected by latest critical security issue?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
phess
Posts: 7
Joined: 15 Feb 2016, 16:38

v1.2.1 affected by latest critical security issue?

Post by phess »

I know its a very old release and we are working to move off of it, but Im wondering if its affected by the latest security issue published today. It only mentions 1.3 and up. I also do not see the lines mentioned in the verify.php. I do not want to assume Im not affected by this. Thanks.

you may also manually update verify.php:

locate the if statement (at line 72 in 2.0.0-beta.3 and later, line 66 in older versions):

if( $f_confirm_hash != $t_token_confirm_hash ) {

change it to

if( $t_token_confirm_hash == null || $f_confirm_hash !== $t_token_confirm_hash ) {
atrol
Site Admin
Posts: 8375
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: v1.2.1 affected by latest critical security issue?

Post by atrol »

1.2.x is not affected.
Please use Search before posting and read the Manual
phess
Posts: 7
Joined: 15 Feb 2016, 16:38

Re: v1.2.1 affected by latest critical security issue?

Post by phess »

Thanks for the quick reply.
Post Reply