PerfreeBlog icon indicating copy to clipboard operation
PerfreeBlog copied to clipboard

There is a logical loophole in the front end for any user to change the password

Open N-Next opened this issue 2 years ago • 0 comments

Affected versions:v3.1.1

The steps to reproduce

When logging in, choose to forget your password and choose to retrieve your password And enter any existing email address and its bound account image The backend will generate a four-digit alphanumeric verification code image Then you can use burpsuite to blast the email verification code image image image image Successful blasting Successful password modification image After testing, the verification code is valid for two minutes, and the verification code will be blasted within two minutes, and the verification code will not be modified

repair suggestion

  • Reset the verification code when the verification code is entered incorrectly five times

N-Next avatar Mar 01 '23 02:03 N-Next