Show HN: Roomchat – No signup instant custom chat rooms
1–9 of 9 posts
Re: Show HN: Roomchat – No signup instant custom chat rooms
#2We created this in Meteor.js, pretty fun. Great for short term chat rooms that don't need a sign up. Would love feedback!
Re: Show HN: Roomchat – No signup instant custom chat rooms
#3Cool! Looks like HTML injection isn't blocked whatsoever. With chat messages being loaded as people enter, it could lead to someone exploiting everyone that enters your site.
Re: Show HN: Roomchat – No signup instant custom chat rooms
#4Please fix it :
Re: Show HN: Roomchat – No signup instant custom chat rooms
#5thanks guys, fixing it now
Re: Show HN: Roomchat – No signup instant custom chat rooms
#6Cool! Looks like HTML injection isn't blocked whatsoever. With chat messages being loaded as people enter, it could lead to someone exploiting everyone that enters your site.
Ha, good catch! It's just a toy at this point, but we'll fix that asap.
Re: Show HN: Roomchat – No signup instant custom chat rooms
#7fixed
Re: Show HN: Roomchat – No signup instant custom chat rooms
#8XSS by writing the message:
mg src="#" onerror="alert(1)">
Just stripping out tags doesn't work. Stripping out the script tags there simply ends up creating another new tag. You need to understand and implement proper escaping.Re: Show HN: Roomchat – No signup instant custom chat rooms
#9People ... It still has XSS issues ..