Opened 3 years ago
Closed 3 years ago
#11782 closed defect (bug) (fixed)
improperly sanitized attributes in ms-options.php and ms-sites.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Security | Version: | 3.0 |
| Severity: | normal | Keywords: | multisite |
| Cc: |
Description
We've things such as:
<input name="dashboard_blog_orig" type="hidden" id="dashboard_blog_orig" value="<?php echo $blogname; ?>" />
they ought to use esc_attr()
Change History (6)
- Summary changed from improperly escaped attributes in ms-options.php to improperly sanitized attributes in ms-options.php
- Summary changed from improperly sanitized attributes in ms-options.php to improperly sanitized attributes in ms-options.php and ms-sites.php
there are plenty more in ms-sites.php
Note: See
TracTickets for help on using
tickets.

and textarea fields ought to use esc_html()