MantisBT: master-2.27 09840507
| Author | Committer | Branch | Timestamp | Parent |
|---|---|---|---|---|
| dregad | dregad | master-2.27 | 2025-08-10 13:11 | master-2.27 cd84c617 |
| Affected Issues | 0036005: CVE-2025-55155: Lack of verification when changing a user's email address | |||
| Changeset | Validate email address after user changes it The new email address is temporarily stored in a Token, using a new type string_get_confirm_hash_url() gets a new optional parameter ($p_page) A new verify_email.php page allows the user to confirm that the address New language strings to support the new functionality have been defined ERROR_LOST_PASSWORD_CONFIRM_HASH_INVALID error message has been modified Fixes 0036005, CVE-2025-55155 |
|||
| mod - account_update.php | Diff File | |||
| mod - core/constant_inc.php | Diff File | |||
| mod - core/email_api.php | Diff File | |||
| mod - core/string_api.php | Diff File | |||
| mod - lang/strings_english.txt | Diff File | |||
| add - verify_email.php | Diff File | |||