Ticket #2806 (closed defect (bug): fixed)
Incorrect nonce check
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Security | Version: | 2.0.2 |
| Severity: | normal | Keywords: | bg|has-patch |
| 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 :-)
Attachments
Change History
- Keywords bg|has-patch added
- Owner changed from anonymous to westi
- Status changed from new to assigned
- Component changed from Administration to Security
comment:2
markjaquith — 6 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.
markjaquith — 6 years ago
-
attachment
delete_bookmark_no_js_fix.diff
added
Fix for deleting bookmarks with JS off
- Status changed from assigned to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

Patch to fix the nonce check for delete-bookmark