Ticket #7391 (assigned defect)
renamed plugin disable commands in trac.ini [components] silently fail, a security issue
| Reported by: | anonymous | Owned by: | anonymous |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.2 |
| Component: | admin/web | Version: | 0.11 |
| Severity: | critical | Keywords: | security |
| Cc: |
Description
On upgrading to trac 0.11, I found I had to rename:
webadmin.plugin.pluginadminpage=disabled
to
trac.admin.web_ui.PluginAdminPanel=disabled
The problem here is that I found this by noticing that trac 0.11 was allowing uploads.
There was no complaint about the old disabled line not being relevant any more, and no upgrade documentation to warn that if we locked things down in webadmin we now need to rename the lines in the config file.
I think the lack of warning (in code or in documentation) is a security risk to people upgrading.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


