Home


Cross-Site Scripting Attacks and Defensive Techniques: A Comprehensive Survey

This is my personal note about the paper. https://www.scirp.org/journal/paperinformation?paperid=119069

Abstract

This survey researched about XSS attacks types, detection and prevention through study and reviewed several research papers and publications. Defensive techniques for preventing XSS is be able to categorize five.

XSS Types

The Traditional XSS attacks

The majority of existing cutting-edge XSS defensive approaches is for these.

Stored XSS

Reflected XSS

The Newly XSS attacks

There is currently no reliable solution to provide for these.

DOM-based XSS

Mutation-based XSS

Interesting points

Phrase

Presently, no dependable solution can provide appropriate protection against the recently found form of XSS attack known as DOM and mutation-based XSS attacks.