Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-11343

Loose string comparison during new password activation

XMLWordPrintable

      Although request_var() takes care of casting user input to the appropriate type, when comparing strings in a security context, it is required to use strict comparison (===). This is because e.g. "10" == "1e1" evaluates to true which might weaken security properties (e.g. when comparing to a random string).

            bantu Andreas Fischer [X] (Inactive)
            imkingdavid David King [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: