Opened 27 hours ago
Last modified 27 hours ago
#65054 assigned defect (bug)
$_GET['pagenow'] and $_GET['widget'] unsanitized in dashboard AJAX handler
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | major | Version: | trunk |
| Component: | Security | Keywords: | has-patch needs-testing |
| Focuses: | Cc: |
Change History (1)
This ticket was mentioned in PR #11540 on WordPress/wordpress-develop by @rajeshcp.
27 hours ago
#1
Note: See
TracTickets for help on using
tickets.
$_GETpagenow? and $_GETwidget? unsanitized in dashboard AJAX handler
Both values are read directly without sanitize_key(). While the switch/comparison limits damage, unsanitized
Trac ticket: https://core.trac.wordpress.org/ticket/65054
Fixes #65054
## Use of AI Tools