Cross-site scripting in the context of Vulnerability (computer science)


Cross-site scripting in the context of Vulnerability (computer science)

Cross-site scripting Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Cross-site scripting in the context of "Vulnerability (computer science)"


⭐ Core Definition: Cross-site scripting

Cross-site scripting (XSS) is a type of security vulnerability that can be found in some web applications. XSS attacks enable attackers to inject client-side scripts into web pages viewed by other users. A cross-site scripting vulnerability may be used by attackers to bypass access controls such as the same-origin policy. XSS effects vary in range from petty nuisance to significant security risk, depending on the sensitivity of the data handled by the vulnerable site and the nature of any security mitigation implemented by the site's owner network.

OWASP considers the term cross-site scripting to be a misnomer. It initially was an attack that was used for breaching data across sites, but gradually started to include other forms of data injection attacks.

↓ Menu
HINT:

In this Dossier

Cross-site scripting in the context of Scalable vector graphics

Scalable Vector Graphics (SVG) is an XML-based vector graphics format for defining two-dimensional graphics, having support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium since 1999.

SVG images are defined in a vector graphics format and stored in XML text files. SVG images can thus be scaled in size without loss of quality, and SVG files can be searched, indexed, scripted, and compressed. The XML text files can be created and edited with text editors or vector graphics editors, and are rendered by most web browsers. SVG can include JavaScript, potentially leading to cross-site scripting.

View the full Wikipedia page for Scalable vector graphics
↑ Return to Menu