What does the term 'stored XSS' mean in the context of web application security?
-
A
The malicious script is stored in the URL fragment
-
B
The malicious script is persisted in the application's database and served to other users
-
C
The XSS payload is stored in the browser's local storage
-
D
The attack exploits stored procedures in the database