Opened 16 years ago
Closed 13 years ago
#10739 closed defect (bug) (fixed)
Pass logged_in cookie to async-upload
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | normal | Version: | 2.9 |
Component: | Security | Keywords: | needs-patch |
Focuses: | Cc: |
Description
Currently only the auth cookie is sent to async-upload.php. If a plugins has filtered the scheme in auth_redirect()
the logged_in cookie might be needed, too.
Attachments (1)
Change History (9)
#2
@
16 years ago
- Keywords reporter-feedback added; has-patch removed
- Resolution fixed deleted
- Status changed from closed to reopened
This doesn't look good... We make the cookies not accessible by JS and at the same time put them in plain view and accept them in the GET request.
Perhaps we could look at making a short-lived (30 min?) nonce for the flash uploader, would be way more secure.
Note: See
TracTickets for help on using
tickets.
(In [11904]) Pass logged_in cookie to async-upload. Props nbachiyski. fixes #10739