Opened 3 weeks ago
Last modified 3 weeks ago
#62477 new defect (bug)
Do not use $_POST['action'] in the sanitize function.
Reported by: | nikitasolanki1812 | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | coding-standards | Cc: |
Description
wp-admin\includes\ajax-actions.php
Attachments (1)
Change History (3)
This ticket was mentioned in PR #7839 on WordPress/wordpress-develop by @im3dabasia1.
3 weeks ago
#1
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/62477
### Description:
Sanitize $_POSTaction? in _wp_ajax_add_hierarchical_term to enhance security.