Modify ↓
Opened 18 years ago
Closed 17 years ago
#4240 closed defect (fixed)
Data disclosure issue with attachments
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | high | Milestone: | 0.11 |
Component: | general | Version: | 0.10 |
Severity: | critical | Keywords: | security attachment |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
AttachmentModule._render_list
does not check for the TICKET_VIEW
or WIKI_VIEW
permissions. This means any user can see the list of attachments on any wiki page or ticket, though they cannot access those attachments without the needed permissions. This is present both in 0.10 and trunk.
Attachments (0)
Change History (3)
comment:1 by , 18 years ago
Owner: | changed from | to
---|
comment:2 by , 18 years ago
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
This is fixed in trunk, as the permission check for each attachment is now done in the list_of_attachments
macro.
Note:
See TracTickets
for help on using tickets.
See r4700.