persistent xss
Persistent XSS (Cross-Site Scripting) refers to a type of web vulnerability where malicious code is embedded in a website or web application, allowing it to be executed whenever a user interacts with the infected page. Unlike other forms of XSS, persistent XSS attacks are stored on the server and can affect multiple users, making them more dangerous.
Requires login.
Related Concepts (1)
Similar Concepts
- client-side vulnerabilities
- cross-site request forgery (csrf) vulnerabilities
- cross-site scripting
- cross-site scripting (xss)
- cross-site scripting (xss) attacks
- cross-site scripting (xss) authentication bypass
- cross-site scripting (xss) payload generation
- cross-site scripting (xss) prevention
- cross-site scripting (xss) via file upload
- cross-site scripting (xss) vulnerabilities
- csrf (cross-site request forgery)
- dom-based xss
- non-persistent xss
- reflected xss
- stored xss