Opened 3 years ago
Last modified 3 years ago
#11959 new defect (bug)
Value Truncation Still Unchecked in registration.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Users | Version: | |
| Severity: | normal | Keywords: | needs-patch |
| Cc: |
Description
Functions such as username_exists() fail to perform sanity checks against the storage schema. As a result, it is possible to register multiple users with the same username, if the length is greater than or equal to the username field size. Only the first user can login, however anyone re-registering that username can impersonate the first user to reset their password.
Change History (5)
- Milestone changed from 2.9.3 to 3.0
Not a regression. Moving to 3.0. Can be backported if desired.
Note: See
TracTickets for help on using
tickets.

Related: #7728