Kaspersky website vulnerable to XSS

Reddit post outs flaw.

In brief: A Reddit post has published a cross-site scripting (XSS) flaw found on the website of security company Kaspersky.

The XSS flaws allow client-side script to be injected into web pages and can be used to bypass access controls. They were the most common form of web application vulnerabilities and most were simple to detect.'

 

The Reddit user had injected an image and a series of popups into the page.

XSS was rated as the second most pressing web application vulnerability in the Open Web Application Security Project Top Ten.

To mitigate XSS, the project recommended to keep untrusted data separate from active browser content.

  1. The preferred option is to properly escape all untrusted data based on the HTML context (body, attribute, JavaScript, CSS, or URL) that the data will be placed into. Developers need to include this escaping in their applications unless their UI framework does this for them. See the OWASP XSS Prevention Cheat Sheet for more information about data escaping techniques.
  2. Positive or 'whitelist' input validation is also recommended as it helps protect against XSS, but is not a complete defense as many applications must accept special characters. Such validation should decode any encoded input, and then validate the length, characters, and format on that data before accepting the input.
  3. Consider employing Mozilla’s Content Security Policy.

Copyright © SC Magazine, Australia

Kaspersky website vulnerable to XSS
Company/Organisation

What are your thoughts on this article? Add your comment below.

To begin commenting right away, you can log in below or register an account if you don't yet have one. Please read our guidelines on commenting. Offending posts will be removed and your access may be suspended. Abusive or obscene language will not be tolerated. The comments below do not necessarily reflect the views or opinions of SC Magazine, Haymarket Media or its employees.

NOTE: You must be a registered member of SC Magazine to post a comment.

Click here to login | Click here to register
comments powered by Disqus
Sign up to receive SC Magazine email newsletters
   FOLLOW US...
Most Read