Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XSS Attack Vector in [div] #1

Closed
cjoudrey opened this issue Nov 19, 2010 · 0 comments
Closed

XSS Attack Vector in [div] #1

cjoudrey opened this issue Nov 19, 2010 · 0 comments

Comments

@cjoudrey
Copy link

The following results in an XSS attack in IE7:
[div style="width: expression(alert('XSS'));"]woot?[/div]

Outputted by Decoda:
<div style="width: expression(alert('XSS'));">woot?</div>

You might want to check out http://ha.ckers.org/xss.html for more to test.

@milesj milesj closed this as completed Aug 15, 2011
milesj pushed a commit that referenced this issue Aug 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants