venins Posted April 24, 2013 Share Posted April 24, 2013 admin please fix xss in asp section bcz we love w3schools :* Link to comment Share on other sites More sharing options...
Ingolme Posted April 24, 2013 Share Posted April 24, 2013 There's no real threat to allowing people to add their own HTML into the iframe. I wouldn't really call it XSS any more than the Try-It editor. Link to comment Share on other sites More sharing options...
davej Posted April 24, 2013 Share Posted April 24, 2013 (edited) Hmmm... and just what is that top toolbar? My name is: <script>alert("xss");</script> Edited April 24, 2013 by davej Link to comment Share on other sites More sharing options...
boen_robot Posted April 25, 2013 Share Posted April 25, 2013 This is supposed to be an overly simplified example... not to be used "for realz".How to fix this should IMHO be explained in later tutorials, but as far this one is concerned - it poses no danger to W3Schools' server, nor can one user touch another, so it's fine. Link to comment Share on other sites More sharing options...
davej Posted April 25, 2013 Share Posted April 25, 2013 (edited) XSS would require persistent storage of an injected script. Is that in any way possible? You could inject a script into your own cookie but that cookie resides on your own machine. Edited April 25, 2013 by davej Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now