Opened 19 years ago
Closed 19 years ago
#3684 closed defect (worksforme)
Susceptible to spammy redirects
| Reported by: | anonymous | Owned by: | Christian Boos |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | ticket system | Version: | 0.9.6 |
| Severity: | major | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Spammers upload attachments, then spamvertize them (typically comment spamming on blogs etc) with ?format=raw behind the URL. Then the redirects work.
Spammy redirects using holes in software is the new spam technique, and needs to be plugged wherever the hole is used.
Details here: http://spamhuntress.com/2006/09/07/trac-ticket-system-susceptible-to-redirects/
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
| Keywords: | needinfo added |
|---|---|
| Milestone: | → 0.10 |
| Owner: | changed from to |
comment:2 by , 19 years ago
| Keywords: | needinfo removed |
|---|---|
| Milestone: | 0.10 |
| Resolution: | → worksforme |
| Status: | new → closed |
I just verified with one of the Lighttpd admins that render_unsafe_content was set to true, so this just seems to be a config issue.



Live from irc:
We should check whether the
render_unsafe_contentTracIni#attachment flag works as expected.