XSS issue with partials/simplesearch_searchbox.html
Closed this issue · 1 comments
rhukster commented
This theme has a custom simple search override, and it outputs the value without escaping it:
compare this to the default file included in the simplesearch plugin:
The lack of the |e
escaping filter allows XSS attacks via the URL.
paulhibbitts commented
Thanks very much for the heads-up @RHUK, I will be releasing an update today with the fix (and also updating my older Antimatter Open Publishing theme that has the same issue).