The tag has no wiki summary.

learn more… | top users | synonyms (1)

0
votes
0answers
65 views

Information about Stack Exchange sanitizer for Markdown (XSS)

How does Stack Exchange sanitize the user's text to prevent XSS injections? I've seen that if I write: (this is the doc about this bug) > hello <a name="n" > ...
-12
votes
1answer
148 views

Potential XSS Vulnerability

I just thought I'd let everyone know that I found a bug in the comments (and possibly questions as well). I went to post a comment in webmasters and I put < noscript > in it and instead of it just ...
5
votes
1answer
46 views

Titles not properly encoded in the /posts/<id>/ajax-load-mini?title=true route

The route used to refresh the question after live update notifications doesn't properly encode the question title, which likely provides a limited opportunity for script injection. In a more ...
14
votes
1answer
124 views

XSS on Web site URL of Careers

Edit: Fixed! http://careers.stackoverflow.com/smark
17
votes
1answer
281 views

XSS in Ask Question page

Copy paste following in browser bar, ...
8
votes
1answer
85 views

HTML in Favorite and Ignored Tags

If you add "'><h1> to either Favorite Tags or Ignored Tags on the home page, it'll insert the HTML into the page and break the page layout. Also, after refreshing the page, some new tags will ...
14
votes
1answer
213 views

<marquee>XSS hole in timeline page</marquee> - comments are not HTML/XML escaped

See for example here (marquee) and here (input and select). For historical reasons, here's a screen of the last one ;) Related bugs: XSS hole in activity page
14
votes
1answer
2k views

xss vulnerability on careers.stackoverflow.com

A Reddit article with a demonstration of a XSS vulnerability on careers.stackoverflow.com Unsure if this is duplicate - have searched a handful of ways on meta -- "xss careers" and more, but had no ...
9
votes
1answer
208 views

XSS in the chat room name that are displayed in MSO

The recent chat feature that was added recently has a XSS flaw in it. For testing purpose, I created a chat room called <b>123</b> and as you can see in the screenshot below, the <b> ...