New Zenner
- Join Date:
- Sep 2009
- Posts:
- 49
- Plugin Contributions:
- 0
XSS Vulnerability
Hey,
McAfee Secure picked up this vulnerability on my site. It's nothing terrible from the looks of it, but should still be patched in my opinion. I'm trying to think it through, but am no means an expert.
It occurs when adding this to the query string (easily done on the search results page)
&>"><style>body{text-decoration%3Ablink}<%2Fstyle>=110
In this case, it's making my entire site blink. I've traced it back to the zen_get_all_get_params and think that it needs to just to sanitize the key and value before output. Thoughts?