Opened 11 years ago
Last modified 11 years ago
#23544 closed Bug
Escape backtick — at Version 1
| Reported by: | djbug | Owned by: | nobody |
|---|---|---|---|
| Component: | Uncategorized | Version: | dev |
| Severity: | Normal | Keywords: | xss |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description (last modified by )
IE8 can suffer from XSS if backtick is left unescaped as it can be used to switch out of the attribute. It should be added in django.utils.html.escape() if this is a serious security issue.
Source & related discussions:
- Paper by Mario Heiderich : https://cure53.de/fp170.pdf
- https://html5sec.org/#102
- http://lcamtuf.coredump.cx/postxss/
Note:
See TracTickets
for help on using tickets.