How does a 'Stored XSS' attack differ from a 'Reflected XSS' attack?

  • Reflected XSS injects scripts in databases
  • Reflected XSS injects scripts in user input
  • Stored XSS injects malicious scripts that persist on the server
  • Stored XSS injects scripts in HTTP responses
In a 'Stored XSS' attack, malicious scripts are injected into a server, persisting and potentially affecting multiple users. On the other hand, 'Reflected XSS' injects scripts in user input, reflecting the attack back to the user. Understanding the distinctions is crucial for implementing defenses against both types of attacks, ensuring web application security.__________________________________________________
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *