Opened 3 years ago
Closed 3 years ago
#11774 closed defect (bug) (fixed)
in ms-edit.php, WPLANG site option gets updated without any validation
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Security | Version: | 3.0 |
| Severity: | normal | Keywords: | multisite |
| Cc: |
Description
there is a line in there that goes:
update_site_option( "WPLANG", $_POST['WPLANG'] );
in addition to the missing sanitization, we should at least make sure the lang file is around.
Change History (2)
Note: See
TracTickets for help on using
tickets.

(In [12946]) Introduce get_available_languages(). Validate WPLANG. fixes #11774