new security fix, members.asp

Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/69754?pagenum=1
04 November 2025, 18:20

Topic


ruirib
new security fix, members.asp
23 November 2010, 09:10


Members.asp has a security vulnerability on Snitz 3.4.07 (3.4.06 is also affected).
To fix the vulnerability, around line#85

where you can find this:

Code:
SearchNameDisplay = SearchName


Please change it to this:

Code:
SearchNameDisplay = Server.HTMLEncode(SearchName)


As I said, 3.4.06 has the same vulnerability, same line number and the fix is the same. Versions previous to 3.4.06 are not affected.

Please post on the General / Current version forum for any help with this issue.
The Snitz download from sourceforge has been updated with this and all previous security fixes. If you download the new version, in the meantime, please check members.asp to be sure the fix is there, as changes do take some time to propagate, at times.

 

© 2000-2021 Snitz™ Communications