Author: nickpj
Description:
Doing a fuzz stress test of 1.7 rc, found one limited HTML attribute injection:
#*; <pre dir=mailto:,,,,fffffff}}TOC||[[x|y]]"
-------<cite>
HTML result:
<ul><li><ul><li><ol><li><ul><li><ul><li><ul><li><dl><dt> <pre
dir="mailto:,,,,fffffff}}TOC||[[x|y]]"
</dt></dl>
</li></ul>
</li></ul>
</li></ul>
</li></ol>
</li></ul>
</li></ul>
<p>-------<cite">
(i.e. the </dt>, </dl>, </li>, </ul>, </ol>, <p> tags are injected). Also
generates a Tidy error.
P.s. My gut suspicion is that we're approaching the last of the injectable stuff
using the Parser.
Version: 1.7.x
Severity: normal