usd250 helpdesk XSS vulnerabily.

看板Bugtraq作者時間18年前 (2007/10/26 02:18), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
http://www.oneorzero.com/ Within the helpdesk utility usd250, an XSS in the comments field is possible. The comments strip script tags and replace them with (not allowed), but script tags dont need to be in place for XSS. Something along the lines of... <b onmouseover="window.alert('omghax')">some text</b> Suffices. The fix is to use htmlentities() or htmlspecialchars() to filter ALL html from user input.
文章代碼(AID): #178Dtp00 (Bugtraq)