#2806 closed defect (bug) (fixed)
Incorrect nonce check
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.0.2 |
Component: | Security | Keywords: | bg|has-patch |
Focuses: | Cc: |
Description ¶
I've done some greping and analysis on the calls to wp_nonce_url
, wp_nonce_field
and check_admin_referer
in branches/2.0 and found an incorrect nonce check.
When I get the time I'll do this for trunk too :-)
Pull Requests
- Loading…
Change History (6)
#1
@ Lead Developer
19 years ago
- Component changed from Administration to Security
- Keywords bg|has-patch added
- Owner changed from anonymous to westi
- Status changed from new to assigned
#2
@ Lead Developer
19 years ago
Doesn't fix the issue. There's an action mismatch. It sends "delete" but checks for "Delete"
Note that this is all with JavaScript off... the regular AJAX deletion works fine. My patch fixes it. I'll also be updating my WordPress 2.0.3 tuneup plugin to fix this.
Note: See
TracTickets for help on using
tickets.
Patch to fix the nonce check for delete-bookmark