CVE-2023-29454
13.07.2023, 10:15
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.
Vendor | Product | Version |
---|---|---|
zabbix | frontend | 4.0.0 ≤ 𝑥 ≤ 4.0.45 |
zabbix | frontend | 5.0.0 ≤ 𝑥 ≤ 5.0.33 |
zabbix | frontend | 6.0.0 ≤ 𝑥 ≤ 6.0.16 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
- CWE-20 - Improper Input ValidationThe product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
- CWE-79 - Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')The software does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.