cve/2023/CVE-2023-29454.md
2024-05-25 21:48:12 +02:00

821 B

CVE-2023-29454

Description

Stored or persistent cross-site scripting (XSS) is a type of XSS where the attacker first sends the payload to the web application, then the application saves the payload (e.g., in a database or server-side text files), and finally, the application unintentionally executes the payload for every victim visiting its web pages.

POC

Reference

No PoCs from references.

Github