Posted by Bèr Kessels on March 5, 2008 at 8:44pm
| Download | Size | md5 hash |
|---|---|---|
| refine_by_taxo-5.x-0.1.tar.gz | 9.37 KB | f2e6abfa0ee35accfd1fde34e36d0c7d |
| refine_by_taxo-5.x-0.1.zip | 10.32 KB | 55fb7bc481eafbae62f67d18bdaf491f |
Last updated: December 24, 2010 - 23:43
Drupal's l/url methods would usually escape all possible unsecure code. Due to an incompatibility, refine_by_taxo could no longer use this and build its own anchors, without escaping the tags properly.
Anyone who creates tags with core taxonomy module, could potentially inject arbitrary HTML and script code into your site when you use refine_by_taxo to display these tags. Note that core taxonomy has no issues, its only the display part in refine_by_taxo that did not properlty escape the output.
This is now fixed in HEAD and DRUPAL-5.
See SA-2008-019 for the announcement.