Ticket #2777 (closed defect: fixed)
html processor trivially exploited to make pages completely unrenderable
| Reported by: | exarkun@… | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | high | Milestone: | 0.9.5 |
| Component: | wiki system | Version: | 0.9.4 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
By adding an invalid entity inside a section of markup using the html processor, trac can be made to render an error page with no content and no buttons for undoing the damage. Presumably the page will remain in this state until an admin manually fixes the database.
An example of this is:
{{{
#!html
&junk;
}}}
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


